Re: [PATCH v3 1/4] mfd: stmpe: Move ADC related defines to header of mfd

2018-12-09 Thread Lee Jones
On Sat, 08 Dec 2018, Dmitry Torokhov wrote: > On Wed, Nov 28, 2018 at 09:15:32AM +, Lee Jones wrote: > > On Fri, 23 Nov 2018, Philippe Schenker wrote: > > > > > Move defines that are ADC related to the header of the overlying mfd, > > > so they can be used from multiple sub-devices. > > > >

Re: [PATCH v3 1/4] mfd: stmpe: Move ADC related defines to header of mfd

2018-12-08 Thread Dmitry Torokhov
On Wed, Nov 28, 2018 at 09:15:32AM +, Lee Jones wrote: > On Fri, 23 Nov 2018, Philippe Schenker wrote: > > > Move defines that are ADC related to the header of the overlying mfd, > > so they can be used from multiple sub-devices. > > > > Signed-off-by: Philippe Schenker > > --- > > > > Chan

Re: [PATCH v3 1/4] mfd: stmpe: Move ADC related defines to header of mfd

2018-11-28 Thread Lee Jones
On Fri, 23 Nov 2018, Philippe Schenker wrote: > Move defines that are ADC related to the header of the overlying mfd, > so they can be used from multiple sub-devices. > > Signed-off-by: Philippe Schenker > --- > > Changes in v3: > - None > > Changes in v2: > - This is a new added commit. Sep