Re: [PATCH v3 2/3] Input: add a driver for GPIO controllable vibrators

2019-04-16 Thread Luca Weiss
On Freitag, 12. April 2019 19:43:52 CEST Stephen Boyd wrote: > Quoting Luca Weiss (2019-04-12 08:06:24) > > > diff --git a/drivers/input/misc/gpio-vibra.c > > b/drivers/input/misc/gpio-vibra.c new file mode 100644 > > index ..3fd2dfd4f670 > > --- /dev/null > > +++

Re: [PATCH v3 2/3] Input: add a driver for GPIO controllable vibrators

2019-04-12 Thread Stephen Boyd
Quoting Luca Weiss (2019-04-12 08:06:24) > diff --git a/drivers/input/misc/gpio-vibra.c b/drivers/input/misc/gpio-vibra.c > new file mode 100644 > index ..3fd2dfd4f670 > --- /dev/null > +++ b/drivers/input/misc/gpio-vibra.c > @@ -0,0 +1,209 @@ > + > +static int

[PATCH v3 2/3] Input: add a driver for GPIO controllable vibrators

2019-04-12 Thread Luca Weiss
Provide a simple driver for GPIO controllable vibrators. It will be used by the Fairphone 2. Signed-off-by: Luca Weiss --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/gpio-vibra.c | 209 3 files changed,