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

2010-09-01 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 Shubhrajyoti D shubhrajy...@ti.com

[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 shubhrajy...@ti.com ---

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

2010-08-31 Thread Kevin Hilman
Shubhrajyoti D shubhrajy...@ti.com 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:

[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 shubhrajy...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 64 +++ 1 files changed, 64 insertions(+), 0