Re: [PATCH v5] input: drv260x: Add TI drv260x haptics driver

2014-08-12 Thread Murphy, Dan
On 08/07/2014 01:16 AM, Dmitry Torokhov wrote: > On Wed, Aug 06, 2014 at 07:47:25PM +0000, Murphy, Dan wrote: >> Bump >> >> On 07/31/2014 02:14 PM, Murphy, Dan wrote: >>> Add the TI drv260x haptics/vibrator driver. >>> This device uses the input force feedba

Re: [PATCH v5] input: drv260x: Add TI drv260x haptics driver

2014-08-14 Thread Murphy, Dan
Mark On 08/13/2014 04:20 AM, Mark Rutland wrote: > Hi Dan, > > Apologies for the delay. > No worries. Thanks for the comments > On Thu, Jul 31, 2014 at 08:14:49PM +0100, Dan Murphy wrote: >> Add the TI drv260x haptics/vibrator driver. >> This device uses the input force feedback >> to produce

Re: [PATCH v6] input: drv260x: Add TI drv260x haptics driver

2014-08-19 Thread Murphy, Dan
Dmitry On 08/19/2014 02:24 PM, Dmitry Torokhov wrote: > Hi Dan, > > On Fri, Aug 15, 2014 at 10:47:50AM -0500, Dan Murphy wrote: >> diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig >> index 2ff4425..99f6762 100644 >> --- a/drivers/input/misc/Kconfig >> +++ b/drivers/input/misc/

Re: [PATCH v6] input: drv260x: Add TI drv260x haptics driver

2014-08-19 Thread Murphy, Dan
On 08/19/2014 03:07 PM, Dmitry Torokhov wrote: > On Tue, Aug 19, 2014 at 07:35:06PM +0000, Murphy, Dan wrote: >> Dmitry >> >> On 08/19/2014 02:24 PM, Dmitry Torokhov wrote: >>> Hi Dan, >>> >>> On Fri, Aug 15, 2014 at 10:47:50AM -0500, Dan Murphy wro

Re: [PATCH v6] input: drv260x: Add TI drv260x haptics driver

2014-08-19 Thread Murphy, Dan
Dmitry On 08/19/2014 03:24 PM, Dmitry Torokhov wrote: > On Tue, Aug 19, 2014 at 08:13:32PM +0000, Murphy, Dan wrote: >> On 08/19/2014 03:07 PM, Dmitry Torokhov wrote: >>> On Tue, Aug 19, 2014 at 07:35:06PM +, Murphy, Dan wrote: >>>> Dmitry >>>&

Re: [PATCH V2 2/2] Input: misc: introduce palmas-pwrbutton

2014-08-21 Thread Murphy, Dan
On 08/21/2014 11:04 AM, Menon, Nishanth wrote: > Many palmas family of PMICs have support for interrupt based power > button. This allows the device to notify the processor of external > push button events over the shared palmas interrupt. However, this > event is generated only during a "press" op

Re: [PATCH V2 2/2] Input: misc: introduce palmas-pwrbutton

2014-08-21 Thread Murphy, Dan
On 08/21/2014 12:19 PM, Menon, Nishanth wrote: > On 08/21/2014 11:59 AM, Murphy, Dan wrote: > [...] > Ooops.. missed answering one addition statement: > >>> + of_property_read_u32(np, "ti,palmas-long-press-seconds", &val); >> >> Probably should che

Re: [PATCH V2 2/2] Input: misc: introduce palmas-pwrbutton

2014-08-21 Thread Murphy, Dan
On 08/21/2014 12:37 PM, Menon, Nishanth wrote: > On 12:32-20140821, Murphy, Dan wrote: >> On 08/21/2014 12:19 PM, Menon, Nishanth wrote: >>> On 08/21/2014 11:59 AM, Murphy, Dan wrote: >>> [...] >>> Ooops.. missed answering one addition statement: >>>

Re: [PATCH 1/2] doc: dt/bindings: input: introduce TI DRV2667 haptic driver description

2014-08-21 Thread Murphy, Dan
Sergei On 08/21/2014 01:29 PM, Sergei Shtylyov wrote: > Hello. > > On 08/21/2014 10:19 PM, Dan Murphy wrote: > >> DRV2667 is a haptic/vibrator driver for Linear Resonant Actuators. >> Adding dt binding for this part > >> Signed-off-by: Dan Murphy >> --- >> .../devicetree/bindings/input/ti,dr

Re: [PATCH 1/2] doc: dt/bindings: input: introduce TI DRV2667 haptic driver description

2014-08-21 Thread Murphy, Dan
Sergei Thanks for the additional comments On 08/21/2014 02:04 PM, Sergei Shtylyov wrote: > Hello. > > On 08/21/2014 10:19 PM, Dan Murphy wrote: > >> DRV2667 is a haptic/vibrator driver for Linear Resonant Actuators. >> Adding dt binding for this part > >> Signed-off-by: Dan Murphy >> --- >>

Re: [PATCH] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Murphy, Dan
Felipe On 08/22/2014 09:15 AM, Balbi, Felipe wrote: > On Fri, Aug 22, 2014 at 09:12:21AM -0500, Dan Murphy wrote: >> Update the drv260x dt binding document: >> - Change the node name to the devices function not the >> device name. >> - Add vbat-supply to the example. >> - Fix indentation of the ex

