Re: [PATCH v4 5/9] staging: iio: ad7780: move regulator to after GPIO init

2019-03-03 Thread Ardelean, Alexandru
On Sat, 2019-03-02 at 19:11 +, Jonathan Cameron wrote: > [External] > > > On Fri, 1 Mar 2019 07:38:45 + > "Ardelean, Alexandru" wrote: > > > On Thu, 2019-02-28 at 11:25 -0300, Renato Lui Geh wrote: > > > > > > > > > To maintain consistency between ad7780_probe and ad7780_remove > > >

Re: [PATCH v4 5/9] staging: iio: ad7780: move regulator to after GPIO init

2019-03-02 Thread Jonathan Cameron
On Fri, 1 Mar 2019 07:38:45 + "Ardelean, Alexandru" wrote: > On Thu, 2019-02-28 at 11:25 -0300, Renato Lui Geh wrote: > > > > > > To maintain consistency between ad7780_probe and ad7780_remove orders, > > regulator initialization has been moved to after GPIO initializations. > > > > Signed

Re: [PATCH v4 5/9] staging: iio: ad7780: move regulator to after GPIO init

2019-02-28 Thread Ardelean, Alexandru
On Thu, 2019-02-28 at 11:25 -0300, Renato Lui Geh wrote: > > > To maintain consistency between ad7780_probe and ad7780_remove orders, > regulator initialization has been moved to after GPIO initializations. > > Signed-off-by: Renato Lui Geh > --- > drivers/staging/iio/adc/ad7780.c | 26 +++

[PATCH v4 5/9] staging: iio: ad7780: move regulator to after GPIO init

2019-02-28 Thread Renato Lui Geh
To maintain consistency between ad7780_probe and ad7780_remove orders, regulator initialization has been moved to after GPIO initializations. Signed-off-by: Renato Lui Geh --- drivers/staging/iio/adc/ad7780.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff