From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3151C43603 for ; Wed, 4 Dec 2019 11:33:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B7E52077B for ; Wed, 4 Dec 2019 11:33:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575459197; bh=/JHiz2KIdlsuSMIGuTWB++APfysh52tpv3cjf0DfXIs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=dIcurLlkf9INqrmVuismrytkmT8LpB0nkGGjTxOdWrRXyUhyz9TyeKvnX92Y4TKwz MO9stWuWQ0iR8OOXO3esNTdPjrSBcoi8nSSj03KVS+JZQFFlvfTuESKMqEnGWX0Y4/ aYheI4O0P4qLUh2gO9LwA0IpIWRBUYxYlK2tsQCY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727530AbfLDLdR (ORCPT ); Wed, 4 Dec 2019 06:33:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:41606 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727268AbfLDLdR (ORCPT ); Wed, 4 Dec 2019 06:33:17 -0500 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 701C020637; Wed, 4 Dec 2019 11:33:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575459196; bh=/JHiz2KIdlsuSMIGuTWB++APfysh52tpv3cjf0DfXIs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vQFAdRPVtLGN6tVS4n8E+qoQTrGa7zC4pyb1tB2ytI54dTK+7rCiFuPKQV9vgRIS6 +cCkba4E+ihxTkHZK8VVubQL5UGy5UWmdsE/KxjnAcjBjMudaENEODAkH7ZwYDj40S xw4GTwtiyRM/gEN/ZW6yEPpjWPwv2OueJTLTvCAc= Date: Wed, 4 Dec 2019 19:33:09 +0800 From: Shawn Guo To: Bobby Jones Cc: Rob Herring , Mark Rutland , Sascha Hauer , Marco Felsch , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: imx: ventana: add fxos8700 on gateworks boards Message-ID: <20191204113307.GH3365@dragon> References: <20191021205426.28825-1-rjones@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Nov 07, 2019 at 11:10:19AM -0800, Bobby Jones wrote: > Hello Shawn, > > I just wanted to follow up with this and see if you had a chance to > look at this. I submitted this after responding to Marco on my initial > submission but haven't heard anything since and didn't want it to fall > through the cracks. It may be worth mentioning that both the bindings > for the fxos8700 and lsm9ds1 have been accepted by iio. > > In addition to this submission I have the following that I'd like to > check in on as well: > > [PATCH] ARM: dts: imx: imx6qdl-gw553x.dtsi: add lsm9ds1 iio imu/magn support > [PATCH] ARM: dts: imx: Add GW5907 > [PATCH] ARM: dts: imx: Add GW5912 > [PATCH] ARM: dts: imx: Add GW5913 > [PATCH] ARM: dts: imx: Add GW5910 > > Please let me know if there's anything I can do. Thanks! Hmm, did you copy me on those patches? I cannot find them in my mailbox. Shawn