Re: [PATCH v4 2/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code

2016-04-27 Thread Mark Brown
On Tue, Apr 26, 2016 at 04:54:05PM +0200, Wadim Egorov wrote: > A common simplified DT parsing code for regulators was introduced in > commit a0c7b164ad11 ("regulator: of: Provide simplified DT parsing > method") Acked-by: Mark Brown signature.asc Description: PGP

Re: [PATCH v4 2/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code

2016-04-27 Thread Mark Brown
On Tue, Apr 26, 2016 at 04:54:05PM +0200, Wadim Egorov wrote: > A common simplified DT parsing code for regulators was introduced in > commit a0c7b164ad11 ("regulator: of: Provide simplified DT parsing > method") Acked-by: Mark Brown signature.asc Description: PGP signature

[PATCH v4 2/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code

2016-04-26 Thread Wadim Egorov
A common simplified DT parsing code for regulators was introduced in commit a0c7b164ad11 ("regulator: of: Provide simplified DT parsing method") While at it also added RK8XX_DESC and RK8XX_DESC_SWITCH macros for the regulator_desc struct initialization. This just makes the driver more compact.

[PATCH v4 2/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code

2016-04-26 Thread Wadim Egorov
A common simplified DT parsing code for regulators was introduced in commit a0c7b164ad11 ("regulator: of: Provide simplified DT parsing method") While at it also added RK8XX_DESC and RK8XX_DESC_SWITCH macros for the regulator_desc struct initialization. This just makes the driver more compact.