Re: [RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-24 Thread Lee Jones
> This is a driver for an A/D converter, which belongs into > drivers/iio/adc. > > Signed-off-by: Sebastian Reichel > --- > drivers/iio/adc/Kconfig| 10 + > drivers/iio/adc/Makefile | 1 + > drivers/iio/adc/twl4030-madc.c | 922 > + > dri

Re: [RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-23 Thread Sebastian Reichel
Hi, On Sun, Feb 23, 2014 at 11:02:14AM +, Jonathan Cameron wrote: > On 23/02/14 00:35, Sebastian Reichel wrote: > >I think the optimal workflow is: > > > >1. convert madc driver to IIO > >2. convert twl4030-madc-battery driver to IIO API > >3. convert rx51-battery to IIO API > >4. convert twl4

Re: [RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-23 Thread Jonathan Cameron
On 23/02/14 00:35, Sebastian Reichel wrote: On Sat, Feb 22, 2014 at 12:47:03PM +, Jonathan Cameron wrote: On 14/02/14 18:46, Sebastian Reichel wrote: This is a driver for an A/D converter, which belongs into drivers/iio/adc. Signed-off-by: Sebastian Reichel Being inherently lazy I'm goi

Re: [RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-22 Thread Sebastian Reichel
On Sat, Feb 22, 2014 at 12:47:03PM +, Jonathan Cameron wrote: > On 14/02/14 18:46, Sebastian Reichel wrote: > >This is a driver for an A/D converter, which belongs into > >drivers/iio/adc. > > > >Signed-off-by: Sebastian Reichel > > Being inherently lazy I'm going to review this patch as it g

Re: [RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-22 Thread Jonathan Cameron
On 14/02/14 18:46, Sebastian Reichel wrote: This is a driver for an A/D converter, which belongs into drivers/iio/adc. Signed-off-by: Sebastian Reichel Being inherently lazy I'm going to review this patch as it gives the complete driver rather than taking on the conversion patch directly! It

[RFCv1 4/4] mfd: twl4030-madc: Move driver to drivers/iio/adc

2014-02-14 Thread Sebastian Reichel
This is a driver for an A/D converter, which belongs into drivers/iio/adc. Signed-off-by: Sebastian Reichel --- drivers/iio/adc/Kconfig| 10 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/twl4030-madc.c | 922 + drivers/mfd/Kconfig