Re: [alsa-devel] [PATCH 01/15] ASoC: CS42L51 and WM8962 codecs depend on INPUT

2014-04-29 Thread Brian Austin
On Tue, 29 Apr 2014, Xia Kaixu wrote: From: Arnd Bergmann Building ARM randconfig got into a situation where CONFIG_INPUT is turned off and SND_SOC_ALL_CODECS is turned on, which failed for two codecs trying to use the input subsystem. Some other drivers also select one of these codecs and c

Re: [PATCH RESEND 1/2] input: gpio_keys_polled: Convert to devm-* API

2014-04-29 Thread Alexander Shiyan
Tue, 29 Apr 2014 09:36:49 -0700 от Dmitry Torokhov : > On Tue, Apr 29, 2014 at 08:24:19PM +0400, Alexander Shiyan wrote: ... > > > > > > > On Sat, Apr 26, 2014 at 09:53:13AM +0400, Alexander Shiyan wrote: > > > > > > > > Replace existing resource handling in the driver with managed > > > > > > > >

Re: [PATCH RESEND 1/2] input: gpio_keys_polled: Convert to devm-* API

2014-04-29 Thread Dmitry Torokhov
On Tue, Apr 29, 2014 at 08:24:19PM +0400, Alexander Shiyan wrote: > Tue, 29 Apr 2014 09:19:27 -0700 от Dmitry Torokhov > : > > On Tue, Apr 29, 2014 at 08:03:40PM +0400, Alexander Shiyan wrote: > > > Tue, 29 Apr 2014 08:50:32 -0700 от Dmitry Torokhov > > > : > > > > On Tue, Apr 29, 2014 at 08:43:4

Re: [PATCH RESEND 1/2] input: gpio_keys_polled: Convert to devm-* API

2014-04-29 Thread Alexander Shiyan
Tue, 29 Apr 2014 09:19:27 -0700 от Dmitry Torokhov : > On Tue, Apr 29, 2014 at 08:03:40PM +0400, Alexander Shiyan wrote: > > Tue, 29 Apr 2014 08:50:32 -0700 от Dmitry Torokhov > > : > > > On Tue, Apr 29, 2014 at 08:43:48AM +0400, Alexander Shiyan wrote: > > > > Mon, 28 Apr 2014 20:26:00 -0700 от D

Re: [PATCH RESEND 1/2] input: gpio_keys_polled: Convert to devm-* API

2014-04-29 Thread Dmitry Torokhov
On Tue, Apr 29, 2014 at 08:03:40PM +0400, Alexander Shiyan wrote: > Tue, 29 Apr 2014 08:50:32 -0700 от Dmitry Torokhov > : > > On Tue, Apr 29, 2014 at 08:43:48AM +0400, Alexander Shiyan wrote: > > > Mon, 28 Apr 2014 20:26:00 -0700 от Dmitry Torokhov > > > : > > > > Hi Alexander, > > > > > > > >

Re: [PATCH v4 23/24] hid: Port hid-lg4ff to ff-memless-next

2014-04-29 Thread simon
> Port hid-lg4ff to ff-memless-next > > Signed-off-by: Michal Malý > Tested-by: Tested-by: Elias Vanderstuyft Signed-off-by: Simon Wood -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH RESEND 1/2] input: gpio_keys_polled: Convert to devm-* API

2014-04-29 Thread Alexander Shiyan
Tue, 29 Apr 2014 08:50:32 -0700 от Dmitry Torokhov : > On Tue, Apr 29, 2014 at 08:43:48AM +0400, Alexander Shiyan wrote: > > Mon, 28 Apr 2014 20:26:00 -0700 от Dmitry Torokhov > > : > > > Hi Alexander, > > > > > > On Sat, Apr 26, 2014 at 09:53:13AM +0400, Alexander Shiyan wrote: > > > > Replace e

Re: [PATCH v4 00/24] input: Introduce ff-memless-next as an improved replacement for ff-memless

2014-04-29 Thread simon
> This patch series: > 1) Adds "ff-memless-next" module [1] > 2) Ports all hardware-specific drivers to MLNX's API [2-23] > 3) Removes FFML and replaces it with MLNX [24] > > Signed-off-by: Michal Malý > > v4: > - Add a summary of changes between MLNX and FFML to the last patch > - Remove a sta

Re: [PATCH RESEND 1/2] input: gpio_keys_polled: Convert to devm-* API

2014-04-29 Thread Dmitry Torokhov
On Tue, Apr 29, 2014 at 08:43:48AM +0400, Alexander Shiyan wrote: > Mon, 28 Apr 2014 20:26:00 -0700 от Dmitry Torokhov > : > > Hi Alexander, > > > > On Sat, Apr 26, 2014 at 09:53:13AM +0400, Alexander Shiyan wrote: > > > Replace existing resource handling in the driver with managed > > > device r

Re: [PATCH] Input: implement managed polled input devices

2014-04-29 Thread Dmitry Torokhov
On Tue, Apr 29, 2014 at 08:09:39AM +0200, David Herrmann wrote: > Hi > > On Tue, Apr 29, 2014 at 5:23 AM, Dmitry Torokhov > wrote: > > Managed resources are becoming more and more popular in drivers. Let's > > implement managed polled input devices, to complement managed regular input > > devices

Re: [PATCH] input: add support for ALPS v7 protocol device

2014-04-29 Thread Václav Krpec
Hi Elanie, just a note about the ALPSv7 trackstick code I've suggested earlier; Drejc (cc'd) reports that it works for his Toshiba Portege Z30-A-12Q, too. Best Regards vencik On Thu, 2014-03-27 at 15:56 +0800, Elaine Chen wrote: > Hello Vencik, > > > Thank you for evaluating the patch. > >

[PATCH] elantech: Fix elantech on Gigabyte U2442

2014-04-29 Thread Hans de Goede
The hw_version 3 elantech touchpad on the Gigabyte U2442 does not accept 0x0b as initialization value for r10, this stand-alone version of the driver: http://planet76.com/drivers/elantech/psmouse-elantech-v6.tar.bz2 Uses 0x03 which does work, so this means not setting bit 3 of r10 which sets: "Ena

[PATCH 01/15] ASoC: CS42L51 and WM8962 codecs depend on INPUT

2014-04-29 Thread Xia Kaixu
From: Arnd Bergmann Building ARM randconfig got into a situation where CONFIG_INPUT is turned off and SND_SOC_ALL_CODECS is turned on, which failed for two codecs trying to use the input subsystem. Some other drivers also select one of these codecs and consequently need an explicit dependency ad

Re: [PATCHv3 1/5] Input: add common DT binding for touchscreens

2014-04-29 Thread Pavel Machek
On Sat 2014-04-26 01:56:15, Sebastian Reichel wrote: > Add common DT binding documentation for touchscreen devices and > implement input_parse_touchscreen_of_params, which parses the common > properties and configures the input device accordingly. > > The method currently does not interpret the ax

Re: [PATCHv3 2/5] Input: tsc2005: use dev_err for error messages

2014-04-29 Thread Pavel Machek
On Sat 2014-04-26 01:56:16, Sebastian Reichel wrote: > Change some dev_dbg() invocations to dev_err() ones, because they > are supposed to output error messages. > > Signed-off-by: Sebastian Reichel Reviewed-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures

Re: [PATCHv3 3/5] Input: tsc2005: convert driver to use devm_*

2014-04-29 Thread Pavel Machek
On Sat 2014-04-26 01:56:17, Sebastian Reichel wrote: > Simplify the driver by using managed resources for memory allocation of > internal struct, input device allocation and irq request. > > Signed-off-by: Sebastian Reichel Reviewed-by: Pavel Machek -- (english) http://www.livejournal.com/~pa

Re: [PATCHv3 4/5] Input: tsc2005: add DT support

2014-04-29 Thread Pavel Machek
On Sat 2014-04-26 01:56:18, Sebastian Reichel wrote: > This adds DT support to the tsc2005 touchscreen > driver. > > Signed-off-by: Sebastian Reichel > @@ -100,6 +102,11 @@ >TSC2005_CFR2_AVG_7) > > #define MAX_12BIT0xfff > +#define T

Re: [PATCHv3 5/5] Documentation: dt: Document TSC2005 DT binding

2014-04-29 Thread Pavel Machek
On Sat 2014-04-26 01:56:19, Sebastian Reichel wrote: > Add devicetree binding documentation for TSC2005 touchscreen. > Reviewed-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscr

Re: [PATCH] Input: evdev - get rid of old workaround for EVIOCGBIT

2014-04-29 Thread David Herrmann
Hi On Thu, Apr 24, 2014 at 7:27 AM, Dmitry Torokhov wrote: > We put this workaround in 2008 and the offending userspace has been fixed > up long time ago; the link in the message is no longer valid either, so it > is time to retire it. > > Signed-off-by: Dmitry Torokhov Yes, plase! Reviewe