RE: [PATCH] pwm: Rename pwm_get_state() to better reflect its semantic

2021-04-06 Thread Roy Im
> most recently by the consumer (opposed to what was > actually implemented in hardware in reply to the last request). > To make this semantic obvious rename the function. > > Signed-off-by: Uwe Kleine-König > --- > drivers/input/misc/da7280.c | 2 +- Acked-by: Roy Im

RE: [PATCH] Input: da7280 - protect OF match table with CONFIG_OF

2020-12-18 Thread Roy Im
_TABLE(of, da7280_of_match); > +#endif > > static const struct i2c_device_id da7280_i2c_id[] = { > { "da7280", }, > -- > 2.29.2.729.g45daf8777d-goog > > > -- > Dmitry Thanks! Acked-by: Roy Im

RE: [PATCH] Input: da7280 - fix missing error test

2020-12-15 Thread Roy Im
y: Dmitry Torokhov > --- Many thanks for your help. Reviewed-by: Roy Im

RE: [PATCH][next] Input: da7280: fix spelling mistake "sequemce" -> "sequence"

2020-12-15 Thread Roy Im
"Failed to update GPI sequence: %d\n", error); You are right. Reviewed-by: Roy Im

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

2020-11-30 Thread Roy Im
> On Mon, Nov 30, 2020 4:55 PM, Dmitry Torokhov wrote: > On Thu, Nov 26, 2020 at 01:07:39AM +0900, Roy Im wrote: > > Adds support for the Dialog DA7280 LRA/ERM Haptic Driver with multiple > > mode and integrated waveform memory and wideband support. > > It communicates via

