Re: [PATCH v5 3/3] input: samsung-keypad - Add samsung keypad driver
From: Joonyoung Shim <hidden>
Date: 2010-06-25 10:25:16
Also in:
linux-arm-kernel, linux-samsung-soc
From: Joonyoung Shim <hidden>
Date: 2010-06-25 10:25:16
Also in:
linux-arm-kernel, linux-samsung-soc
On 6/25/2010 5:30 PM, Dmitry Torokhov wrote:
Hi Joonyoung, On Mon, Jun 21, 2010 at 03:26:45PM +0900, Joonyoung Shim wrote:quoted
This patch adds support for keypad driver running on Samsung cpus. This driver is tested on GONI and Aquila board using S5PC110 cpu. Signed-off-by: Joonyoung Shim <redacted> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>Following my conversation with Thomas Gleixner reagrding "long playing" threaded interrupt handlers I tried to convert your driver to use this concept. The idea is to keep polling within IRQ thread context instead of using additional work/timer structures to simplify code and ensure race-free shutdown/unbind. I think it was based on v4 of your driver and I'd appreciate if you could give it a try.
Your patch gives me below patch errors. $ patch -p1 --dry-run < 2.patch (Stripping trailing CRs from patch.) patching file drivers/input/keyboard/samsung-keypad.c Hunk #3 FAILED at 68. Hunk #4 FAILED at 116. Hunk #5 FAILED at 158. Hunk #6 succeeded at 196 (offset -7 lines). Hunk #7 succeeded at 212 (offset -7 lines). Hunk #8 FAILED at 230. Hunk #9 FAILED at 365. Hunk #10 FAILED at 418. 6 out of 10 hunks FAILED -- saving rejects to file drivers/input/keyboard/samsung-keypad.c.rej Can you give me your patch based on my v5 patches? If not, i should try manual merge. Thanks.