From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v4] ARM/serial: at91: switch atmel serial to use gpiolib Date: Wed, 4 Dec 2013 11:25:40 -0800 Message-ID: <20131204192540.GC11841@kroah.com> References: <1383816355-2956-1-git-send-email-linus.walleij@linaro.org> <5283A8C7.30904@atmel.com> <529C4936.5060304@atmel.com> <20131204102353.GI29721@pengutronix.de> <20131204170911.GC14859@kroah.com> <20131204191606.GL29721@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:34615 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933010Ab3LDTZl (ORCPT ); Wed, 4 Dec 2013 14:25:41 -0500 Content-Disposition: inline In-Reply-To: <20131204191606.GL29721@pengutronix.de> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Nicolas Ferre , Linus Walleij , linux-gpio@vger.kernel.org, Alexandre Courbot , linux-serial@vger.kernel.org, Jean-Christophe Plagniol-Villard , Andrew Victor , linux-arm-kernel@lists.infradead.org On Wed, Dec 04, 2013 at 08:16:06PM +0100, Uwe Kleine-K=F6nig wrote: > Hello Greg, >=20 > On Wed, Dec 04, 2013 at 09:09:11AM -0800, Greg Kroah-Hartman wrote: > > On Wed, Dec 04, 2013 at 11:23:53AM +0100, Uwe Kleine-K=F6nig wrote: > > > Hello Greg, hi Nicolas, > > >=20 > > > On Mon, Dec 02, 2013 at 09:47:50AM +0100, Nicolas Ferre wrote: > > > > On 13/11/2013 17:28, Nicolas Ferre : > > > > >On 07/11/2013 10:25, Linus Walleij : > > > > >>This passes the errata fix using a GPIO to control the RTS pi= n > > > > >>on one of the AT91 chips to use gpiolib instead of the > > > > >>AT91-specific interfaces. Also remove the reliance on > > > > >>compile-time #defines and the cpu_* check and rely on the > > > > >>platform passing down the proper GPIO pin through platform > > > > >>data. > > > > >> > > > > >>This is a prerequisite for getting rid of the local GPIO > > > > >>implementation in the AT91 platform and move toward > > > > >>multiplatform. > > > > >> > > > > >>The patch also adds device tree support for getting the > > > > >>RTS GPIO pin from the device tree on DT boot paths. > > > > >> > > > > >>Signed-off-by: Nicolas Ferre > > > > >>Acked-by: Jean-Christophe PLAGNIOL-VILLARD > > > > >>Signed-off-by: Linus Walleij > > > > > > > > > >Hi Greg, > > > > > > > > > >You acknowledged a previous version of this patch which was ta= king a > > > > >different approach with the subject: > > > > >"[PATCH 1/4] ARM/serial: at91: move machine quirk into machine= " > > > > > > > > > >In order to integrate the series build by Linus in our AT91/ar= m-soc > > > > >flow, would you mind reviewing this v4 patch and eventually gi= ving your > > > > >blessing ;-) > > > > >If it is okay on your side, I'll integrate it in a pull-reques= t to > > > > >arm-soc for 3.14. > > > >=20 > > > > Greg, ping? > > > I'm depending on that patch for a series that gets rid of ARM's > > > . So I'm interested to either get a stable commit t= o > > > base on or alternatively to get the blessing from both of you to = take it > > > (also via arm-soc) as part of my series. > > >=20 > > > A preview of my series is available at > > >=20 > > > git://git.pengutronix.de/git/ukl/linux.git deprecatemachtimexh > >=20 > > No objection from me to take it through your tree. > gregkh: Thanks. I'll interpret this as Acked-by: you if Nicolas also > agrees that I take it. I gave it on a previous email in this thread, but here it is again for you: Acked-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Wed, 4 Dec 2013 11:25:40 -0800 Subject: [PATCH v4] ARM/serial: at91: switch atmel serial to use gpiolib In-Reply-To: <20131204191606.GL29721@pengutronix.de> References: <1383816355-2956-1-git-send-email-linus.walleij@linaro.org> <5283A8C7.30904@atmel.com> <529C4936.5060304@atmel.com> <20131204102353.GI29721@pengutronix.de> <20131204170911.GC14859@kroah.com> <20131204191606.GL29721@pengutronix.de> Message-ID: <20131204192540.GC11841@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Dec 04, 2013 at 08:16:06PM +0100, Uwe Kleine-K?nig wrote: > Hello Greg, > > On Wed, Dec 04, 2013 at 09:09:11AM -0800, Greg Kroah-Hartman wrote: > > On Wed, Dec 04, 2013 at 11:23:53AM +0100, Uwe Kleine-K?nig wrote: > > > Hello Greg, hi Nicolas, > > > > > > On Mon, Dec 02, 2013 at 09:47:50AM +0100, Nicolas Ferre wrote: > > > > On 13/11/2013 17:28, Nicolas Ferre : > > > > >On 07/11/2013 10:25, Linus Walleij : > > > > >>This passes the errata fix using a GPIO to control the RTS pin > > > > >>on one of the AT91 chips to use gpiolib instead of the > > > > >>AT91-specific interfaces. Also remove the reliance on > > > > >>compile-time #defines and the cpu_* check and rely on the > > > > >>platform passing down the proper GPIO pin through platform > > > > >>data. > > > > >> > > > > >>This is a prerequisite for getting rid of the local GPIO > > > > >>implementation in the AT91 platform and move toward > > > > >>multiplatform. > > > > >> > > > > >>The patch also adds device tree support for getting the > > > > >>RTS GPIO pin from the device tree on DT boot paths. > > > > >> > > > > >>Signed-off-by: Nicolas Ferre > > > > >>Acked-by: Jean-Christophe PLAGNIOL-VILLARD > > > > >>Signed-off-by: Linus Walleij > > > > > > > > > >Hi Greg, > > > > > > > > > >You acknowledged a previous version of this patch which was taking a > > > > >different approach with the subject: > > > > >"[PATCH 1/4] ARM/serial: at91: move machine quirk into machine" > > > > > > > > > >In order to integrate the series build by Linus in our AT91/arm-soc > > > > >flow, would you mind reviewing this v4 patch and eventually giving your > > > > >blessing ;-) > > > > >If it is okay on your side, I'll integrate it in a pull-request to > > > > >arm-soc for 3.14. > > > > > > > > Greg, ping? > > > I'm depending on that patch for a series that gets rid of ARM's > > > . So I'm interested to either get a stable commit to > > > base on or alternatively to get the blessing from both of you to take it > > > (also via arm-soc) as part of my series. > > > > > > A preview of my series is available at > > > > > > git://git.pengutronix.de/git/ukl/linux.git deprecatemachtimexh > > > > No objection from me to take it through your tree. > gregkh: Thanks. I'll interpret this as Acked-by: you if Nicolas also > agrees that I take it. I gave it on a previous email in this thread, but here it is again for you: Acked-by: Greg Kroah-Hartman