Re: [PATCH 0/3] HID: hid-input: Simplify expression and suppress gcc warning

2015-05-27 Thread James C Boyd
On Wed, May 27, 2015 at 07:17:17PM -0500, James C Boyd wrote: > HID: hid-input: Add parenthesis to suppress gcc warning I suppose I should also mention that gcc-5.1 was reporting this dumb warning. I'll resend the patch set with that detail mentioned if you'd like. -- To unsubscribe from this li

[PATCH] Input: synaptics - add min/max quirk for Lenovo S540

2015-05-27 Thread Peter Hutterer
https://bugzilla.redhat.com/show_bug.cgi?id=1223051#c2 Cc: sta...@vger.kernel.org Tested-by: tommy.gag...@gmail.com Signed-off-by: Peter Hutterer --- drivers/input/mouse/synaptics.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/input/mouse/synaptics.c b/driver

Re: [PATCH v2 7/9] mfd/extcon: max77843: Rename defines to allow inclusion with max77693

2015-05-27 Thread Krzysztof Kozłowski
2015-05-27 22:50 GMT+09:00 Chanwoo Choi : > On Sun, May 24, 2015 at 2:43 PM, Krzysztof Kozlowski > wrote: >> Add MAX77843_MUIC prefix to some of the defines used in max77843 extcon >> driver so the max77693-private.h can be included simultaneously with >> max77843-private.h. >> >> Signed-off-by: K

RE: [PATCH v2 1/2] HID: hid-plantronics: Update to map volume up/down controls

2015-05-27 Thread Junge, Terry
Jiri, Thanks for the time. I sent the patch to myself before submitting and I was able to git-am it without error. However, it seems that the mail server is further mangling plain text email when it is sent to email addresses outside plantronics.com. Our IT folks are looking into the issue. I wil

[PATCH 1/3] HID: hid-input: Add parentheses to quell gcc warning

2015-05-27 Thread James C Boyd
GCC reports a -Wlogical-not-parentheses warning here; therefore add parentheses to shut it up and to express our intent more. Signed-off-by: James C Boyd --- drivers/hid/hid-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-inpu

[PATCH 2/3] HID: hid-input: Simplify conditional expression

2015-05-27 Thread James C Boyd
There are too many bangs in this conditional; therefore remove them while still maintaining the same logic. Signed-off-by: James C Boyd --- drivers/hid/hid-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 714b758.

[PATCH 3/3] HID: hid-input: Fix coding style issue

2015-05-27 Thread James C Boyd
This line is too long; split it up. Signed-off-by: James C Boyd --- drivers/hid/hid-input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index abf4fc6..3511bbab 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-i

[PATCH 0/3] HID: hid-input: Simplify expression and suppress gcc warning

2015-05-27 Thread James C Boyd
This patch set simplifies and formats an expression as well as suppress a gcc warning. James C Boyd (3): HID: hid-input: Add parenthesis to suppress gcc warning HID: hid-input: Simplified conditional expression HID: hid-input: Fix coding style issue drivers/hid/hid-input.c | 3 ++- 1 file

Re: PROBLEM: Touchpad works just like a mouse

2015-05-27 Thread David Zafra Gómez
It worked like a charm!! Ubuntu support team helped me to build the patched kernel. Now I can use all advanced touchpad features. Thank you very much to Hans and Benjamin!! El 18/05/15 a las 12:19, Hans de Goede escribió: Hi, On 06-05-15 22:21, David Zafra Gómez wrote: Hi Hans Sorry for t

Re: AM335x touchscreen issues

2015-05-27 Thread Michael Welling
On Wed, May 27, 2015 at 09:36:35AM +0530, Vignesh R wrote: > Hi Michael, > > On Wednesday 27 May 2015 04:36 AM, Michael Welling wrote: > > On Tue, May 26, 2015 at 10:31:32PM +, Cooper Jr., Franklin wrote: > >> > > [snip] > > > > > Perhaps there is coupling between the LCD lines and the ADC

