summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/sky81452-regulator.c
Commit message (Collapse)AuthorAgeFilesLines
* regulator: sky81452: Switch to SPDX identifierAxel Lin2019-04-261-18/+6Star
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: sky81452: Constify sky81452_reg_opsAxel Lin2019-04-261-1/+1
| | | | | | | sky81452_reg_ops is never changed, make it const. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: sky81452: Modify Device Tree structureGyungoh Yoo2014-12-021-36/+9Star
| | | | | Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: sky81452: Remove module versionAxel Lin2014-10-201-1/+0Star
| | | | | | | | The module version is unlikely to be updated, use kernel version should be enough. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: sky81452: Adding Skyworks SKY81452 regulator driverGyungoh Yoo2014-08-161-0/+130
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com> Signed-off-by: Mark Brown <broonie@linaro.org>