Re: [PATCH v2 2/2] input: rotary-encoder: Add 'on-each-step' to binding documentation

2013-10-10 Thread Ezequiel GarcĂ­a
On 4 October 2013 11:09, Ezequiel Garcia wrote: > On Fri, Oct 04, 2013 at 02:19:56PM +0100, Mark Rutland wrote: >> On Fri, Oct 04, 2013 at 01:53:23PM +0100, Ezequiel Garcia wrote: >> > The driver now supports a new mode to handle the interruptions generated >> > by the device: on this new mode an

Re: [PATCH v2 2/2] input: rotary-encoder: Add 'on-each-step' to binding documentation

2013-10-04 Thread Ezequiel Garcia
On Fri, Oct 04, 2013 at 02:19:56PM +0100, Mark Rutland wrote: > On Fri, Oct 04, 2013 at 01:53:23PM +0100, Ezequiel Garcia wrote: > > The driver now supports a new mode to handle the interruptions generated > > by the device: on this new mode an input event is generated on each step > > (i.e. on eac

Re: [PATCH v2 2/2] input: rotary-encoder: Add 'on-each-step' to binding documentation

2013-10-04 Thread Mark Rutland
On Fri, Oct 04, 2013 at 01:53:23PM +0100, Ezequiel Garcia wrote: > The driver now supports a new mode to handle the interruptions generated > by the device: on this new mode an input event is generated on each step > (i.e. on each IRQ). Therefore, add a new DT property, to select the > mode: 'rotar

[PATCH v2 2/2] input: rotary-encoder: Add 'on-each-step' to binding documentation

2013-10-04 Thread Ezequiel Garcia
The driver now supports a new mode to handle the interruptions generated by the device: on this new mode an input event is generated on each step (i.e. on each IRQ). Therefore, add a new DT property, to select the mode: 'rotary-encoder,on-each-step'. Cc: Daniel Mack Cc: Dmitry Torokhov Cc: Rob H