[PATCH V2] regulator: da9211: add descriptions for da9212/da9214

2016-06-29 Thread James Ban
From: James Ban This is a patch for adding description for da9212/da9214. Signed-off-by: James Ban --- Changes since PATCH V1 - add compatible strings for da9212 and da9214. This patch applies against linux-next and next-20160624 .../devicetree/bindings/regulator/da9211.txt | 47

[PATCH V1] regulator: da9211: add descriptions for da9212/da9214

2016-06-27 Thread James Ban
From: James Ban This is a patch for adding description for da9212/da9214. Signed-off-by: James Ban --- This patch applies against linux-next and next-20160624 .../devicetree/bindings/regulator/da9211.txt | 44 ++-- drivers/regulator/da9211-regulator.c

[PATCH V1] regulator: pv88060: fix incorrect clear of event register

2016-03-07 Thread James Ban
From: James Ban This is a patch to fix incorrect clear of event register. Signed-off-by: James Ban --- This patch applies against linux-next and next-20160304 drivers/regulator/pv88060-regulator.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH V1] regulator: pv88090: fix incorrect clear of event register

2016-03-06 Thread James Ban
From: James Ban This is a patch to fix incorrect clear of event register. Signed-off-by: James Ban --- This patch applies against linux-next and next-20160304 drivers/regulator/pv88090-regulator.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH V2] regulator: pv88090: new regulator driver

2015-12-07 Thread James Ban
From: James Ban This is the driver for the Powerventure PV88090 BUCKs and LDOs regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- Changes since PATCH V1 - Removed owner field if calls are used which set it automatically. - Removed unneeded semicolon

[RESEND PATCH V2] regulator: pv88090: new regulator driver

2015-11-29 Thread James Ban
From: James Ban This is the driver for the Powerventure PV88090 BUCKs and LDOs regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- Changes since PATCH V1 - Removed owner field if calls are used which set it automatically. - Removed unneeded semicolon

[PATCH V2] regulator: pv88090: new regulator driver

2015-11-19 Thread James Ban
From: James Ban This is the driver for the Powerventure PV88090 BUCKs and LDOs regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- Changes since PATCH V1 - Removed owner field if calls are used which set it automatically. - Removed unneeded semicolon

[PATCH V2] regulator: pv88060: new regulator driver

2015-11-18 Thread James Ban
From: James Ban This is the driver for the Powerventure PV88060 BUCKs and LDOs regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- Changes since PATCH V1 - Removed parsing the DT manually. - Removed setting the constraints in driver. - Removed printing an

[PATCH V1] regulator: pv88060: new regulator driver

2015-11-16 Thread James Ban
From: James Ban This is the driver for the Powerventure PV88060 BUCKs and LDOs regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- This patch applies against linux-next and next-20151115 .../devicetree/bindings/regulator/pv88060.txt | 124

[PATCH V1] regulator: da9211: support da9215

2015-06-29 Thread James Ban
This is a patch for supporting da9215 buck converter. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20150625. .../devicetree/bindings/regulator/da9211.txt | 32 +++- drivers/regulator/Kconfig |6

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

2015-01-27 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-20150120. Changes in V4: - change control name from buck-enable-platform-gpios to enable-gpios. Changes in V3: - align with next-20150120

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

2015-01-20 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-20150120. Changes in V3: - align with next-20150120. - remove warn message. Changes in V2: - gpio name from gpio to gpios. - add

