From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 1/4] ARM/serial: at91: move machine quirk into machine Date: Tue, 5 Nov 2013 04:53:29 -0800 Message-ID: <20131105125329.GC18093@kroah.com> References: <1383643722-14189-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:54832 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754607Ab3KEMvQ (ORCPT ); Tue, 5 Nov 2013 07:51:16 -0500 Content-Disposition: inline In-Reply-To: <1383643722-14189-1-git-send-email-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Andrew Victor , Nicolas Ferre , Jean-Christophe Plagniol-Villard , linux-serial@vger.kernel.org, Alexandre Courbot , linux-arm-kernel@lists.infradead.org On Tue, Nov 05, 2013 at 10:28:42AM +0100, Linus Walleij wrote: > This removes the dependency on from the AT91 serial > driver by adding an mctrl callback quirk. > > Long term it is better if the driver calls the generic GPIO > interface (gpio_set_value()), but this gets a hairy cross-depency > into the machine-local headers out of the way for now. > > Cc: Greg Kroah-Hartman > Signed-off-by: Linus Walleij > --- > Greg, if you're OK with this approach please give me an ACK > so I can take this through the ARM SoC or GPIO tree in the end. Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Tue, 5 Nov 2013 04:53:29 -0800 Subject: [PATCH 1/4] ARM/serial: at91: move machine quirk into machine In-Reply-To: <1383643722-14189-1-git-send-email-linus.walleij@linaro.org> References: <1383643722-14189-1-git-send-email-linus.walleij@linaro.org> Message-ID: <20131105125329.GC18093@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 05, 2013 at 10:28:42AM +0100, Linus Walleij wrote: > This removes the dependency on from the AT91 serial > driver by adding an mctrl callback quirk. > > Long term it is better if the driver calls the generic GPIO > interface (gpio_set_value()), but this gets a hairy cross-depency > into the machine-local headers out of the way for now. > > Cc: Greg Kroah-Hartman > Signed-off-by: Linus Walleij > --- > Greg, if you're OK with this approach please give me an ACK > so I can take this through the ARM SoC or GPIO tree in the end. Acked-by: Greg Kroah-Hartman