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

2014-07-11 Thread Mark Brown
On Fri, Jul 11, 2014 at 11:30:58AM +0900, James Ban wrote: > + if (chip->chip_irq != 0) { > + ret = devm_request_threaded_irq(chip->dev, chip->chip_irq, NULL, > + da9211_irq_handler, > + IRQF_TRIGGER_LOW|IRQF_O

[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 regulato