Re: [PATCH] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Murphy, Dan
Felipe On 08/22/2014 09:45 AM, Balbi, Felipe wrote: > Hi, > > On Fri, Aug 22, 2014 at 09:25:13AM -0500, Murphy, Dan wrote: >> Felipe >> >> On 08/22/2014 09:15 AM, Balbi, Felipe wrote: >>> On Fri, Aug 22, 2014 at 09:12:21AM -0500, Dan Murphy wrote: >>

Re: [PATCH v2 2/2] input: misc: Add support for the DRV2667 haptic driver

2014-08-28 Thread Murphy, Dan
Bump On 08/25/2014 10:26 AM, Murphy, Dan wrote: > Adding support for the DRV2667 haptic driver. > This device has the ability to store vibration > patterns in RAM and execute them once the GO bit > is set. > > The initial driver sets a basic waveform in the > first wavef

Re: [PATCH v2 1/2] doc: dt/bindings: input: introduce TI DRV2667 haptic driver description

2014-08-28 Thread Murphy, Dan
Bump On 08/25/2014 10:26 AM, Murphy, Dan wrote: > DRV2667 is a haptic/vibrator driver for Linear Resonant Actuators. > Adding dt binding for this part > > Signed-off-by: Dan Murphy > --- > > v2 - Removed extra tabs, changed node to function not device > added vbat-suppl

Re: [PATCH v2 1/2] doc: dt/bindings: input: introduce TI DRV2667 haptic driver description

2014-09-04 Thread Murphy, Dan
Bumping x2 On 08/25/2014 10:26 AM, Murphy, Dan wrote: > DRV2667 is a haptic/vibrator driver for Linear Resonant Actuators. > Adding dt binding for this part > > Signed-off-by: Dan Murphy > --- > > v2 - Removed extra tabs, changed node to function not device > added

Re: [PATCH v2 2/2] input: misc: Add support for the DRV2667 haptic driver

2014-09-04 Thread Murphy, Dan
Bumping x2 On 08/25/2014 10:26 AM, Murphy, Dan wrote: > Adding support for the DRV2667 haptic driver. > This device has the ability to store vibration > patterns in RAM and execute them once the GO bit > is set. > > The initial driver sets a basic waveform in the > first

Re: [PATCH] input: drv260x: Introduce TI drv260x haptics driver

2014-07-25 Thread Murphy, Dan
On 07/24/2014 02:07 PM, Murphy, Dan wrote: > Add the TI drv260x haptics/vibrator driver. > This device uses the input force feedback > to produce a wave form to driver an > ERM or LRA actuator device. > > The initial driver supports the devices > real time playback mode.

Re: [v2] input: drv260x: Add TI drv260x haptics driver

2014-07-28 Thread Murphy, Dan
Dmitry Thanks for the comments On 07/28/2014 12:43 PM, Dmitry Torokhov wrote: > Hi Dan, > > On Mon, Jul 28, 2014 at 11:53:23AM -0500, Dan Murphy wrote: >> Add the TI drv260x haptics/vibrator driver. >> This device uses the input force feedback >> to produce a wave form to driver an >> ERM or LRA

Re: [v2] input: drv260x: Add TI drv260x haptics driver

2014-07-28 Thread Murphy, Dan
Dmitry On 07/28/2014 12:59 PM, si...@mungewell.org wrote: > >>> The initial driver supports the devices >>> real time playback mode. But the device >>> has additional wave patterns in ROM. >> >> As it presented the device appears to be a memoryless device, however >> you present it to the rest o

Re: [v2] input: drv260x: Add TI drv260x haptics driver

2014-07-29 Thread Murphy, Dan
Michal Thanks for the feedback On 07/29/2014 07:09 AM, Michal MalĂ˝ wrote: > On Monday 28 of July 2014 21:21:26 Murphy, Dan wrote: >> Dmitry >> >> On 07/28/2014 12:59 PM, si...@mungewell.org wrote: >>>>> The initial driver supports the devices >>&g

Re: [v2] input: drv260x: Add TI drv260x haptics driver

2014-07-29 Thread Murphy, Dan
Mark Thanks for the feedback On 07/29/2014 04:37 AM, Mark Rutland wrote: > On Mon, Jul 28, 2014 at 05:53:23PM +0100, Dan Murphy wrote: >> Add the TI drv260x haptics/vibrator driver. >> This device uses the input force feedback >> to produce a wave form to driver an >> ERM or LRA actuator device.

Re: [Patch v3] input: drv260x: Add TI drv260x haptics driver

2014-07-29 Thread Murphy, Dan
Dmitry Thanks for the review. On 07/29/2014 03:01 PM, Dmitry Torokhov wrote: > On Tue, Jul 29, 2014 at 02:32:27PM -0500, Dan Murphy wrote: >> Add the TI drv260x haptics/vibrator driver. >> This device uses the input force feedback >> to produce a wave form to driver an >> ERM or LRA actuator devi

Re: [PATCH v5] input: drv260x: Add TI drv260x haptics driver

2014-08-06 Thread Murphy, Dan
Bump On 07/31/2014 02:14 PM, Murphy, Dan wrote: > Add the TI drv260x haptics/vibrator driver. > This device uses the input force feedback > to produce a wave form to driver an > ERM or LRA actuator device. > > The initial driver supports the devices > real time playback