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)
commit976358e2343566207fed2101ce62ff6fbad7f830
tree03da08f16573c93c660e415b535f45f77294bb6b
parentb5fd2a3e92ca5c8c1f3c20d31ac5daed3ec4d604
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]