OSDN Git Service

Input: add a driver for GPIO controllable vibrators
authorLuca Weiss <luca@z3ntu.xyz>
Tue, 30 Apr 2019 06:56:09 +0000 (23:56 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 30 Apr 2019 07:11:25 +0000 (00:11 -0700)
commit13bda2d07791d0093728aed7698e76d2977e7639
tree48d952ca70ac01fd0de74684d9de404b763005e1
parent9a952206904de36cd11f3ca50b2fad01d789e25e
Input: add a driver for GPIO controllable vibrators

Provide a simple driver for GPIO controllable vibrators.
It will be used by the Fairphone 2.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/gpio-vibrator.yaml [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/gpio-vibra.c [new file with mode: 0644]