]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add a new driver for GPIO beeper
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 26 Nov 2013 03:17:09 +0000 (19:17 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 26 Nov 2013 23:54:49 +0000 (15:54 -0800)
commit7365b2a55f9dc31bdf133792cdb742cf446eaedd
tree03da08f16573c93c660e415b535f45f77294bb6b
parentc9fcdce081a9cebc31927f595ab6875b845925b7
Input: add a new driver for GPIO beeper

This patch adds a new driver for the beeper controlled via GPIO pin.
The driver does not depend on the architecture and is positioned as
a replacement for the specific drivers that are used for this function.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/gpio-beeper.txt [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/gpio-beeper.c [new file with mode: 0644]