From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 14 Nov 2016 14:38:29 +0800 Subject: [PATCH] ARM: dts: imx7d-pinfunc: fix UART pinmux defines In-Reply-To: <20161109024456.1832-1-stefan@agner.ch> References: <20161109024456.1832-1-stefan@agner.ch> Message-ID: <20161114063827.GJ3310@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 08, 2016 at 06:44:56PM -0800, Stefan Agner wrote: > The UART pinmux defines for the pins which are part of the LPSR > pinmux controller are wrong: Output signals configure the input > sel value and the pinmux defines allow not to distinguish between > DCE/DTE mode. Follow the usual pattern using DTE/DCE as part of > the define to denote the two UART configuration options. > > Signed-off-by: Stefan Agner Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: imx7d-pinfunc: fix UART pinmux defines Date: Mon, 14 Nov 2016 14:38:29 +0800 Message-ID: <20161114063827.GJ3310@dragon> References: <20161109024456.1832-1-stefan@agner.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20161109024456.1832-1-stefan-XLVq0VzYD2Y@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stefan Agner Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, fabio.estevam-3arQi8VN3Tc@public.gmane.org, Frank.Li-3arQi8VN3Tc@public.gmane.org, aalonso-KZfg59tc24xl57MIdRCFDg@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Nov 08, 2016 at 06:44:56PM -0800, Stefan Agner wrote: > The UART pinmux defines for the pins which are part of the LPSR > pinmux controller are wrong: Output signals configure the input > sel value and the pinmux defines allow not to distinguish between > DCE/DTE mode. Follow the usual pattern using DTE/DCE as part of > the define to denote the two UART configuration options. > > Signed-off-by: Stefan Agner Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755046AbcKNGiu (ORCPT ); Mon, 14 Nov 2016 01:38:50 -0500 Received: from mail.kernel.org ([198.145.29.136]:50108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbcKNGir (ORCPT ); Mon, 14 Nov 2016 01:38:47 -0500 Date: Mon, 14 Nov 2016 14:38:29 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, fabio.estevam@nxp.com, Frank.Li@nxp.com, aalonso@freescale.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx7d-pinfunc: fix UART pinmux defines Message-ID: <20161114063827.GJ3310@dragon> References: <20161109024456.1832-1-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161109024456.1832-1-stefan@agner.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 08, 2016 at 06:44:56PM -0800, Stefan Agner wrote: > The UART pinmux defines for the pins which are part of the LPSR > pinmux controller are wrong: Output signals configure the input > sel value and the pinmux defines allow not to distinguish between > DCE/DTE mode. Follow the usual pattern using DTE/DCE as part of > the define to denote the two UART configuration options. > > Signed-off-by: Stefan Agner Applied, thanks.