[RESEND PATCH V20 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-11-25 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11

[RESEND PATCH V20 3/3] Input: new da7280 haptic driver

2020-11-25 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v20: - Simplified the code with dev_err_probe

[RESEND PATCH V20 2/3] dt-bindings: input: Add document bindings for DA7280

2020-11-25 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12

[RESEND PATCH V20 0/3] da7280: haptic driver submission

2020-11-25 Thread Roy Im
Im, Dialog Semiconductor Ltd. Roy Im (3): MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms dt-bindings: input: Add document bindings for DA7280 Input: new da7280 haptic driver .../devicetree/bindings/input/dlg,da7280.txt | 109 ++ MAINTAINERS

[RESEND PATCH v20 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-11-03 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11

[RESEND PATCH v20 0/3] da7280: haptic driver submission

2020-11-03 Thread Roy Im
Im, Dialog Semiconductor Ltd. Roy Im (3): MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms dt-bindings: input: Add document bindings for DA7280 Input: new da7280 haptic driver .../devicetree/bindings/input/dlg,da7280.txt | 109 ++ MAINTAINERS

[RESEND PATCH v20 3/3] Input: new da7280 haptic driver

2020-11-03 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v20: - Simplified the code with dev_err_probe

[RESEND PATCH v20 2/3] dt-bindings: input: Add document bindings for DA7280

2020-11-03 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12

[RESEND PATCH v20 0/3] da7280: haptic driver submission

2020-10-13 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v20 1/3] MAINTAINERS file update for DA7280 [PATCH v20 2/3] DA7280 DT Binding [PATCH v20 3/3] DA7280 Driver This patch applies against linux-mainline and v5.9 Thank you, Roy Im

[RESEND PATCH v20 2/3] dt-bindings: input: Add document bindings for DA7280

2020-10-13 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12

[RESEND PATCH v20 3/3] Input: new da7280 haptic driver

2020-10-13 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v20: - Simplified the code with dev_err_probe

[RESEND PATCH v20 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-10-13 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11

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

2020-09-22 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v20: - Simplified the code with dev_err_probe

[PATCH v20 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-09-22 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11

[PATCH v20 0/3] da7280: haptic driver submission

2020-09-22 Thread Roy Im
Im, Dialog Semiconductor Ltd. Roy Im (3): MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms dt-bindings: input: Add document bindings for DA7280 Input: new da7280 haptic driver .../devicetree/bindings/input/dlg,da7280.txt | 109 ++ MAINTAINERS

[PATCH v20 2/3] dt-bindings: input: Add document bindings for DA7280

2020-09-22 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v20: No changes. v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12

[RESEND PATCH v19 3/3] Input: new da7280 haptic driver

2020-09-02 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v19: - Corrected some errors and replaced some code

[RESEND PATCH v19 0/3] da7280: haptic driver submission

2020-09-02 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v19 1/3] MAINTAINERS file update for DA7280 [PATCH v19 2/3] DA7280 DT Binding [PATCH v19 3/3] DA7280 Driver This patch applies against linux-next and v5.8 Thank you, Roy Im

[RESEND PATCH v19 2/3] dt-bindings: input: Add document bindings for DA7280

2020-09-02 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: No changes. v11

[RESEND PATCH v19 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-09-02 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10

[RESEND PATCH v19 3/3] Input: new da7280 haptic driver

2020-08-18 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v19: - Corrected some errors and replaced some code

[RESEND PATCH v19 0/3] da7280: haptic driver submission

2020-08-18 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v19 1/3] MAINTAINERS file update for DA7280 [PATCH v19 2/3] DA7280 DT Binding [PATCH v19 3/3] DA7280 Driver This patch applies against linux-next and v5.8 Thank you, Roy Im

[RESEND PATCH v19 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-08-18 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10

[RESEND PATCH v19 2/3] dt-bindings: input: Add document bindings for DA7280

2020-08-18 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: No changes. v11

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

2020-08-04 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v19: - Corrected some errors and replaced some code

[PATCH v19 2/3] dt-bindings: input: Add document bindings for DA7280

2020-08-04 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: No changes. v11

[PATCH v19 0/3] da7280: haptic driver submission

2020-08-04 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v19 1/3] MAINTAINERS file update for DA7280 [PATCH v19 2/3] DA7280 DT Binding [PATCH v19 3/3] DA7280 Driver This patch applies against linux-next and v5.8 Thank you, Roy Im

[PATCH v19 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-08-04 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v19: No changes. v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10

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

2020-08-02 Thread Roy Im
On Sun, August 2, 2020 8:54 PM, Pavel Machek wrote: > Hi! > > > > +static DEVICE_ATTR_RW(ps_seq_id); > > > +static DEVICE_ATTR_RW(ps_seq_loop); static > > > +DEVICE_ATTR_RW(gpi_seq_id0); static DEVICE_ATTR_RW(gpi_seq_id1); > > > +static DEVICE_ATTR_RW(gpi_seq_id2); static > > >

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

2020-07-31 Thread Roy Im
On Thu, July 30, 2020 2:10 PM, Dmitry Torokhov > On Wed, Jul 29, 2020 at 02:09:48PM +0000, Roy Im wrote: > > Wednesday, July 29, 2020 3:37 PM, Dmitry Torokhov wrote: > > > On Wed, Jul 29, 2020 at 11:59:40AM +0900, Roy Im wrote: > > > > v11: > > > &

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

2020-07-29 Thread Roy Im
Hello Dmitry and Uwe, Wednesday, July 29, 2020 3:37 PM, Dmitry Torokhov wrote: > On Wed, Jul 29, 2020 at 11:59:40AM +0900, Roy Im wrote: > > Adds support for the Dialog DA7280 LRA/ERM Haptic Driver with multiple > > mode and integrated waveform memory and wideband support. >

[PATCH v18 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-07-28 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9

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

2020-07-28 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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v18: - Corrected comments in Kconfig - Updated

[PATCH v18 2/3] dt-bindings: input: Add document bindings for DA7280

2020-07-28 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v18: No changes. v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: No changes. v11: No changes. v10

[PATCH v18 0/3] da7280: haptic driver submission

2020-07-28 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v18 1/3] MAINTAINERS file update for DA7280 [PATCH v18 2/3] DA7280 DT Binding [PATCH v18 3/3] DA7280 Driver This patch applies against linux-next and v5.8-rc7 Thank you, Roy Im

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

2020-07-23 Thread Roy Im
Friday, July 24, 2020 11:57 AM, Randy Dunlap wrote > On 7/23/20 6:54 PM, Roy Im wrote: > > On Fri, July 24, 2020 5:51 AM, Randy Dunlap wrote > >> On 7/23/20 8:01 AM, Roy Im wrote: > >>> diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig >

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

2020-07-23 Thread Roy Im
On Fri July 24, 2020 5:55 AM, Randy Dunlap wrote: > On 7/23/20 8:01 AM, Roy Im wrote: > > 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. >

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

2020-07-23 Thread Roy Im
On Fri, July 24, 2020 5:51 AM, Randy Dunlap wrote > On 7/23/20 8:01 AM, Roy Im wrote: > > diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig > > index 362e8a0..06dc5a3 100644 > > --- a/drivers/input/misc/Kconfig > > +++ b/drivers/input/misc/Kconfig >

[PATCH v17 2/3] dt-bindings: input: Add document bindings for DA7280

2020-07-23 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: No changes. v11: No changes. v10: No changes. v9

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

2020-07-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. Reviewed-by: Jes Sorensen . Signed-off-by: Roy Im --- v17: - fixed an issue. v16: - Corrected some code

[PATCH v17 0/3] da7280: haptic driver submission

2020-07-23 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v17 1/3] MAINTAINERS file update for DA7280 [PATCH v17 2/3] DA7280 DT Binding [PATCH v17 3/3] DA7280 Driver This patch applies against linux-next and v5.8-rc6 Thank you, Roy Im

[PATCH v17 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-07-23 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v17: No changes. v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9: No changes. v8

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

2020-07-22 Thread Roy Im
On Thursday, July 23, 2020 12:24 AM, Jes Sorensen wrote: > On 7/9/20 3:27 AM, Roy Im wrote: > > 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 devic

[PATCH v16 0/3] da7280: haptic driver submission

2020-07-09 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v16 1/3] MAINTAINERS file update for DA7280 [PATCH v16 2/3] DA7280 DT Binding [PATCH v16 3/3] DA7280 Driver This patch applies against linux-next and v5.8-rc4 Thank you, Roy Im

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

2020-07-09 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 --- v16: - Corrected some code and updated description in Kconfig. v15: - Removed

[PATCH v16 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-07-09 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9: No changes. v8: No changes. v7

[PATCH v16 2/3] dt-bindings: input: Add document bindings for DA7280

2020-07-09 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v16: No changes. v15: No changes. v14: No changes. v13: No changes. v12: No changes. v11: No changes. v10: No changes. v9: No changes. v8

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

2020-07-03 Thread Roy Im
On Fri, July 3, 2020 3:02 AM, Jes Sorensen wrote: > On 6/29/20 9:01 AM, Roy Im wrote: > > 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 devic

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

2020-06-29 Thread Roy Im
On Tue, June 30, 2020 12:14 PM, Randy Dunlap wrote: > On 6/29/20 6:01 AM, Roy Im wrote: > > diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig > > index 362e8a0..79fbddb 100644 > > --- a/drivers/input/misc/Kconfig > > +++ b/drivers/input/misc/Kc

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

2020-06-29 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 --- v15: - Removed some defines and updated some comments. v14: - Updated pwm

[PATCH v15 2/3] dt-bindings: input: Add document bindings for DA7280

2020-06-29 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v15: No changes. v14: No changes. v13: No changes. v12: No changes. v11: No changes. v10: No changes. v9: No changes. v8: Updated

[PATCH v15 0/3] da7280: haptic driver submission

2020-06-29 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v15 1/3] MAINTAINERS file update for DA7280 [PATCH v15 2/3] DA7280 DT Binding [PATCH v15 3/3] DA7280 Driver This patch applies against linux-next and v5.8-rc3 Thank you, Roy Im

[PATCH v15 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-06-29 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v15: No changes. v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9: No changes. v8: No changes. v7: No changes. v6

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

2020-06-28 Thread Roy Im
On Sat, June 27, 2020 12:56 AM, Uwe Kleine-König wrote: > On Fri, Jun 26, 2020 at 01:17:29PM +0000, Roy Im wrote: > > > On Fri, June 26, 2020 3:19 PM, Uwe Kleine-König wrote: > > > Hello, > > > from the PWM POV I'm happy now. Just a few minor comments that I noticed

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

2020-06-26 Thread Roy Im
> On Fri, June 26, 2020 3:19 PM, Uwe Kleine-König wrote: > Hello, > from the PWM POV I'm happy now. Just a few minor comments that I noticed > while checking the PWM details. Many thanks for your comments. > > On Thu, Jun 25, 2020 at 01:59:29AM +0900, Roy Im wrote: &

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

2020-06-25 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 --- v14: - Updated pwm related code, alignments and comments. v13: - Updated some

[PATCH v14 0/3] da7280: haptic driver submission

2020-06-25 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH v14 1/3] MAINTAINERS file update for DA7280 [PATCH v14 2/3] DA7280 DT Binding [PATCH v14 3/3] DA7280 Driver This patch applies against linux-next and v5.8-rc2 Thank you, Roy Im

[PATCH v14 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-06-25 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v14: No changes. v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9: No changes. v8: No changes. v7: No changes. v6: No changes. v5

[PATCH v14 2/3] dt-bindings: input: Add document bindings for DA7280

2020-06-25 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v14: No changes. v13: No changes. v12: No changes. v11: No changes. v10: No changes. v9: No changes. v8: Updated descriptions for new

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

2020-06-24 Thread Roy Im
On Thu, June 25, 2020 1:28 AM, Uwe Kleine-König > On Wed, Jun 24, 2020 at 03:39:52PM +0000, Roy Im wrote: > > On Wed, Jun 24, 2020 at 10:37 PM, Uwe Kleine-König wrote: > > > On Wed, Jun 24, 2020 at 12:04:24PM +0900, Roy Im wrote: > > > > period

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

2020-06-24 Thread Roy Im
On Wed, Jun 24, 2020 at 10:37 PM, Uwe Kleine-König wrote: > On Wed, Jun 24, 2020 at 12:04:24PM +0900, Roy Im wrote: > > Hello Uwe, > > > > On Tue, June 23, 2020 11:41 PM, Uwe Kleine-König wrote: > > > > > > Hello, > > > > > > On Mon, Jun

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

2020-06-24 Thread Roy Im
Hello Uwe, On Tue, June 23, 2020 11:41 PM, Uwe Kleine-König wrote: > > Hello, > > On Mon, Jun 15, 2020 at 08:40:23PM +0900, Roy Im wrote: > > Adds support for the Dialog DA7280 LRA/ERM Haptic Driver with multiple > > mode and integrated waveform memory and wideband supp

[RESEND PATCH V13 2/3] dt-bindings: input: Add document bindings for DA7280

2020-06-15 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v13: No changes. v12: No changes. v11: No changes. v10: No changes. v9: No changes. v8: Updated descriptions for new properties. v7

[RESEND PATCH V13 3/3] Input: new da7280 haptic driver

2020-06-15 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 --- v13: - Updated some conditions in pwm function and alignments. v12: No changes. v11

[RESEND PATCH V13 0/3] da7280: haptic driver submission

2020-06-15 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V13 1/3] MAINTAINERS file update for DA7280 [PATCH V13 2/3] DA7280 DT Binding [PATCH V13 3/3] DA7280 Driver This patch applies against linux-mainline and v5.7 Thank you, Roy Im

[RESEND PATCH V13 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-06-15 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9: No changes. v8: No changes. v7: No changes. v6: No changes. v5: No changes. v4

[RESEND PATCH V13 2/3] dt-bindings: input: Add document bindings for DA7280

2020-05-21 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v13: No changes. v12: No changes. v11: No changes. v10: No changes. v9: No changes. v8: Updated descriptions for new properties. v7

[RESEND PATCH V13 3/3] Input: new da7280 haptic driver

2020-05-21 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 --- v13: - Updated some conditions in pwm function and alignments. v12: No changes. v11

[RESEND PATCH V13 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-05-21 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9: No changes. v8: No changes. v7: No changes. v6: No changes. v5: No changes. v4

[RESEND PATCH V13 0/3] da7280: haptic driver submission

2020-05-21 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V13 1/3] MAINTAINERS file update for DA7280 [PATCH V13 2/3] DA7280 DT Binding [PATCH V13 3/3] DA7280 Driver This patch applies against linux-next and v5.7-rc4 Thank you, Roy Im

[PATCH V13 0/3] da7280: haptic driver submission

2020-05-07 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V13 1/3] MAINTAINERS file update for DA7280 [PATCH V13 2/3] DA7280 DT Binding [PATCH V13 3/3] DA7280 Driver This patch applies against linux-next and v5.7-rc4 Thank you, Roy Im

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

2020-05-07 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 --- v13: - Updated some conditions in pwm function and alignments. v12: No changes. v11

[PATCH V13 2/3] dt-bindings: input: Add document bindings for DA7280

2020-05-07 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v13: No changes. v12: No changes. v11: No changes. v10: No changes. v9: No changes. v8: Updated descriptions for new properties. v7

[PATCH V13 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2020-05-07 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v13: No changes. v12: Corrected file list order. v11: No changes. v10: No changes. v9: No changes. v8: No changes. v7: No changes. v6: No changes. v5: No changes. v4

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

2020-05-02 Thread Roy Im
Friday, May 1, 2020 4:46 AM, Uwe Kleine-König wrote: > On Mon, Apr 27, 2020 at 09:57:12AM +0900, Roy Im wrote: > > + /* It is recommended to update the patterns > > +* during haptic is not working in order to avoid conflict > > +*/ > > I thought only in n

[RESEND PATCH V7 2/3] dt-bindings: input: Add document bindings for DA7280

2018-11-07 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: Updated descriptions and fixed errors. v4: Fixed commit message, properties. v3: Fixed subject format

[RESEND PATCH V7 2/3] dt-bindings: input: Add document bindings for DA7280

2018-11-07 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: Updated descriptions and fixed errors. v4: Fixed commit message, properties. v3: Fixed subject format

[RESEND PATCH V7 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2018-11-07 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: No changes. v4: No changes. v3: No changes. v2: No changes. MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git

[RESEND PATCH V7 3/3] Input: new da7280 haptic driver

2018-11-07 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 --- v7: - Added more attributes to handle one value per file. - Replaced

[RESEND PATCH V7 0/3] da7280: haptic driver submission

2018-11-07 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V7 1/3] MAINTAINERS file update for DA7280 [PATCH V7 2/3] DA7280 DT Binding [PATCH V7 3/3] DA7280 Driver This patch applies against linux-next and v4.19-rc6 Thank you, Roy Im

[RESEND PATCH V7 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2018-11-07 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: No changes. v4: No changes. v3: No changes. v2: No changes. MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git

[RESEND PATCH V7 3/3] Input: new da7280 haptic driver

2018-11-07 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 --- v7: - Added more attributes to handle one value per file. - Replaced

[RESEND PATCH V7 0/3] da7280: haptic driver submission

2018-11-07 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V7 1/3] MAINTAINERS file update for DA7280 [PATCH V7 2/3] DA7280 DT Binding [PATCH V7 3/3] DA7280 Driver This patch applies against linux-next and v4.19-rc6 Thank you, Roy Im

[RESEND PATCH V7 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2018-10-16 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: No changes. v4: No changes. v3: No changes. v2: No changes. MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git

[RESEND PATCH V7 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2018-10-16 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: No changes. v4: No changes. v3: No changes. v2: No changes. MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git

[RESEND PATCH V7 3/3] Input: new da7280 haptic driver

2018-10-16 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 --- v7: - Added more attributes to handle one value per file. - Replaced

[RESEND PATCH V7 3/3] Input: new da7280 haptic driver

2018-10-16 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 --- v7: - Added more attributes to handle one value per file. - Replaced

[RESEND PATCH V7 0/3] da7280: haptic driver submission

2018-10-16 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V7 1/3] MAINTAINERS file update for DA7280 [PATCH V7 2/3] DA7280 DT Binding [PATCH V7 3/3] DA7280 Driver This patch applies against linux-next and v4.19-rc6 Thank you, Roy Im

[RESEND PATCH V7 2/3] dt-bindings: input: Add document bindings for DA7280

2018-10-16 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: Updated descriptions and fixed errors. v4: Fixed commit message, properties. v3: Fixed subject format

[RESEND PATCH V7 0/3] da7280: haptic driver submission

2018-10-16 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V7 1/3] MAINTAINERS file update for DA7280 [PATCH V7 2/3] DA7280 DT Binding [PATCH V7 3/3] DA7280 Driver This patch applies against linux-next and v4.19-rc6 Thank you, Roy Im

[RESEND PATCH V7 2/3] dt-bindings: input: Add document bindings for DA7280

2018-10-16 Thread Roy Im
Add device tree binding information for DA7280 haptic driver. Example bindings for DA7280 are added. Reviewed-by: Rob Herring . Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: Updated descriptions and fixed errors. v4: Fixed commit message, properties. v3: Fixed subject format

[PATCH V7 0/3] da7280: haptic driver submission

2018-10-04 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V2 1/3] MAINTAINERS file update for DA7280 [PATCH V2 2/3] DA7280 DT Binding [PATCH V2 3/3] DA7280 Driver This patch applies against linux-next and v4.19-rc6 Thank you, Roy Im

[PATCH V7 0/3] da7280: haptic driver submission

2018-10-04 Thread Roy Im
This patch adds support for the Dialog DA7280 Haptic driver IC. In this patch set the following is provided: [PATCH V2 1/3] MAINTAINERS file update for DA7280 [PATCH V2 2/3] DA7280 DT Binding [PATCH V2 3/3] DA7280 Driver This patch applies against linux-next and v4.19-rc6 Thank you, Roy Im

[PATCH V7 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2018-10-04 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: No changes. v4: No changes. v3: No changes. v2: No changes. MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH V7 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

2018-10-04 Thread Roy Im
This patch adds the da7280 bindings doc and driver to the Dialog Semiconductor support list. Signed-off-by: Roy Im --- v7: No changes. v6: No changes. v5: No changes. v4: No changes. v3: No changes. v2: No changes. MAINTAINERS |2 ++ 1 file changed, 2 insertions(+) diff --git

  1   2   >