summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pv88090-regulator.c
Commit message (Collapse)AuthorAgeFilesLines
* regulator: pv88090: fix incorrect clear of event registerJames Ban2016-03-071-4/+4
| | | | | | | This is a patch to fix incorrect clear of event register. Signed-off-by: James Ban <James.Ban.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: pv88090: logical vs bitwise AND typoDan Carpenter2015-12-121-5/+5
| | | | | | | | | | These were supposed to be bitwise AND instead of logical. Also kernel style is for the operator to be on the first line and I removed some extra parenthesis. Fixes: c90456e36d9c ('regulator: pv88090: new regulator driver') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: pv88090: Fix irq leakAxel Lin2015-12-121-1/+1
| | | | | | | | Use devm_request_threaded_irq to ensure the irq is freed when unload the module. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: pv88090: new regulator driverJames Ban2015-12-081-0/+458
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 <James.Ban.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
OpenPOWER on IntegriCloud