Re: [PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-09-19 Thread Samuel Ortiz
Hi Rachna A couple of comments: On Thu, Aug 23, 2012 at 04:19:57PM +0530, Patil, Rachna wrote: > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > index d1facef..81eb815 100644 > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -94,6 +94,15 @@ config MFD_TI_SSP > To

Re: [PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-09-19 Thread Samuel Ortiz
Hi Rachna A couple of comments: On Thu, Aug 23, 2012 at 04:19:57PM +0530, Patil, Rachna wrote: diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d1facef..81eb815 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -94,6 +94,15 @@ config MFD_TI_SSP To compile

RE: [PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-08-28 Thread Patil, Rachna
Hi, On Fri, Aug 24, 2012 at 00:18:31, Matthias Kaehlcke wrote: > Hi, > > El Thu, Aug 23, 2012 at 04:19:57PM +0530 Patil, Rachna ha dit: > > > Add the mfd core driver which supports touchscreen and ADC. > > With this patch we are only adding infrastructure to support the MFD > > clients. > > >

RE: [PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-08-28 Thread Patil, Rachna
Hi, On Fri, Aug 24, 2012 at 00:18:31, Matthias Kaehlcke wrote: Hi, El Thu, Aug 23, 2012 at 04:19:57PM +0530 Patil, Rachna ha dit: Add the mfd core driver which supports touchscreen and ADC. With this patch we are only adding infrastructure to support the MFD clients.

Re: [PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-08-23 Thread Matthias Kaehlcke
Hi, El Thu, Aug 23, 2012 at 04:19:57PM +0530 Patil, Rachna ha dit: > Add the mfd core driver which supports touchscreen > and ADC. > With this patch we are only adding infrastructure to > support the MFD clients. > > Signed-off-by: Patil, Rachna > --- > diff --git a/drivers/mfd/ti_tscadc.c

[PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-08-23 Thread Patil, Rachna
Add the mfd core driver which supports touchscreen and ADC. With this patch we are only adding infrastructure to support the MFD clients. Signed-off-by: Patil, Rachna --- drivers/mfd/Kconfig |9 ++ drivers/mfd/Makefile |1 + drivers/mfd/ti_tscadc.c | 189

[PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-08-23 Thread Patil, Rachna
Add the mfd core driver which supports touchscreen and ADC. With this patch we are only adding infrastructure to support the MFD clients. Signed-off-by: Patil, Rachna rac...@ti.com --- drivers/mfd/Kconfig |9 ++ drivers/mfd/Makefile |1 + drivers/mfd/ti_tscadc.c

Re: [PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-08-23 Thread Matthias Kaehlcke
Hi, El Thu, Aug 23, 2012 at 04:19:57PM +0530 Patil, Rachna ha dit: Add the mfd core driver which supports touchscreen and ADC. With this patch we are only adding infrastructure to support the MFD clients. Signed-off-by: Patil, Rachna rac...@ti.com --- diff --git