Re: [PATCH V1] regulator: da9211: fix unmatched of_node

2015-01-16 Thread Mark Brown
On Fri, Jan 16, 2015 at 12:13:27PM +0900, James Ban wrote: > This is a patch for fixing unmatched of_node. Applied, thanks. signature.asc Description: Digital signature

[PATCH V1] regulator: da9211: fix unmatched of_node

2015-01-15 Thread James Ban
This is a patch for fixing unmatched of_node. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20150115. drivers/regulator/da9211-regulator.c |4 ++-- include/linux/regulator/da9211.h |1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff

Re: [PATCH V1] regulator: da9211: fix unmatched of_node and add gpio control

2015-01-15 Thread Mark Brown
On Thu, Jan 15, 2015 at 10:29:08AM +0900, James Ban wrote: > This is a patch for fixing unmatched of_node and adding gpio control. That sounds like two separate changes to me... > Optional properties: > +- bucka-uses-gpio: BUCKA can be controlled by gpio. > +- bucka-enable-platform-gpio: platfor

[PATCH V1] regulator: da9211: fix unmatched of_node and add gpio control

2015-01-14 Thread James Ban
This is a patch for fixing unmatched of_node and adding gpio control. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20150113. Changes in V1: - fix unmatched of_node. - add gpio control for buck eanble/disable. .../devicetree/bindings/regulator/da9211.tx