summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da903x.c
Commit message (Collapse)AuthorAgeFilesLines
* regulator: Pass regulator init data as explict argument when registeringMark Brown2009-03-311-1/+2
| | | | | | | | | | | Rather than having the regulator init data read from the platform_data member of the struct device that is registered for the regulator make the init data an explict argument passed in when registering. This allows drivers to use the platform data for their own purposes if they wish. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
* regulator: da903x: make da903x_is_enabled return 0 or 1Mike Rapoport2009-01-081-1/+1
| | | | | Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
* regulator: da903x: add '\n' to error messagesMike Rapoport2009-01-081-5/+5
| | | | | | Signed-off-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
* regulator: da903x regulator bug fixJonathan Cameron2008-10-301-12/+17
| | | | | | | | | | | Changes the device registration part of the probe function to supply the regulator device rather than its parent (the mfd device) as this caused problems when the regulator core attempted to find constraints associated with the regulators. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
* da903x: add regulator support for DA9030/DA9034Eric Miao2008-10-131-0/+513
Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Liam Girdwood <lrg@kernel.org>
OpenPOWER on IntegriCloud