Re: [RFC][PATCH] Add support for hook switch on ams-delta

2010-03-29 Thread Mark Brown
On Tue, Jun 02, 2009 at 11:04:33PM +0100, Jonathan McDowell wrote: * The commented out code to include the GPIO status in sysfs shouldn't be included. Does the input layer not provide a way to obtain the state of the switch? It does, but only via an ioctl(). -- To unsubscribe from this

Re: [APPLIED] [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-24 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [090624 17:05]: On 2009-06-03 18:36, Tony Lindgren wrote: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [090603 01:01]: Tuesday 02 June 2009 20:27:50 Tony Lindgren napisał(a): * Tony Lindgren t...@atomide.com [090602 11:23]: This patch has been applied

Re: [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-04 Thread Jonathan McDowell
On Wed, Jun 03, 2009 at 11:03:20AM +0200, Janusz Krzysztofik wrote: Wednesday 03 June 2009 00:04:33 Jonathan McDowell napisał(a): I'm obviously too late as I've seen the Applied mail, No problem, I'm glad to hear from you. but some comments: * I don't think SW_HEADPHONE_INSERT is

Re: [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-04 Thread Janusz Krzysztofik
Hi, Thursday 04 June 2009 20:18:33 Jonathan McDowell napisał(a): On Wed, Jun 03, 2009 at 11:03:20AM +0200, Janusz Krzysztofik wrote: Wednesday 03 June 2009 00:04:33 Jonathan McDowell napisał(a): * We assume the bootloader does the appropriate GPIO pin setup for us, so I don't think

Re: [APPLIED] [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-03 Thread Janusz Krzysztofik
Tuesday 02 June 2009 20:27:50 Tony Lindgren napisał(a): * Tony Lindgren t...@atomide.com [090602 11:23]: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): 89c6da9692bb04ce6221c371d3161f9722005e99 PatchWorks

Re: [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-03 Thread Janusz Krzysztofik
Hi Jonathan, Wednesday 03 June 2009 00:04:33 Jonathan McDowell napisał(a): I'm obviously too late as I've seen the Applied mail, No problem, I'm glad to hear from you. but some comments: * I don't think SW_HEADPHONE_INSERT is appropriate. input guys, is it not reasonable to have

Re: [APPLIED] [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-03 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [090603 01:01]: Tuesday 02 June 2009 20:27:50 Tony Lindgren napisał(a): * Tony Lindgren t...@atomide.com [090602 11:23]: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change):

Re: [APPLIED] [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-03 Thread Janusz Krzysztofik
Wednesday 03 June 2009 18:36:52 Tony Lindgren napisał(a): * Janusz Krzysztofik jkrzy...@tis.icnet.pl [090603 01:01]: Tuesday 02 June 2009 20:27:50 Tony Lindgren napisał(a): * Tony Lindgren t...@atomide.com [090602 11:23]: This patch has been applied to the linux-omap by youw fwiendly

[APPLIED] [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-02 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): 89c6da9692bb04ce6221c371d3161f9722005e99 PatchWorks http://patchwork.kernel.org/patch/26069/ Git (Likely to change, and takes a while to get mirrored)

Re: [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-02 Thread Jonathan McDowell
On Tue, May 26, 2009 at 08:57:20PM +0200, Janusz Krzysztofik wrote: This trivial patch adds gpio-keys compatible platform device definition to ams-delta board, that supports hook switch found on this videophone. It is derived from similiar definitions found in other boards code. The patch is

[RFC][PATCH] Add support for hook switch on ams-delta

2009-05-26 Thread Janusz Krzysztofik
Hi, This trivial patch adds gpio-keys compatible platform device definition to ams-delta board, that supports hook switch found on this videophone. It is derived from similiar definitions found in other boards code. The patch is based on linux-2.6.30-rc5. Any comments are welcome. Cheers,