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
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
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
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
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
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.
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
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
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
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
> 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
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
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
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
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
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
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
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
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
> ---
>
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
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
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:
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
>> ---
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:
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
>
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
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
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 +
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
29 matches
Mail list logo