Re: [PATCH v2 0/4] regulator: mp886x: two features and dt json convert

2020-08-03 Thread Mark Brown
On Wed, 29 Jul 2020 13:08:39 +0800, Jisheng Zhang wrote: > This is to improve the mp886x regulator driver support. > patch1 implments .set_ramp_delay > patch2 and patch3 support the switch freq setting > patch4 converts dt binding to json-schema > > Since v2: > - put any schema conversions at

[PATCH v2 0/4] regulator: mp886x: two features and dt json convert

2020-07-28 Thread Jisheng Zhang
From: Jisheng Zhang This is to improve the mp886x regulator driver support. patch1 implments .set_ramp_delay patch2 and patch3 support the switch freq setting patch4 converts dt binding to json-schema Since v2: - put any schema conversions at the end of the series as Mark suggested.