Re: [PATCH V2] regulator: da9211: Add gpio control for enable/disable of buck

2015-01-27 Thread Mark Brown
On Mon, Jan 19, 2015 at 11:27:05AM +0900, James Ban wrote: > Optional properties: > +- buck-enable-platform-gpios: platform gpio for control of BUCKA/BUCKB. > - Any optional property defined in regulator.txt How about just "enable-gpios" - the name is pretty long and it's in the node for the bu

[PATCH V2] regulator: da9211: Add gpio control for enable/disable of buck

2015-01-18 Thread James Ban
This is a patch for adding gpio control about enable/disable of buck. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20150115. Changes in V2: - gpio name from gpio to gpios. - add ena_gpio_initialized. .../devicetree/bindings/regulator/da9211.txt |