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