RE: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support

2010-05-14 Thread Datta, Shubhrajyoti
-Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Wednesday, May 12, 2010 11:59 PM To: Jonathan Cameron Cc: Datta, Shubhrajyoti; linux-in...@vger.kernel.org; linux- o...@vger.kernel.org Subject: Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor

Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support

2010-05-13 Thread Dmitry Torokhov
; linux-omap@vger.kernel.org Sent: Thursday, May 13, 2010 1:38 AM Subject: Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support On Wed, 2010-05-12 at 11:29 -0700, Dmitry Torokhov wrote: On Wed, May 12, 2010 at 07:15:22PM +0100, Jonathan Cameron wrote: Hi, I was wondering if you

Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support

2010-05-13 Thread Hemanth V
; linux-omap@vger.kernel.org Sent: Thursday, May 13, 2010 1:38 AM Subject: Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support On Wed, 2010-05-12 at 11:29 -0700, Dmitry Torokhov wrote: On Wed, May 12, 2010 at 07:15:22PM +0100, Jonathan Cameron wrote: Hi, I was wondering if you

[RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support

2010-05-12 Thread Datta, Shubhrajyoti
Driver support for the proximity sensor SFH7741. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/input/misc/Kconfig|9 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/sfh7741.c | 256 + include/linux/input/sfh7741.h |

Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support

2010-05-12 Thread Jonathan Cameron
Hi, I was wondering if you could provide a bit more detail on what this driver is actually doing? My appologies if I have missed a previous explanation. If so, please add a Documentation file to explain what is going on. The driver you have here does virtually nothing itself. It takes both

Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support

2010-05-12 Thread Dmitry Torokhov
On Wed, May 12, 2010 at 08:56:19PM +0530, Datta, Shubhrajyoti wrote: Driver support for the proximity sensor SFH7741. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/input/misc/Kconfig|9 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/sfh7741.c |

Re: [RFC][PATCHv3 1/2] SFH7741: proximity sensor driver support

2010-05-12 Thread Christoph Fritz
On Wed, 2010-05-12 at 11:29 -0700, Dmitry Torokhov wrote: On Wed, May 12, 2010 at 07:15:22PM +0100, Jonathan Cameron wrote: Hi, I was wondering if you could provide a bit more detail on what this driver is actually doing? My appologies if I have missed a previous explanation. If so,