Re: [PATCH 0/6] Fixes for ALPS trackstick

2015-02-12 Thread Pali Rohár
On Thursday 12 February 2015 08:52:35 Dmitry Torokhov wrote: On Sun, Feb 08, 2015 at 01:26:32PM +0100, Pali Rohár wrote: On Monday 02 February 2015 15:27:55 Pali Rohár wrote: On Monday 02 February 2015 11:49:58 Pali Rohár wrote: On Monday 02 February 2015 06:49:31 Dmitry Torokhov wrote:

[PATCH v2] Input: sun4i-ts: add thermal driver dependency

2015-02-12 Thread Chen-Yu Tsai
From: Arnd Bergmann a...@arndb.de The sun4i-ts driver has had a dependency on the thermal code with the addition of the thermal zone sensor support, but this is not currently enforced in Kconfig, so with TOUCHSCREEN_SUN4I=y, THERMAL=m and THERMAL_OF=y we get drivers/built-in.o: In function

Re: [RFT/PATCH] Input: bfin_rotary - introduce open and close methods

2015-02-12 Thread Sonic Zhang
Acked-by: Sonic Zhang sonic.zh...@analog.com On Thu, Feb 12, 2015 at 3:54 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Sonic, On Fri, Feb 06, 2015 at 05:37:29PM +0800, Sonic Zhang wrote: Hi Dmitry, After apply your patch manually to my blackfin kernel tree, I got kernel panic

Re: [PATCH v3 2/2] input: rotary encoder: Add wake up support

2015-02-12 Thread Johan Hovold
On Thu, Feb 12, 2015 at 04:40:38PM +0100, Sylvain Rochet wrote: This patch adds wake up support for rotary encoders. Signed-off-by: Sylvain Rochet sylvain.roc...@finsecur.com Reviewed-by: Johan Hovold jo...@kernel.org --- Documentation/input/rotary-encoder.txt | 1 +

[PATCH] Input: cyapa - Remove superfluous type check in cyapa_gen5_read_idac_data()

2015-02-12 Thread Geert Uytterhoeven
drivers/input/mouse/cyapa_gen5.c: In function ‘cyapa_gen5_read_idac_data’: drivers/input/mouse/cyapa_gen5.c:1876: warning: ‘max_element_cnt’ may be used uninitialized in this function drivers/input/mouse/cyapa_gen5.c:1873: warning: ‘offset’ may be used uninitialized in this function If

[PATCH v3 2/2] input: rotary encoder: Add wake up support

2015-02-12 Thread Sylvain Rochet
This patch adds wake up support for rotary encoders. Signed-off-by: Sylvain Rochet sylvain.roc...@finsecur.com Reviewed-by: Johan Hovold jo...@kernel.org --- Documentation/input/rotary-encoder.txt | 1 + drivers/input/misc/rotary_encoder.c| 37 ++

[PATCH v3 1/2] DT: Documentation: input: rotary encoder: Add wakeup-source property

2015-02-12 Thread Sylvain Rochet
This patch adds property wakeup-source to GPIO rotary encoders. Signed-off-by: Sylvain Rochet sylvain.roc...@finsecur.com Reviewed-by: Johan Hovold jo...@kernel.org Cc: devicet...@vger.kernel.org --- Documentation/devicetree/bindings/input/rotary-encoder.txt | 1 + 1 file changed, 1 insertion(+)

Re: [PATCHv2] input: rotary encoder: Add wake up support

2015-02-12 Thread Sylvain Rochet
Hello Johan, On Sun, Feb 08, 2015 at 12:07:16PM +0800, Johan Hovold wrote: On Thu, Jan 29, 2015 at 12:10:18PM +0100, Sylvain Rochet wrote: This patch add wake up support for rotary encoders. Signed-off-by: Sylvain Rochet sylvain.roc...@finsecur.com @@ -306,6 +311,8 @@ static int

[PATCH 8/7] Input: synaptics - Remove X250 from the topbuttonpad list

2015-02-12 Thread Benjamin Tissoires
Lenovo X250 has a PnpID of LEN0046, but it does not have the top software button requirement. For the record, Lenovo T450s and W541 have a PnpID of LEN200f and LEN004a, so they are not on the top software button list. Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com --- Hi