Re: [PATCH 2/2] regulator: da9055: Convert to regulator core's simplified DT parsing code

2019-03-18 Thread Mark Brown
On Mon, Mar 18, 2019 at 01:56:21PM +, Steve Twiss wrote: > But it does seem that around 97% of this driver has not has not changed since > 2014, so we are happy here at Dialog to remove our support from this DA9055 > device. > Is there a Linux device driver retirement plan for obsoleted

RE: [PATCH 2/2] regulator: da9055: Convert to regulator core's simplified DT parsing code

2019-03-18 Thread Steve Twiss
: > To: Mark Brown > Subject: [PATCH 2/2] regulator: da9055: Convert to regulator core's > simplified DT > parsing code > > Use regulator core's simplified DT parsing code to simply the driver > implementation. > > Signed-off-by: Axel Lin > --- > drivers/regulato

[PATCH 2/2] regulator: da9055: Convert to regulator core's simplified DT parsing code

2019-03-12 Thread Axel Lin
Use regulator core's simplified DT parsing code to simply the driver implementation. Signed-off-by: Axel Lin --- drivers/regulator/da9055-regulator.c | 67 +++- 1 file changed, 6 insertions(+), 61 deletions(-) diff --git a/drivers/regulator/da9055-regulator.c