Re: [linux-sunxi] Re: [PATCH v2 1/8] mfd: axp20x: name voltage ramping define properly

2018-12-21 Thread Lee Jones
On Fri, 21 Dec 2018, Priit Laes wrote: > On Fri, Dec 21, 2018 at 09:26:58AM +, Lee Jones wrote: > > On Fri, 21 Dec 2018, Priit Laes wrote: > > > > > On Fri, Dec 21, 2018 at 08:39:27AM +, Lee Jones wrote: > > > > On Tue, 11 Dec 2018, Priit Laes wrote: > > > > > > > > > From: Olliver Schin

Re: [linux-sunxi] Re: [PATCH v2 1/8] mfd: axp20x: name voltage ramping define properly

2018-12-21 Thread Priit Laes
On Fri, Dec 21, 2018 at 09:26:58AM +, Lee Jones wrote: > On Fri, 21 Dec 2018, Priit Laes wrote: > > > On Fri, Dec 21, 2018 at 08:39:27AM +, Lee Jones wrote: > > > On Tue, 11 Dec 2018, Priit Laes wrote: > > > > > > > From: Olliver Schinagl > > > > > > > > The current axp20x names the ram

Re: [linux-sunxi] Re: [PATCH v2 1/8] mfd: axp20x: name voltage ramping define properly

2018-12-21 Thread Lee Jones
On Fri, 21 Dec 2018, Priit Laes wrote: > On Fri, Dec 21, 2018 at 08:39:27AM +, Lee Jones wrote: > > On Tue, 11 Dec 2018, Priit Laes wrote: > > > > > From: Olliver Schinagl > > > > > > The current axp20x names the ramping register 'scal' which probably > > > means scaling. Since the register

Re: [linux-sunxi] Re: [PATCH v2 1/8] mfd: axp20x: name voltage ramping define properly

2018-12-21 Thread Priit Laes
On Fri, Dec 21, 2018 at 08:39:27AM +, Lee Jones wrote: > On Tue, 11 Dec 2018, Priit Laes wrote: > > > From: Olliver Schinagl > > > > The current axp20x names the ramping register 'scal' which probably > > means scaling. Since the register really has nothing to do with > > scaling, but really

Re: [PATCH v2 1/8] mfd: axp20x: name voltage ramping define properly

2018-12-21 Thread Lee Jones
On Tue, 11 Dec 2018, Priit Laes wrote: > From: Olliver Schinagl > > The current axp20x names the ramping register 'scal' which probably > means scaling. Since the register really has nothing to do with > scaling, but really is the voltage ramp we rename it appropriately. > > Signed-off-by: Olli

[PATCH v2 1/8] mfd: axp20x: name voltage ramping define properly

2018-12-11 Thread Priit Laes
From: Olliver Schinagl The current axp20x names the ramping register 'scal' which probably means scaling. Since the register really has nothing to do with scaling, but really is the voltage ramp we rename it appropriately. Signed-off-by: Olliver Schinagl Signed-off-by: Priit Laes Acked-for-MFD