Re: [PATCH] HID: rmi: fix masks for x and w_x data

2014-05-15 Thread Benjamin Tissoires
On May 15 2014 or thereabouts, Andrew Duggan wrote: > The F11 data in the HID report contains four bits of data for w_x and the > least significant bits > of x. Currently only the first three bits are being used which is resulting > in small jumps in > the position data on the x axis and in the w

[PATCH] HID: rmi: fix masks for x and w_x data

2014-05-15 Thread Andrew Duggan
The F11 data in the HID report contains four bits of data for w_x and the least significant bits of x. Currently only the first three bits are being used which is resulting in small jumps in the position data on the x axis and in the w_x data. Signed-off-by: Andrew Duggan --- drivers/hid/hid-r

[PATCH RFC] Input: xpad: Prevent corruption of urb request.

2014-05-15 Thread Sarah Bessmer
xpad_play_effect() can easily be called faster than the rumble force-feedback urb request can complete, which will cause corruption of the urb request and can eventually lead to a kernel panic. This patch prevents that from happening, deferring rumble(and LED) updates to the urb request complet

Re: [PATCHv3 0/5] tsc2005 DT binding

2014-05-15 Thread Aaro Koskinen
Hi, On Thu, May 15, 2014 at 04:23:16PM +0200, Sebastian Reichel wrote: > On Sat, Apr 26, 2014 at 01:56:14AM +0200, Sebastian Reichel wrote: > > This adds device tree support for the tsc2005 touchscreen > > controller, which is currently only used by the Nokia N900 > > board. > > > > The patch doe

Re: [PATCH v4 6/9] regulator: AXP20x: Add support for regulators subsystem

2014-05-15 Thread Mark Brown
On Thu, May 15, 2014 at 08:03:06PM +0200, Boris BREZILLON wrote: > I know I'm late, and this patch has already been applied, but shouldn't > we use of_get_child_by_name instead of of_find_node_by_name. > This might lead to wrong regulators node parsing if other regulators are > defined in the DT a

Re: [PATCH v4 6/9] regulator: AXP20x: Add support for regulators subsystem

2014-05-15 Thread Boris BREZILLON
Hello Carlo, On 11/04/2014 11:38, Carlo Caione wrote: > AXP202 and AXP209 come with two synchronous step-down DC-DCs and five > LDOs. This patch introduces basic support for those regulators. > > Signed-off-by: Carlo Caione > --- > drivers/regulator/Kconfig| 7 + > drivers/regulato

Re: [PATCHv3 0/5] tsc2005 DT binding

2014-05-15 Thread Sebastian Reichel
On Sat, Apr 26, 2014 at 01:56:14AM +0200, Sebastian Reichel wrote: > This adds device tree support for the tsc2005 touchscreen > controller, which is currently only used by the Nokia N900 > board. > > The patch does not update the reset pin handling for platform > data based probe to avoid merge c

Re: [PATCH] input: gpio-keys: Move the gpio-keys bindings documentation

2014-05-15 Thread Ezequiel Garcia
On 12 May 10:58 AM, Dmitry Torokhov wrote: > On Mon, May 12, 2014 at 11:33:44AM -0300, Ezequiel Garcia wrote: > > This is an input driver and belongs to input not gpio. > > > > Signed-off-by: Ezequiel Garcia > > Fine by me, will DT guys pick the patch or shoudl I do it? > I'd say it's just a s