Re: [PATCH v2 0/5] Support for the Sony Motion Controller and other cleanups

2015-05-27 Thread simon
> This set of patches adds initial support for the Sony Motion Controller > via > cleaned-up initial patches from Pavel Machek, streamlines LED > initialization > and state updates, adds a comment to explain why the Sixaxis has so many > axes > and why they spill over into the multi-touch space and

RE: [RESEND PATCH V4 1/3] input: misc: da9063: OnKey driver

2015-05-27 Thread Opensource [Steve Twiss]
On 19 May 2015 11:33, S Twiss wrote: > To: Dmitry Torokhov > Cc: DT; David Dajun Chen; INPUT; Ian Campbell; Kumar Gala; LKML; Lee > Jones; Mark Rutland; Pawel Moll; Rob Herring; Samuel Ortiz; Opensource > [Steve Twiss]; Support Opensource > Subject: [RESEND PATCH V4 1/3] input: misc: da9063: OnKey

Re: [PATCH v4 01/18] mfd: add new driver for Sharp LoCoMo

2015-05-27 Thread Dmitry Eremin-Solenikov
2015-05-27 13:27 GMT+03:00 Lee Jones : > On Mon, 25 May 2015, Dmitry Eremin-Solenikov wrote: > >> LoCoMo is a GA used on Sharp Zaurus SL-5x00. Current driver does has >> several design issues (special bus instead of platform bus, doesn't use >> mfd-core, etc). >> >> Implement 'core' parts of locomo

Re: [PATCH v5 4/6] input: keyboard: imx: add snvs power key driver

2015-05-27 Thread Zhi Li
On Tue, May 26, 2015 at 11:26 AM, wrote: > From: Robin Gong > > add snvs power key driver. > It work in imx chips after i.mx6sx > > ON/OFF key used power on/off whole system. > This driver make it wakeup from suspend state when short press > ON/OFF key. > > Long time press will trig SNVS power o

Re: [PATCH v5 1/6] rtc: arm: imx: snvs: change use syscon to access register

2015-05-27 Thread Zhi Li
On Tue, May 26, 2015 at 11:25 AM, wrote: > From: Frank Li > > snvs included rtc, on/off key, power-off module > change to syscon to access register > > Signed-off-by: Frank Li > --- > drivers/rtc/rtc-snvs.c | 132 > + > 1 file changed, 67 insert

Re: [PATCH v2 4/9] extcon/input/mfd/power/regulator: max77693: Move state container to common header

2015-05-27 Thread Chanwoo Choi
Hi Krzysztof, I reviewed it and took the kernel build. There are no any build issue. Acked-by: Chanwoo Choi Thanks, Chanwoo Choi On Sun, May 24, 2015 at 2:43 PM, Krzysztof Kozlowski wrote: > This prepares for merging some of the drivers between max77693 and > max77843 so the child MFD driver

Re: [PATCH v2 5/9] extcon/input/mfd/regulator: max77843: Switch to common max77693 state container

2015-05-27 Thread Chanwoo Choi
Hi Krzysztof, I reviewed it and took the kernel build. There are no any build issue. Acked-by: Chanwoo Choi Thanks, Chanwoo Choi On Sun, May 24, 2015 at 2:43 PM, Krzysztof Kozlowski wrote: > Switch to the same definition of state container as in MAX77693 drivers. > This will allow usage of on

Re: [PATCH v2 6/9] mfd/extcon: max77693: Rename defines to allow inclusion with max77843

2015-05-27 Thread Chanwoo Choi
Hi Krzysztof, I reviewed it and tested it for kernel build. Acked-by: Chanwoo Choi Thanks, Chanwoo Choi On Sun, May 24, 2015 at 2:43 PM, Krzysztof Kozlowski wrote: > Add MAX77693 prefix to some of the defines used in max77693 extcon > driver so the max77693-private.h can be included simult

Re: [PATCH v2 7/9] mfd/extcon: max77843: Rename defines to allow inclusion with max77693

2015-05-27 Thread Chanwoo Choi
On Sun, May 24, 2015 at 2:43 PM, Krzysztof Kozlowski wrote: > Add MAX77843_MUIC prefix to some of the defines used in max77843 extcon > driver so the max77693-private.h can be included simultaneously with > max77843-private.h. > > Signed-off-by: Krzysztof Kozlowski > Acked-by: Lee Jones > --- >

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Lee Jones
On Wed, 27 May 2015, Lee Jones wrote: > On Wed, 27 May 2015, Krzysztof Kozłowski wrote: > > > 2015-05-27 19:23 GMT+09:00 Lee Jones : > > > On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > > > > > >> Store the device type (obtained from i2c_device_id) as an enum and add a > > >> default type of u

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Lee Jones
On Wed, 27 May 2015, Krzysztof Kozłowski wrote: > 2015-05-27 19:23 GMT+09:00 Lee Jones : > > On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > > > >> Store the device type (obtained from i2c_device_id) as an enum and add a > >> default type of unknown to distinguish from case when this is not set

Re: [PATCH v5 0/6] Change snvs rtc and poweroff to use syscon add pwrkey driver

2015-05-27 Thread Shawn Guo
On Wed, May 27, 2015 at 12:25:56AM +0800, frank...@freescale.com wrote: > Frank Li (5): > rtc: arm: imx: snvs: change use syscon to access register > Document: dt: fsl: snvs: change support syscon > ARM: dts: imx: update snvs to use syscon access register > Document: devicetree: input: imx:

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Krzysztof Kozłowski
2015-05-27 19:23 GMT+09:00 Lee Jones : > On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > >> Store the device type (obtained from i2c_device_id) as an enum and add a >> default type of unknown to distinguish from case when this is not set >> at all. >> >> Signed-off-by: Krzysztof Kozlowski >> ---

Re: [PATCH v4 01/18] mfd: add new driver for Sharp LoCoMo

2015-05-27 Thread Lee Jones
On Mon, 25 May 2015, Dmitry Eremin-Solenikov wrote: > LoCoMo is a GA used on Sharp Zaurus SL-5x00. Current driver does has > several design issues (special bus instead of platform bus, doesn't use > mfd-core, etc). > > Implement 'core' parts of locomo support as an mfd driver. > > Signed-off-by:

Re: [PATCH v2 6/9] mfd/extcon: max77693: Rename defines to allow inclusion with max77843

2015-05-27 Thread Lee Jones
On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > Add MAX77693 prefix to some of the defines used in max77693 extcon > driver so the max77693-private.h can be included simultaneously with > max77843-private.h. > > Additionally use BIT() macro in header. > > Signed-off-by: Krzysztof Kozlowski >

Re: [PATCH v2 5/9] extcon/input/mfd/regulator: max77843: Switch to common max77693 state container

2015-05-27 Thread Lee Jones
On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > Switch to the same definition of state container as in MAX77693 drivers. > This will allow usage of one regulator driver in both devices: MAX77693 > and MAX77843. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/extcon/extcon-max77843.c

Re: [PATCH v2 4/9] extcon/input/mfd/power/regulator: max77693: Move state container to common header

2015-05-27 Thread Lee Jones
On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > This prepares for merging some of the drivers between max77693 and > max77843 so the child MFD driver can be attached to any parent MFD main > driver. > > Move the state container to common header file. Additionally add > consistent 'i2c' prefixes

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Lee Jones
On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > Store the device type (obtained from i2c_device_id) as an enum and add a > default type of unknown to distinguish from case when this is not set > at all. > > Signed-off-by: Krzysztof Kozlowski > --- > include/linux/mfd/max77693-private.h | 11 +

Re: [PATCH 05/10] max77693: Move state container to common header

2015-05-27 Thread Lee Jones
On Wed, 29 Apr 2015, Krzysztof Kozlowski wrote: > This prepares for merging some of the drivers between max77693 and > max77843 so the child MFD driver can be attached to any parent MFD main > driver. > > Move the state container to common header file. Additionally add > consistent 'i2c' prefixes