RE: [PATCH V4 3/3] Input: new da7280 haptic driver

2018-08-23 Thread Roy Im
Hi Randy, On 08/24/2018 12:28 AM, Randy Dunlap wrote: > On 08/20/2018 10:44 PM, Roy Im wrote: > > diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig > > index ca59a2b..6e0de69 100644 > > --- a/drivers/input/misc/Kconfig > > +++ b/drivers/input/misc/Kconfig > > @@ -851,4 +851,16

RE: [PATCH V4 3/3] Input: new da7280 haptic driver

2018-08-23 Thread Roy Im
Hi Randy, On 08/24/2018 12:28 AM, Randy Dunlap wrote: > On 08/20/2018 10:44 PM, Roy Im wrote: > > diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig > > index ca59a2b..6e0de69 100644 > > --- a/drivers/input/misc/Kconfig > > +++ b/drivers/input/misc/Kconfig > > @@ -851,4 +851,16

Re: [PATCH V4 3/3] Input: new da7280 haptic driver

2018-08-23 Thread Randy Dunlap
On 08/20/2018 10:44 PM, Roy Im wrote: > diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig > index ca59a2b..6e0de69 100644 > --- a/drivers/input/misc/Kconfig > +++ b/drivers/input/misc/Kconfig > @@ -851,4 +851,16 @@ config INPUT_SC27XX_VIBRA > To compile this driver as a

Re: [PATCH V4 3/3] Input: new da7280 haptic driver

2018-08-23 Thread Randy Dunlap
On 08/20/2018 10:44 PM, Roy Im wrote: > diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig > index ca59a2b..6e0de69 100644 > --- a/drivers/input/misc/Kconfig > +++ b/drivers/input/misc/Kconfig > @@ -851,4 +851,16 @@ config INPUT_SC27XX_VIBRA > To compile this driver as a

[PATCH V4 3/3] Input: new da7280 haptic driver

2018-08-23 Thread Roy Im
Adds support for the Dialog DA7280 LRA/ERM Haptic Driver with multiple mode and integrated waveform memory and wideband support. It communicates via an I2C bus to the device. Signed-off-by: Roy Im --- v4: Updated code as dt-bindings are changed. v3: No changes. v2: Fixed kbuild

[PATCH V4 3/3] Input: new da7280 haptic driver

2018-08-23 Thread Roy Im
Adds support for the Dialog DA7280 LRA/ERM Haptic Driver with multiple mode and integrated waveform memory and wideband support. It communicates via an I2C bus to the device. Signed-off-by: Roy Im --- v4: Updated code as dt-bindings are changed. v3: No changes. v2: Fixed kbuild