[PATCH 3/7] misc: ixp4-beeper: use gpiolib strictly
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Date: 2013-09-26 15:51:10
Also in:
linux-gpio
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Date: 2013-09-26 15:51:10
Also in:
linux-gpio
On Tue, Sep 10, 2013 at 02:30:26PM +0200, Linus Walleij wrote:
Request and free the GPIO line used for the beeper properly. Then use the gpiolib API to flip the output of the GPIO pin instead of relying on hacks to poke the register bits. Cc: Imre Kaloz <kaloz@openwrt.org> Cc: Krzysztof Halasa <khc@pm.waw.pl> Cc: Alexandre Courbot <acourbot@nvidia.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Linus Walleij <redacted> --- Arnd/Greg: seeking your ACK to take this through the GPIO tree as part of the attempt at cleaning out custom GPIO implementations.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>