Re: [PATCH] Input: imx_keypad - Fix missing clk conversions

2012-09-06 Thread Sascha Hauer
On Tue, Sep 04, 2012 at 10:24:41AM -0300, Fabio Estevam wrote: commit (Input: imx_keypad - adapt the new kpp clock name) missed to update clk_enable/clk_disable from imx_keypad_probe(). Fix it so that we do not get clk warnings at boot. Signed-off-by: Fabio Estevam

Re: [PATCH RESEND #4] dj: memory scribble in logi_dj

2012-09-06 Thread Jiri Kosina
On Thu, 6 Sep 2012, Benjamin Tissoires wrote: Sorry for not seeing this earlier. Reviewed-by: Benjamin Tissoires benjamin.tissoi...@gmail.com Jiri, can this fall into upstream-fixes? I have discussed this with Alan a few moments ago ... unfortunately none of the four resends has been

[PATCH] HID: picoLCD: Remove use of deprecated function

2012-09-06 Thread Emil Goode
The flush_delayed_work_sync function is deprecated, we can instead call flush_delayed_work directly. Sparse is giving a warning: drivers/hid/hid-picolcd_fb.c:611:2: warning: ‘flush_delayed_work_sync’ is deprecated (declared at include/linux/workqueue.h:454)

Multitouch type A protocol clarifications

2012-09-06 Thread Daniel Drake
Hi, I'm working with a prototype for the XO-4 touchscreen laptop (with both trackpad + touchscreen). The touchscreen in this test unit is a raydium device, using this driver: http://dev.laptop.org/git/olpc-kernel/plain/drivers/input/touchscreen/raydium_ts.c?h=arm-3.0-wip We understand that it is

Re: [PATCH] HID: picoLCD: Remove use of deprecated function

2012-09-06 Thread Bruno Prémont
On Thu, 06 September 2012 Emil Goode emilgo...@gmail.com wrote: The flush_delayed_work_sync function is deprecated, we can instead call flush_delayed_work directly. Sparse is giving a warning: drivers/hid/hid-picolcd_fb.c:611:2: warning: ‘flush_delayed_work_sync’ is deprecated

Re: [PATCH] HID: picoLCD: Remove use of deprecated function

2012-09-06 Thread Tejun Heo
On Thu, Sep 06, 2012 at 10:12:52PM +0200, Bruno Prémont wrote: On Thu, 06 September 2012 Emil Goode emilgo...@gmail.com wrote: The flush_delayed_work_sync function is deprecated, we can instead call flush_delayed_work directly. Sparse is giving a warning:

[PATCH 3/5] Input: wacom - Introduce wacom_fix_phy_from_hid

2012-09-06 Thread Jason Gerecke
The Cintiq 24HD touch cannot use wacom_set_phy_from_res to determine the physical size of the touch sensor since the pen and touch are on separate USB devices. The physical size is, however, provided in the HID descriptor, just scaled to a unit we don't use. This patch introduces the function

[PATCH 5/5] Input: wacom - Add touch sensor support for Cintiq 24HD touch

2012-09-06 Thread Jason Gerecke
Decode multitouch reports from the touch sensor of the Cintiq 24HD touch. Signed-off-by: Jason Gerecke killert...@gmail.com --- drivers/input/tablet/wacom_sys.c | 19 - drivers/input/tablet/wacom_wac.c | 84 +++- drivers/input/tablet/wacom_wac.h | 3