Re: [PATCH 15/36] ARM: s3c: adc: move header to linux/soc/samsung

2019-10-23 Thread Arnd Bergmann
On Wed, Oct 23, 2019 at 2:41 PM Krzysztof Kozlowski wrote: > > diff --git a/arch/arm/plat-samsung/include/plat/adc.h > > b/include/linux/soc/samsung/s3c-adc.h > > similarity index 100% > > rename from arch/arm/plat-samsung/include/plat/adc.h > > rename to include/linux/soc/samsung/s3c-adc.h > >

Re: [PATCH 15/36] ARM: s3c: adc: move header to linux/soc/samsung

2019-10-23 Thread Krzysztof Kozlowski
On Thu, Oct 10, 2019 at 10:29:59PM +0200, Arnd Bergmann wrote: > There are multiple drivers using the private adc interface. > It seems unlikely that they would ever get converted to iio, > so make the current state official by making the header file > global. > > The s3c2410_ts driver needs a

Re: [PATCH 15/36] ARM: s3c: adc: move header to linux/soc/samsung

2019-10-10 Thread Dmitry Torokhov
On Thu, Oct 10, 2019 at 03:20:32PM -0700, Guenter Roeck wrote: > On 10/10/19 1:29 PM, Arnd Bergmann wrote: > > There are multiple drivers using the private adc interface. > > It seems unlikely that they would ever get converted to iio, > > so make the current state official by making the header

Re: [PATCH 15/36] ARM: s3c: adc: move header to linux/soc/samsung

2019-10-10 Thread Guenter Roeck
On 10/10/19 1:29 PM, Arnd Bergmann wrote: There are multiple drivers using the private adc interface. It seems unlikely that they would ever get converted to iio, so make the current state official by making the header file global. The s3c2410_ts driver needs a couple of register definitions as