Re: [PATCH v9 3/8] ARM: dt: Binding documentation for imx25 touchscreen controller

2015-12-08 Thread Markus Pargmann
Hi, On Monday 07 December 2015 14:45:46 Rob Herring wrote: > On Sun, Dec 06, 2015 at 08:52:16PM +0100, Markus Pargmann wrote: > > This is the touchscreen conversion queue binding documentation. It uses > > the shared imx25 ADC. > > > > Signed-off-by: Markus Pargmann > > --- > > > > Notes: > >

Re: [PATCH v11 2/8] Input: goodix - reset device at init

2015-12-08 Thread Aleksei Mamlin
On Thu, 19 Nov 2015 14:26:35 +0200 Irina Tirdea wrote: > After power on, it is recommended that the driver resets the device. > The reset procedure timing is described in the datasheet and is used > at device init (before writing device configuration) and > for power management. It is a sequence

Re: [PATCH v11 3/8] Input: goodix - write configuration data to device

2015-12-08 Thread Aleksei Mamlin
On Thu, 19 Nov 2015 14:26:36 +0200 Irina Tirdea wrote: > Goodix devices can be configured by writing custom data to the device at > init. The configuration data is read with request_firmware from > "goodix__cfg.bin", where is the product id read from the device > (e.g.: goodix_911_cfg.bin for Go

Re: [PATCH 0/2] input: Driver for Goodix GT801 2+1 touchscreen

2015-12-08 Thread Bastien Nocera
On Mon, 2015-12-07 at 09:25 +0200, Priit Laes wrote: > This series adds support for Goodix GT801 2+1 touchscreen controller > and hooks it up on Gemei G9 tablet. > > Now about GT801 2+1 - I initially tried to implement this inside the > existing Goodix driver, but unfortunately there are too many

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-08 Thread Bastien Nocera
Hey Priit, On Mon, 2015-12-07 at 09:26 +0200, Priit Laes wrote: > This patch adds Goodix GT801 2+1 touchscreen controller support. > > GT801 2+1 is a 10-finger touch controller consisting of > ARM controller interfacing two GT801 5-finger controllers. This would implement support for the "Guitar

Re: [PATCH] HID: wacom: Apply lowres quirk to BAMBOO_TOUCH devices

2015-12-08 Thread Jiri Kosina
On Fri, 4 Dec 2015, Jason Gerecke wrote: > When splitting the touch-only "BAMBOO_TOUCH" type out of the existing > "BAMBOO_PT" type in 3b164a00, the lowres quirk was not updated so that > it would continue to apply to these devices (effectively only the 0xD0). > The absence of this quirk does not

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-08 Thread Rob Herring
On Mon, Dec 07, 2015 at 09:26:01AM +0200, Priit Laes wrote: > This patch adds Goodix GT801 2+1 touchscreen controller support. > > GT801 2+1 is a 10-finger touch controller consisting of > ARM controller interfacing two GT801 5-finger controllers. > > Signed-off-by: Priit Laes > --- > .../bindi

[PATCH V1] input: da9063: report KEY_POWER instead of KEY_SLEEP during power key-press

2015-12-08 Thread Steve Twiss
From: Steve Twiss Stop reporting KEY_SLEEP for a short key-press and report KEY_POWER instead This change applied to both DA9063 and DA9062 ONKEY drivers. Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.4-rc4 Regards, Steve drivers/input/misc/da9063_onkey.c | 8

Re: hid-sony patch to add rumble and led support for nyko core controllers

2015-12-08 Thread Dmitry Torokhov
Hi Scott, On Tue, Dec 08, 2015 at 03:05:54AM -0700, Scott Moreau wrote: > Hi Dimtry, > > I managed to get rumble and led's sorted out for the nyko core controller > with this patch. The code probably isn't the greatest but do you think you > might be able to help me get it cleaned up and submitte