[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

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

2015-01-16 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. .../devicetree/bindings/regulator/da9211.txt |7 ++- drivers/regulator/da9211-regulator.c |6

[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

[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

[PATCH V1] regulator: DA9211 : Fix a bug in update of mask bit

2014-09-29 Thread James Ban
This is a patch for fixing a bug about mask bit operation. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140926. drivers/regulator/da9211-regulator.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/da9211

[PATCH V1] regulator: DA9211 : remove an unneeded semicolon

2014-08-31 Thread James Ban
This is a patch for removing an unneeded semicolon. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140829. drivers/regulator/da9211-regulator.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/da9211-regulator.c

[PATCH V2] regulator: DA9211 : support device tree

2014-08-26 Thread James Ban
This is a patch for supporting device tree of DA9211/DA9213. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140826. Changes in V2: - defined what the valid regulators for the device and where their configuration should be specified in the device tree

[PATCH V1] regulator: DA9211 : support device tree

2014-08-25 Thread James Ban
This is a patch for supporting device tree of DA9211/DA9213. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140822. .../devicetree/bindings/regulator/da9211.txt | 58 + drivers/regulator/da9211-regulator.c | 85

[PATCH V2] regulator: DA9211 : support DA9213

2014-08-07 Thread James Ban
This is a patch for supporting DA9213. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140807. Changes in V2: - Changed a method for selecting driver table. drivers/regulator/Kconfig|9 ++-- drivers/regulator/da9211-regulator.c | 95

[PATCH V1] regulator: DA9211 : support DA9213

2014-08-04 Thread James Ban
This is a patch for supporting DA9213. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140729. drivers/regulator/Kconfig|9 ++-- drivers/regulator/da9211-regulator.c | 78 -- drivers/regulator/da9211

[PATCH V6] regulator: DA9211 : new regulator driver

2014-07-13 Thread James Ban
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140710. Changes in V6: - Removed an unnecessary log. Changes in V5

[PATCH V5] regulator: DA9211 : new regulator driver

2014-07-10 Thread James Ban
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140710. Changes in V5: - Use devm_regulator_register instead of

Re: [PATCH V4] regulator: DA9211 : new regulator driver

2014-07-09 Thread James Ban
driver > > On Wed, Jul 09, 2014 at 05:28:59PM +0900, James Ban wrote: > > > How about below code for proper handle of interrupt? > > That's fine, or you could have a return value which defaults to IRQ_NONE and > then set it to IRQ_HANDLED when you handle a particula

Re: [PATCH V4] regulator: DA9211 : new regulator driver

2014-07-09 Thread James Ban
> -Original Message- > From: Mark Brown [mailto:broo...@kernel.org] > Sent: Wednesday, July 09, 2014 4:57 PM > To: Opensource [James Seong-Won Ban] > Cc: Liam Girdwood; Support Opensource; LKML; David Dajun Chen > Subject: Re: your mail > > On Wed, Jul 09, 2014 at

Re: [PATCH V4] regulator: DA9211 : new regulator driver

2014-07-08 Thread James Ban
ect: Re: [PATCH V4] regulator: DA9211 : new regulator driver > > On Thu, Jul 03, 2014 at 04:29:03PM +0900, James Ban wrote: > > This is greatly improved, thanks, however there are still a few issues which > should be addressed: > > > +static irqreturn_t da9211_irq_handler(in

[no subject]

2014-07-08 Thread James Ban
driver > > On Thu, Jul 03, 2014 at 04:29:03PM +0900, James Ban wrote: > > This is greatly improved, thanks, however there are still a few issues which > should be addressed: > > > +static irqreturn_t da9211_irq_handler(int irq, void *data) { > > + stru

[PATCH V4] regulator: DA9211 : new regulator driver

2014-07-03 Thread James Ban
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140630. Changes in V4: - Stripped out the suspend and GPIO handling

[PATCH V3] regulator: DA9211 : new regulator driver

2014-06-02 Thread James Ban
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140530. Changes in V3: - Removed voltage selection in the

[RESEND PATCH V1] regulator: DA9211 : new regulator driver

2014-05-13 Thread James Ban
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- Please ignore previous patch since it has a bug on two bucks configuration. This patch is relative to linux-next repository tag

[PATCH V1] regulator: DA9211 : new regulator driver

2014-05-12 Thread James Ban
This is the driver for the Dialog DA9211 Multi-phase 12A DC-DC Buck Converter regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban --- This patch is relative to linux-next repository tag next-20140509 drivers/regulator/Kconfig| 10 + drivers/regulator