RE: [PATCH] omap: 4430sdp board support for the the GPIO keys

2010-08-31 Thread Datta, Shubhrajyoti
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Tuesday, August 31, 2010 9:32 PM > To: Datta, Shubhrajyoti > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH] omap: 4430sdp board support for the the GPIO keys > >

Re: [PATCH] omap: 4430sdp board support for the the GPIO keys

2010-08-31 Thread Kevin Hilman
Shubhrajyoti D writes: > omap 4430sdp board support for the GPIO keys. > The proximity sensor is connected to GPIO and is registered as a > GPIO key. > - Making the default state of the sensor off at bootup > - The init is called before platform_add_devices > > Signed-off-by: Shubhrajyoti D I s

[PATCH] omap: 4430sdp board support for the the GPIO keys

2010-08-31 Thread Shubhrajyoti D
omap 4430sdp board support for the GPIO keys. The proximity sensor is connected to GPIO and is registered as a GPIO key. - Making the default state of the sensor off at bootup - The init is called before platform_add_devices Signed-off-by: Shubhrajyoti D --- arch/arm/mach-omap2/board-4430sdp.c |

[PATCH] omap: 4430sdp board support for the the GPIO keys

2010-08-20 Thread Shubhrajyoti D
omap 4430sdp board support for the GPIO keys. The proximity sensor is connected to GPIO and is registered as a GPIO key. Signed-off-by: Shubhrajyoti D --- arch/arm/mach-omap2/board-4430sdp.c | 64 +++ 1 files changed, 64 insertions(+), 0 deletions(-) diff --git