[PATCH] Input: elants_i2c - zero-extend hardware ID in firmware name

2015-04-17 Thread Dmitry Torokhov
Let's zero-extend hardware id number when forming firmware file name, to avoid kernel requesting firmware like "elants_i2c_ 0.bin", which is quite unexpected. Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/elants_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

Re: [RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-17 Thread Dmitry Torokhov
On Fri, Apr 17, 2015 at 01:03:20PM +0100, S Twiss wrote: > From: Steve Twiss > > Add OnKey driver support for DA9063 > Isn't this almost to the letter identical to da9062 that I just looked at? Please find a way to not make a brand new driver for the slightest variation of the chip... Thanks.

Re: [PATCH V1 4/6] input: misc: onkey: da9062: DA9062 OnKey driver

2015-04-17 Thread Dmitry Torokhov
Hi, On Fri, Apr 17, 2015 at 03:23:33PM +0100, S Twiss wrote: > From: S Twiss > > Add OnKey driver support for DA9062 > > Signed-off-by: Steve Twiss > > --- > > This patch applies against linux-next and v4.0 > > > > drivers/input/misc/Kconfig| 10 ++ > drivers/input/misc/Makefil

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Dmitry Tunin
17.04.2015 18:43, Benjamin Tissoires пишет: > On Fri, Apr 17, 2015 at 10:56 AM, Dmitry Tunin > wrote: >> >> >> 17.04.2015 17:49, Dmitry Tunin пишет: >>> 17.04.2015 16:57, Benjamin Tissoires пишет: On Fri, Apr 17, 2015 at 9:39 AM, Dmitry Tunin wrote: >> Hi Dmitry, >> >> O

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Benjamin Tissoires
On Fri, Apr 17, 2015 at 10:56 AM, Dmitry Tunin wrote: > > > 17.04.2015 17:49, Dmitry Tunin пишет: >> 17.04.2015 16:57, Benjamin Tissoires пишет: >>> On Fri, Apr 17, 2015 at 9:39 AM, Dmitry Tunin >>> wrote: > Hi Dmitry, > > On Fri, Apr 17, 2015 at 5:56 AM, Dmitry Tunin > wrote:

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Dmitry Tunin
17.04.2015 17:49, Dmitry Tunin пишет: > 17.04.2015 16:57, Benjamin Tissoires пишет: >> On Fri, Apr 17, 2015 at 9:39 AM, Dmitry Tunin >> wrote: Hi Dmitry, On Fri, Apr 17, 2015 at 5:56 AM, Dmitry Tunin wrote: >> I noticed that myself and got some complaints like this. >>

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Dmitry Tunin
17.04.2015 16:57, Benjamin Tissoires пишет: > On Fri, Apr 17, 2015 at 9:39 AM, Dmitry Tunin wrote: >>> Hi Dmitry, >>> >>> On Fri, Apr 17, 2015 at 5:56 AM, Dmitry Tunin >>> wrote: > I noticed that myself and got some complaints like this. > https://github.com/hanipouspilot/ubuntu-fixes/is

[PATCH V1 6/6] devicetree: da9062: Add bindings for DA9062 driver

2015-04-17 Thread S Twiss
From: S Twiss Add device tree bindings for the DA9062 driver Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.0 Documentation/devicetree/bindings/mfd/da9062.txt | 107 +++ 1 file changed, 107 insertions(+) create mode 100644 Documentation/d

[PATCH V1 4/6] input: misc: onkey: da9062: DA9062 OnKey driver

2015-04-17 Thread S Twiss
From: S Twiss Add OnKey driver support for DA9062 Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.0 drivers/input/misc/Kconfig| 10 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/da9062-onkey.c | 223 +

[PATCH V1 5/6] watchdog: da9062: DA9062 watchdog driver

2015-04-17 Thread S Twiss
From: S Twiss Add watchdog driver support for DA9062 Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.0 drivers/watchdog/Kconfig | 9 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/da9062_wdt.c | 249 ++

[PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver

2015-04-17 Thread S Twiss
From: S Twiss Add MFD core driver support for DA9062 Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.0 drivers/mfd/Kconfig | 12 + drivers/mfd/Makefile |3 +- drivers/mfd/da9062-core.c| 611 ++

[PATCH V1 0/6] COVER LETTER

2015-04-17 Thread S Twiss
From: S Twiss This patch set adds support for the Dialog DA9062 Power Management IC. In this patch set the following is provided: - [PATCH V1 1/6]: MFD core support - [PATCH V1 2/6]: BUCK and LDO regulator driver - [PATCH V1 3/6]: RTC driver - [PATCH V1 4/6]: OnKey driver - [PATCH V1 5/6]

[PATCH V1 2/6] regulator: da9062: DA9062 regulator driver

2015-04-17 Thread S Twiss
From: S Twiss Add BUCK and LDO regulator driver support for DA9062 Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.0 drivers/regulator/Kconfig| 10 + drivers/regulator/Makefile | 1 + drivers/regulator/da9062-regulator.c | 968

[PATCH V1 3/6] rtc: da9062: DA9062 RTC driver

2015-04-17 Thread S Twiss
From: S Twiss Add RTC driver support for DA9062 Signed-off-by: Steve Twiss --- This patch applies against linux-next and v4.0 drivers/rtc/Kconfig | 10 ++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-da9062.c | 367 +++ 3 files chang

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Benjamin Tissoires
Hi Dmitry, On Fri, Apr 17, 2015 at 5:56 AM, Dmitry Tunin wrote: >> I noticed that myself and got some complaints like this. >> https://github.com/hanipouspilot/ubuntu-fixes/issues/2 >> >> General issue is that when one finger is on the touchpad, movement of a >> second finger is ignored, if the

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Benjamin Tissoires
On Fri, Apr 17, 2015 at 9:39 AM, Dmitry Tunin wrote: >> Hi Dmitry, >> >> On Fri, Apr 17, 2015 at 5:56 AM, Dmitry Tunin >> wrote: I noticed that myself and got some complaints like this. https://github.com/hanipouspilot/ubuntu-fixes/issues/2 General issue is that when one fing

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Dmitry Tunin
> Hi Dmitry, > > On Fri, Apr 17, 2015 at 5:56 AM, Dmitry Tunin wrote: >>> I noticed that myself and got some complaints like this. >>> https://github.com/hanipouspilot/ubuntu-fixes/issues/2 >>> >>> General issue is that when one finger is on the touchpad, movement of a >>> second finger is ignor

Re: [RFC v3 5/9] cec: add new driver for cec support.

2015-04-17 Thread Hans Verkuil
On 04/13/2015 03:19 PM, Kamil Debski wrote: > Hi Hans, > > Thank you so much for the review. > > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Hans Verkuil > Sent: Friday, March 20, 2015 7:08 PM >> >>> +In order for a CEC adapter to be conf

[RESEND PATCH V2 2/2] devicetree: Add bindings for DA9063 OnKey

2015-04-17 Thread S Twiss
From: Steve Twiss Add device tree bindings for the DA9063 OnKey driver Signed-off-by: Steve Twiss --- Changes from PATCH V1 to V2 --- - Remove the circular dependency comment linking patches in the main e-mail - Search and replace 'keyword' with 'property' in onkey sub

[RESEND PATCH V2 0/2] Add OnKey support for DA9063

2015-04-17 Thread S Twiss
From: S Twiss This patch set adds OnKey driver support for the Dialog Semiconductor DA9063 PMIC. [PATCH V2 1/2]: kernel driver onkey support [PATCH V2 2/2]: device tree bindings document Thank you, Steve Twiss, Dialog Semiconductor Ltd. S Twiss (2): input: misc: da9063: OnKey driver device

[RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-17 Thread S Twiss
From: Steve Twiss Add OnKey driver support for DA9063 Signed-off-by: Steve Twiss --- Changes from PATCH V1 to V2 --- - Remove the circular dependency comment in the main e-mail body linking PATCH V1 1/2 and 2/2 - Alter the copyright header information to match expect

Re: Unusual Focaltech driver behavior

2015-04-17 Thread Dmitry Tunin
> I noticed that myself and got some complaints like this. > https://github.com/hanipouspilot/ubuntu-fixes/issues/2 > > General issue is that when one finger is on the touchpad, movement of a > second finger is ignored, if the first finger does not move. > Usually with other touchpads, when you h

Unusual Focaltech driver behavior

2015-04-17 Thread Dmitry Tunin
I noticed that myself and got some complaints like this. https://github.com/hanipouspilot/ubuntu-fixes/issues/2 General issue is that when one finger is on the touchpad, movement of a second finger is ignored, if the first finger does not move. Usually with other touchpads, when you have one fing