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=-7.7 required=3.0 tests=BAYES_00,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 DC6F3C433DB for ; Mon, 15 Mar 2021 06:11:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8B1664E67 for ; Mon, 15 Mar 2021 06:11:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229506AbhCOGKi (ORCPT ); Mon, 15 Mar 2021 02:10:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:38424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229607AbhCOGJw (ORCPT ); Mon, 15 Mar 2021 02:09:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 71FF164E37; Mon, 15 Mar 2021 06:09:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615788592; bh=T94j7sYi6GcxX3+JcqadeuddWMHwuXRw56OIQYndKdY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uKa3HNIzkBZvxlA+PIVYpRltRsuhQdRuCvBVWGKocoSSLfYd+sIAvRtK87MwnYkQi vyWgS3HCWQodkJw7jhMu0Wefby5xpk1Ac5ooQQUP3iv5gWVA0oAdGaCVxO/3eWWI9I eWz/aYTVF/0GwJgApxTxD47xDUPffLoib9VpZdC2kKmCF7VjqQplR/dDU2wfVpnxT/ MbV0SXIVLOwIlHHTAK1GTv9wwR0D+laeLlSLSSsIRbK6yOvl/0WKslheSi1DQfcafH r3DNgEvRVJ3XNANouNdbFmkyIOy/MEzURNouCUTfxE4zq4SFO3kuRWmfvHLb09EDDE ydMTF+Hf3yoIQ== Date: Mon, 15 Mar 2021 14:09:46 +0800 From: Shawn Guo To: Sebastian Reichel Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCHv2 0/4] Bx50v3 DT improvements Message-ID: <20210315060945.GI11246@dragon> References: <20210308151829.60056-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210308151829.60056-1-sebastian.reichel@collabora.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 08, 2021 at 04:18:25PM +0100, Sebastian Reichel wrote: > Bx50v3 DT improvements > > These are a bunch of small unrelated improvements for the GE Bx50v3 > device tree (and BA16 system on module, which is currently only used > by Bx50v3). > > Changes since PATCHv1 [1]: > * change patch prefix for BA16 patches > * remove extra newline from PATCH 1/4 > * keep 'status' at the end of FEC in PATCH 2/4 > > [1] https://lore.kernel.org/lkml/20210223183346.138575-1-sebastian.reichel@collabora.com/ > > Thanks for reviewing/merging them, > > -- Sebastian > > Ian Ray (1): > ARM: dts: imx: bx50v3: Define GPIO line names > > Sebastian Reichel (3): > ARM: dts: imx6q-ba16: add USB OTG VBUS enable GPIO > ARM: dts: imx6q-ba16: improve PHY information > ARM: dts: imx: bx50v3: i2c GPIOs are open drain Applied all, thanks.