aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/s2mpa01.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-21regulator: s2mpa01: Drop initialization via platform dataGravatar Krzysztof Kozlowski 1-4/+0
2020-01-06regulator: samsung: Rename Samsung to lowercaseGravatar Krzysztof Kozlowski 1-1/+1
2019-04-10regulator: s2mpa01: Remove unused define for S2MPA01_REGULATOR_CNTGravatar Axel Lin 1-2/+0
2019-04-08regulator: s2mpa01: Convert to use simplified DT parsingGravatar Axel Lin 1-29/+10
2019-02-13regulator: s2mpa01: Fix step values for some LDOsGravatar Stuart Menefy 1-5/+5
2018-08-08regulator: samsung: Add SPDX license identifiersGravatar Krzysztof Kozlowski 1-10/+4
2017-04-30Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/ari...Gravatar Mark Brown 1-7/+7
2017-03-13regulator: s2mpa01: Fix inconsistent indentingGravatar Krzysztof Kozlowski 1-5/+5
2017-03-13regulator: s2mpa01: Constify regulator_opsGravatar Krzysztof Kozlowski 1-2/+2
2017-01-26regulator: s2mpa01: reduce stack size for probe functionGravatar Arnd Bergmann 1-1/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/rn5t618', 'regulator/topic/rp...Gravatar Mark Brown 1-1/+1
2014-11-03regulator: s2mpa01: zero-initialize regulator match table arrayGravatar Javier Martinez Canillas 1-1/+1
2014-10-28regulator: s2mpa01: Make regulator_desc array constGravatar Krzysztof Kozlowski 1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-16regulator: s2mpa01: Optimize the regulator description macroGravatar Amit Daniel Kachhap 1-98/+36
2014-08-16regulator: s2mpxxx: Move regulator min/step voltages in common placeGravatar Amit Daniel Kachhap 1-16/+16
2014-06-02Merge remote-tracking branches 'regulator/topic/palmas', 'regulator/topic/pbi...Gravatar Mark Brown 1-7/+11
2014-05-26regulator: s2mpa01: Use correct register for buck1 ramp delayGravatar Krzysztof Kozlowski 1-1/+0
2014-05-17regulator: s2mpa01: Use rdev_get_id() to access id of regulatorGravatar Krzysztof Kozlowski 1-2/+2
2014-05-17regulator: s2mpa01: Fix accidental enable of buck4 ramp delayGravatar Krzysztof Kozlowski 1-5/+9
2014-04-02regulator: s2mpa01: Don't check enable_shift before setting enable ramp rateGravatar Axel Lin 1-7/+5
2014-03-18regulator: Add support for S2MPA01 regulatorGravatar Sachin Kamat 1-0/+481