[PATCH 1/7] HID: roccat: Cleanup of kovaplus module

2012-11-10 Thread Stefan Achatz
Partially removed unneeded informations and data caching. Moved code nearer to format of newer drivers. Added "info" sysfs attribute to support device reset and deprecate other attributes. Signed-off-by: Stefan Achatz --- .../ABI/obsolete/sysfs-driver-hid-roccat-kovaplus | 41 .../ABI/t

[PATCH 5/7] HID: roccat: Deprecated some Pyra sysfs attributes

2012-11-10 Thread Stefan Achatz
Introduced attribute "control" and made profile_settings and profile_buttons readable, which makes profile[1-5]_settings and profile[1-5]_buttons obsolete. Signed-off-by: Stefan Achatz --- .../ABI/obsolete/sysfs-driver-hid-roccat-pyra | 27 ++- .../ABI/testing/sysfs-driver-hid

[PATCH 2/7] HID: roccat: Cleanup of pyra module

2012-11-10 Thread Stefan Achatz
Partially removed unneeded informations and data caching. Moved code nearer to format of newer drivers. Added "info" sysfs attribute to support device reset and deprecate "firmware_version" attribute. Signed-off-by: Stefan Achatz --- .../ABI/obsolete/sysfs-driver-hid-roccat-pyra | 48 +++

[PATCH 7/7] HID: roccat: Deprecated some Kovaplus sysfs attributes

2012-11-10 Thread Stefan Achatz
Introduced attribute "control" and made profile_settings and profile_buttons readable, which makes profile[1-5]_settings and profile[1-5]_buttons obsolete. Signed-off-by: Stefan Achatz --- .../ABI/obsolete/sysfs-driver-hid-roccat-kovaplus | 25 + .../ABI/testing/sysfs-driver-h

[PATCH 4/7] HID: roccat: Added bin sysfs attr "reset" for Isku

2012-11-10 Thread Stefan Achatz
Isku needs an extra sysfs attr to support device reset. Signed-off-by: Stefan Achatz --- .../ABI/testing/sysfs-driver-hid-roccat-isku |8 drivers/hid/hid-roccat-isku.c |2 ++ drivers/hid/hid-roccat-isku.h |2 ++ 3 files changed

[PATCH 6/7] HID: roccat: Deprecated some Koneplus sysfs attributes

2012-11-10 Thread Stefan Achatz
Introduced attribute "control" and made profile_settings and profile_buttons readable, which makes profile[1-5]_settings and profile[1-5]_buttons obsolete. Signed-off-by: Stefan Achatz --- .../ABI/obsolete/sysfs-driver-hid-roccat-koneplus | 27 ++ .../ABI/testing/sysfs-driver-

[PATCH 3/7] HID: roccat: Cleaned up isku driver

2012-11-10 Thread Stefan Achatz
Removed unneeded structures from header. Using enums instead of sizeof(struct) to unify drivers. Signed-off-by: Stefan Achatz --- drivers/hid/hid-roccat-isku.c | 42 +++--- drivers/hid/hid-roccat-isku.h | 76 + 2 files changed, 37 inser

[PATCH 0/7] HID: roccat: Finishing cleanup and reset support

2012-11-10 Thread Stefan Achatz
This patchset finishes current cleanups and unifications. Device reset is now implemented for all devices that support that feature. A couple sysfs attributes have been deprecated and got replaced to unify the ABI as good as it gets with design decisions made in the past. The next release of use

Re: [PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-10 Thread Rob Herring
On 11/10/2012 03:40 PM, AnilKumar Ch wrote: > Add device tree support to matrix keypad driver and usage details > are added to device tree documentation. Driver was tested on AM335x > EVM. > > Signed-off-by: AnilKumar Ch Acked-by: Rob Herring > --- > This patch was tested on AM335x-EVM and bas

[PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-10 Thread AnilKumar Ch
Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. Signed-off-by: AnilKumar Ch --- This patch was tested on AM335x-EVM and based on linux-next, cleanly applies on top of "input/next" Changes from v4:

Re: [PATCH 02/10] arm: at91: move platfarm_data to include/linux/platform_data/atmel.h

2012-11-10 Thread Joachim Eastwood
Hi Jean-Christophe, On 7 November 2012 12:22, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: Nicolas Ferre > Cc: linux-...@vger.kernel.org > Cc: linux-input@vger.kernel.org > Cc: linux-...@vger.kernel.org > Cc: linux-...@vger.kernel.org > Cc: net

Re: [PATCH] HIL: remove one goto

2012-11-10 Thread Dmitry Torokhov
On Wed, Oct 31, 2012 at 08:24:34PM +0100, Rolf Eike Beer wrote: > This goto is only used to skip the next instruction, which can easily be done > without a goto. > > Signed-off-by: Rolf Eike Beer Applied, thank you Rolf. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe li

Re: [PATCH 02/10] arm: at91: move platfarm_data to include/linux/platform_data/atmel.h

2012-11-10 Thread Dmitry Torokhov
On Wed, Nov 07, 2012 at 01:20:41PM +0100, Marc Kleine-Budde wrote: > On 11/07/2012 12:22 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > Cc: Nicolas Ferre > > Cc: linux-...@vger.kernel.org > > Cc: linux-input@vger.kernel.org > > Cc: linux-...@vg

Re: [PATCH 2/3] input: stmpe-ts: Use devm_*() routines

2012-11-10 Thread Hannes Frederic Sowa
On Sat, Nov 10, 2012 at 01:34:33PM +0530, Viresh Kumar wrote: > wrapped again.. Don't know how to disable it. :( To quote Documentation/email-clients.txt: ~ Gmail (Web GUI) Does not work for sending patches. Gmail web client converts tabs to spaces

Re: [PATCH 2/3] input: stmpe-ts: Use devm_*() routines

2012-11-10 Thread Dmitry Torokhov
On Sat, Nov 10, 2012 at 01:34:33PM +0530, Viresh Kumar wrote: > On 10 November 2012 13:33, Viresh Kumar wrote: > > On 10 November 2012 13:30, Dmitry Torokhov > > wrote: > >> Sometimes your mailer does wrap long lines, please make sure to turn it > >> off for patches. > > > > I am using gmail for

Re: [PATCH 2/3] input: stmpe-ts: Use devm_*() routines

2012-11-10 Thread Viresh Kumar
On 10 November 2012 13:33, Viresh Kumar wrote: > On 10 November 2012 13:30, Dmitry Torokhov wrote: >> Sometimes your mailer does wrap long lines, please make sure to turn it >> off for patches. > > I am using gmail for replying on mails and this fixup was done using that. > Don't > know why it h

Re: [PATCH 2/3] input: stmpe-ts: Use devm_*() routines

2012-11-10 Thread Viresh Kumar
On 10 November 2012 13:30, Dmitry Torokhov wrote: > Sometimes your mailer does wrap long lines, please make sure to turn it > off for patches. I am using gmail for replying on mails and this fixup was done using that. Don't know why it happened. I am doing the same step again to verify what's pl

Re: [PATCH 2/3] input: stmpe-ts: Use devm_*() routines

2012-11-10 Thread Dmitry Torokhov
Hi Viresh, On Fri, Nov 09, 2012 at 10:34:35PM +0530, Viresh Kumar wrote: > On 9 November 2012 20:57, Viresh Kumar wrote: > > This patch frees stmpe-ts driver from tension of freeing resources :) > > devm_* derivatives of multiple routines are used while allocating resources, > > which would be fr