Re: [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-15 Thread Vaittinen, Matti
On Wed, 2020-12-16 at 06:29 +, Yoshihiro Shimoda wrote: > Hi Matti-san, > > > From: Vaittinen, Matti, Sent: Wednesday, December 16, 2020 3:00 PM > > On Wed, 2020-12-16 at 02:13 +, Yoshihiro Shimoda wrote: > > > Hi Geert-san, Matti-san, > > > > > > > From: Geert Uytterhoeven, Sent:

RE: [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-15 Thread Yoshihiro Shimoda
Hi Matti-san, > From: Vaittinen, Matti, Sent: Wednesday, December 16, 2020 3:00 PM > On Wed, 2020-12-16 at 02:13 +, Yoshihiro Shimoda wrote: > > Hi Geert-san, Matti-san, > > > > > From: Geert Uytterhoeven, Sent: Wednesday, December 16, 2020 1:13 > > > AM > > > On Tue, Dec 15, 2020 at 5:02 PM

Re: [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-15 Thread Vaittinen, Matti
On Wed, 2020-12-16 at 02:13 +, Yoshihiro Shimoda wrote: > Hi Geert-san, Matti-san, > > > From: Geert Uytterhoeven, Sent: Wednesday, December 16, 2020 1:13 > > AM > > On Tue, Dec 15, 2020 at 5:02 PM Geert Uytterhoeven < > > ge...@linux-m68k.org> wrote: > > > On Fri, Dec 11, 2020 at 3:03 PM

RE: [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-15 Thread Yoshihiro Shimoda
Hi Geert-san, Matti-san, > From: Geert Uytterhoeven, Sent: Wednesday, December 16, 2020 1:13 AM > On Tue, Dec 15, 2020 at 5:02 PM Geert Uytterhoeven > wrote: > > On Fri, Dec 11, 2020 at 3:03 PM Vaittinen, Matti > > wrote: > > > On Fri, 2020-12-11 at 20:27 +0900, Yoshihiro Shimoda wrote: > > >

Re: [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-15 Thread Geert Uytterhoeven
On Tue, Dec 15, 2020 at 5:02 PM Geert Uytterhoeven wrote: > On Fri, Dec 11, 2020 at 3:03 PM Vaittinen, Matti > wrote: > > On Fri, 2020-12-11 at 20:27 +0900, Yoshihiro Shimoda wrote: > > > To simplify this driver, use dev_get_regmap() and > > > rid of using struct bd9571mwv. > > > > > >

Re: [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-15 Thread Geert Uytterhoeven
Hi Matti, On Fri, Dec 11, 2020 at 3:03 PM Vaittinen, Matti wrote: > On Fri, 2020-12-11 at 20:27 +0900, Yoshihiro Shimoda wrote: > > To simplify this driver, use dev_get_regmap() and > > rid of using struct bd9571mwv. > > > > Signed-off-by: Yoshihiro Shimoda > > --- > >

Re: [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-11 Thread Vaittinen, Matti
On Fri, 2020-12-11 at 20:27 +0900, Yoshihiro Shimoda wrote: > To simplify this driver, use dev_get_regmap() and > rid of using struct bd9571mwv. > > Signed-off-by: Yoshihiro Shimoda > --- > drivers/regulator/bd9571mwv-regulator.c | 49 + > > 1 file changed, 26

[PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv

2020-12-11 Thread Yoshihiro Shimoda
To simplify this driver, use dev_get_regmap() and rid of using struct bd9571mwv. Signed-off-by: Yoshihiro Shimoda --- drivers/regulator/bd9571mwv-regulator.c | 49 + 1 file changed, 26 insertions(+), 23 deletions(-) diff --git