Re: [PATCH] HID: i2c-hid: Support batch read of input events from fifo

2014-05-08 Thread Benjamin Tissoires
On Thu, May 8, 2014 at 2:10 PM, Jonathan Cameron wrote: > > > On May 8, 2014 3:28:23 PM GMT+01:00, Benjamin Tissoires > wrote: >>On Thu, May 8, 2014 at 9:32 AM, Archana Patni >> wrote: >>> Some i2c_hid devices like a sensor hub have built-in fifos which >>> can accumulate input events in their b

Re: [PATCH 0/4] Input: atmel_mxt_ts - make it work on Tegra

2014-05-08 Thread Nick Dyer
Dmitry Torokhov wrote: >>> Here is a set of patches for atmel_mxt_ts that you've already >>> signed-off. >> >> Surely Dmitry would only have signed off on the patches if he had >> applied them somewhere. I'm puzzled why he would have applied them but >> not pushed them out into linux-next. > > I s

Re: [PATCH 0/4] Input: atmel_mxt_ts - make it work on Tegra

2014-05-08 Thread Nick Dyer
Stephen Warren wrote: > Anyway, I'd like to pull these patches into my local repo to build on. > Can you point me at a tree where Dmitry applied them even if not in > linux-next? Alternatively, does your github repo contain exactly the > patches from the recent mailing list posting you linked above

Very Urgent

2014-05-08 Thread Mr.Sung Lee
I am Mr.Sung Lee, Auditing and Account Credit Officer, Dah Sing Bank Ltd (Hong Kong). I have a Profitable business transaction,Please if interested do contact me via email for more details. Email:sunglee0...@yahoo.com.hk -- To unsubscribe from this list: send the line "unsubscribe linux-input" in

Re: [PATCH] HID: i2c-hid: Support batch read of input events from fifo

2014-05-08 Thread Jonathan Cameron
On May 8, 2014 3:28:23 PM GMT+01:00, Benjamin Tissoires wrote: >On Thu, May 8, 2014 at 9:32 AM, Archana Patni > wrote: >> Some i2c_hid devices like a sensor hub have built-in fifos which >> can accumulate input events in their buffers and trigger an interrupt >> at end of a user defined event l

Re: [PATCH 0/4] Input: atmel_mxt_ts - make it work on Tegra

2014-05-08 Thread Dmitry Torokhov
On Thu, May 08, 2014 at 10:41:45AM -0600, Stephen Warren wrote: > On 05/08/2014 10:01 AM, Nick Dyer wrote: > > Stephen Warren wrote: > >> On 05/06/2014 04:16 PM, Benson Leung wrote: > >>> Please coordinate with Nick Dyer, who has a long patch series that's > >>> been approved but not yet merged int

Re: [PATCH] input: rotary encoder: implement quarter period mode

2014-05-08 Thread Ezequiel GarcĂ­a
On 07 May 11:59 AM, Dmitry Torokhov wrote: > On Wed, May 07, 2014 at 03:45:43PM +0100, Mark Rutland wrote: > > Hi, > > > > On Wed, Dec 18, 2013 at 02:43:18PM +, Sascha Hauer wrote: > > > Some rotary encoders have a stable state in all output state > > > combinations. Add support for this type

Re: [PATCH 00/22] Random ARM randconfig fixes in drivers

2014-05-08 Thread Guenter Roeck
On Thu, May 08, 2014 at 04:46:51PM +0200, Arnd Bergmann wrote: > These are a bunch of fixes I had to do to get all randconfig > configurations on ARM working. Most of these are really old > bugs, but there are also some new ones. I don't think any of > them require a backport to linux-stable. > >

Re: [PATCH 0/4] Input: atmel_mxt_ts - make it work on Tegra

2014-05-08 Thread Stephen Warren
On 05/08/2014 10:01 AM, Nick Dyer wrote: > Stephen Warren wrote: >> On 05/06/2014 04:16 PM, Benson Leung wrote: >>> Please coordinate with Nick Dyer, who has a long patch series that's >>> been approved but not yet merged into the input tree. The few patches >>> you've picked from the Chrome OS ker

Re: [PATCH] Input: Introduce the use of the managed version of kzalloc

2014-05-08 Thread Dmitry Torokhov
Hi Himangi, On Wed, May 07, 2014 at 10:16:38AM +0530, Himangi Saraogi wrote: > This patch moves data allocated using kzalloc to managed data allocated > using devm_kzalloc and cleans now unnecessary kfrees in probe and remove > functions. I prefer not to mix managed and unmanaged resources in one

Re: [PATCH 0/4] Input: atmel_mxt_ts - make it work on Tegra

2014-05-08 Thread Nick Dyer
Stephen Warren wrote: > On 05/06/2014 04:16 PM, Benson Leung wrote: >> Please coordinate with Nick Dyer, who has a long patch series that's >> been approved but not yet merged into the input tree. The few patches >> you've picked from the Chrome OS kernel overlap with his patch series. > > Ah I re

Re: [PATCH 1/2] input: fix ps2/serio module dependency

2014-05-08 Thread Dmitry Torokhov
Hi Arnd, On Thu, May 08, 2014 at 04:56:26PM +0200, Arnd Bergmann wrote: > @@ -71,7 +71,7 @@ config KEYBOARD_ATKBD > default y > select SERIO > select SERIO_LIBPS2 > - select SERIO_I8042 if X86 > + select SERIO_I8042 if X86 || ARCH_MIGHT_HAVE_PC_SERIO x86 also selects ARC

Re: [PATCH 01/13] Input: clps711x-keypad - Make of_device_id array const

2014-05-08 Thread Dmitry Torokhov
On Wed, May 07, 2014 at 06:11:52PM +0900, Jingoo Han wrote: > Make of_device_id array const, because all OF functions > handle it as const. > > Signed-off-by: Jingoo Han Applied the whole lot, thank you. > --- > drivers/input/keyboard/clps711x-keypad.c |2 +- > 1 file changed, 1 insertion(

[git pull] Input updates for 3.15-rc4

2014-05-08 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. Just a few fixups to various drivers. Changelog: - Dr.

[PATCH 2/2] input: atmel-wm97xx: only build for AVR32

2014-05-08 Thread Arnd Bergmann
Building this driver on ARM/at91 always gives us this error message: drivers/input/touchscreen/atmel-wm97xx.c:63:2: error: #error Unknown CPU, this driver only supports AT32AP700X CPUs. Clearly this configuration is not meant to work, so let's just prevent it in Kconfig. If we ever want to use i

[PATCH 1/2] input: fix ps2/serio module dependency

2014-05-08 Thread Arnd Bergmann
The ps2 mouse and keyboard drivers use the "serio" framework that they correctly select in Kconfig, and that in turn depends on the i8042 driver, which is also allowed to be disabled for architectures that don't have an i8042. However, Kconfig also allows i8042 to be built as a module while the se

Fw: (7)

2014-05-08 Thread Andrew Haines
Hello! http://ambiaudio.com/-hello.friend?syfiguco=8382909&mecudonu=810041 -- 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://vger.kernel.org/majordomo-info.html

[PATCH 00/22] Random ARM randconfig fixes in drivers

2014-05-08 Thread Arnd Bergmann
These are a bunch of fixes I had to do to get all randconfig configurations on ARM working. Most of these are really old bugs, but there are also some new ones. I don't think any of them require a backport to linux-stable. I have checked that they are all still required on yesterday's linux-next k

Fw: [2]

2014-05-08 Thread Andrew Haines
Hello! http://avtociti.nichost.ru/-message.friend?asuwjgy=9436920&naqapy=280882 -- 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://vger.kernel.org/majordomo-info.html

Fw:

2014-05-08 Thread Andrew Haines
Hey there! http://banatechnologies.com/-hi.friend?xubosjr=6919042&vepibu=462364 -- 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://vger.kernel.org/majordomo-info.html

Re: [PATCH] HID: i2c-hid: Support batch read of input events from fifo

2014-05-08 Thread Benjamin Tissoires
On Thu, May 8, 2014 at 9:32 AM, Archana Patni wrote: > Some i2c_hid devices like a sensor hub have built-in fifos which > can accumulate input events in their buffers and trigger an interrupt > at end of a user defined event like fifo full or a timeout. The current > implementation reads one event

Re: [PATCH] HID: i2c-hid: hid report descriptor retrieval changes

2014-05-08 Thread Benjamin Tissoires
On Thu, May 8, 2014 at 9:26 AM, Archana Patni wrote: > Reading the partial HID Descriptor is causing a firmware lockup in some > sensor hubs. Instead of a partial read, this patch implements the > i2c hid fetch using a fixed descriptor size (30 bytes) followed by a > verification of the BCDVersion

[PATCH] input: Request a shared interrupt for AMBA KMI devices.

2014-05-08 Thread Mark Brown
From: Liviu Dudau Recent ARM boards have the KMI devices share one interrupt line rather than having dedicated IRQs. Update the driver to take that into account. Signed-off-by: Liviu Dudau Signed-off-by: Mark Brown --- drivers/input/serio/ambakmi.c | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH] HID: i2c-hid: Support batch read of input events from fifo

2014-05-08 Thread Archana Patni
Some i2c_hid devices like a sensor hub have built-in fifos which can accumulate input events in their buffers and trigger an interrupt at end of a user defined event like fifo full or a timeout. The current implementation reads one event at a time in the IRQ handler leading to several hundred inter

[PATCH] HID: i2c-hid: hid report descriptor retrieval changes

2014-05-08 Thread Archana Patni
Reading the partial HID Descriptor is causing a firmware lockup in some sensor hubs. Instead of a partial read, this patch implements the i2c hid fetch using a fixed descriptor size (30 bytes) followed by a verification of the BCDVersion (V01.00), and value stored in wHIDDescLength (30 Bytes) for V

Re: [linux-sunxi] Re: [PATCH v5 8/8] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards

2014-05-08 Thread Carlo Caione
On Thu, May 8, 2014 at 4:53 AM, Maxime Ripard wrote: > What I mean is that no information is still better than wrong > informations. If you don't have the schematics, then don't do anything > on this boards. Hopefully, someone with more infos on this will know > what to do. I partially agree h