Re: [PATCH 1/4] iio: pressure: bmp280: use bulk regulator ops

2019-10-22 Thread Jonathan Cameron
On Sun, 6 Oct 2019 10:49:18 +0100 Jonathan Cameron wrote: > On Wed, 2 Oct 2019 17:57:30 +0200 > Bartosz Golaszewski wrote: > > > śr., 2 paź 2019 o 15:06 kbuild test robot napisał(a): > > > > > > Hi Bartosz, > > > > > > I love your patch! Yet something to improve: > > > > > > [auto build test

Re: [PATCH 1/4] iio: pressure: bmp280: use bulk regulator ops

2019-10-06 Thread Jonathan Cameron
On Wed, 2 Oct 2019 10:57:56 +0200 Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The vddd and vdda supplies are always operated on together. We can > shrink the code a bit by using the bulk regulator helpers. > > Signed-off-by: Bartosz Golaszewski Looks good. Will pick up once I

Re: [PATCH 1/4] iio: pressure: bmp280: use bulk regulator ops

2019-10-06 Thread Jonathan Cameron
On Wed, 2 Oct 2019 17:57:30 +0200 Bartosz Golaszewski wrote: > śr., 2 paź 2019 o 15:06 kbuild test robot napisał(a): > > > > Hi Bartosz, > > > > I love your patch! Yet something to improve: > > > > [auto build test ERROR on iio/togreg] > > [cannot apply to v5.4-rc1 next-20191002] > > [if your pa

Re: [PATCH 1/4] iio: pressure: bmp280: use bulk regulator ops

2019-10-02 Thread Bartosz Golaszewski
śr., 2 paź 2019 o 15:06 kbuild test robot napisał(a): > > Hi Bartosz, > > I love your patch! Yet something to improve: > > [auto build test ERROR on iio/togreg] > [cannot apply to v5.4-rc1 next-20191002] > [if your patch is applied to the wrong git tree, please drop us a note to help > improve the

Re: [PATCH 1/4] iio: pressure: bmp280: use bulk regulator ops

2019-10-02 Thread kbuild test robot
Hi Bartosz, I love your patch! Yet something to improve: [auto build test ERROR on iio/togreg] [cannot apply to v5.4-rc1 next-20191002] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the bas

[PATCH 1/4] iio: pressure: bmp280: use bulk regulator ops

2019-10-02 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The vddd and vdda supplies are always operated on together. We can shrink the code a bit by using the bulk regulator helpers. Signed-off-by: Bartosz Golaszewski --- drivers/iio/pressure/bmp280-core.c | 69 +- 1 file changed, 30 insertions(+