summaryrefslogtreecommitdiff
path: root/drivers/regulator/s2mps11.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-16regulator: s2mps11: fix pctrlsel macro usage in s2mpg10_of_parse_cb()André Draszik1-9/+9
2026-02-16regulator: s2mps11: drop redundant sanity checks in s2mpg10_of_parse_cb()André Draszik1-4/+0
2026-02-04regulator: s2mps11: more descriptive gpio consumer nameAndré Draszik1-1/+2
2026-02-04regulator: s2mps11: add S2MPG11 regulatorAndré Draszik1-1/+301
2026-02-04regulator: s2mps11: refactor S2MPG10 regulator macros for S2MPG11 reuseAndré Draszik1-27/+42
2026-02-04regulator: s2mps11: refactor S2MPG10 ::set_voltage_time() for S2MPG11 reuseAndré Draszik1-10/+22
2026-02-04regulator: s2mps11: add S2MPG10 regulatorAndré Draszik1-3/+584
2026-02-04regulator: s2mps11: refactor handling of external rail controlAndré Draszik1-33/+67
2026-02-04regulator: s2mps11: update node parsing (allow -supply properties)André Draszik1-87/+105
2026-02-04regulator: s2mps11: place constants on right side of comparison testsAndré Draszik1-6/+6
2026-02-04regulator: s2mps11: use dev_err_probe() where appropriateAndré Draszik1-15/+14
2026-02-04regulator: s2mps11: drop two needless variable initialisationsAndré Draszik1-2/+2
2025-03-13regulator: s2mps11: Add support for S2MPU05 regulatorsKaustabh Chakraborty1-1/+91
2024-08-22regulator: s2mps11: use scoped memory allocation to simplify probeKrzysztof Kozlowski1-10/+7
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson1-0/+1
2021-04-21regulator: s2mps11: Drop initialization via platform dataKrzysztof Kozlowski1-20/+2
2020-05-08regulator: use linear_ranges helperMatti Vaittinen1-7/+7
2020-01-06regulator: samsung: Rename Samsung to lowercaseKrzysztof Kozlowski1-1/+1
2019-10-07regulator: s2mps11: switch to using devm_fwnode_gpiod_getDmitry Torokhov1-4/+3
2019-09-10regulator: s2mps11: Consistently use local variableKrzysztof Kozlowski1-1/+1
2019-07-04Merge branch 'regulator-5.3' into regulator-nextMark Brown1-101/+126
2019-07-02regulator: s2mps11: Adjust supported buck voltages to real valuesKrzysztof Kozlowski1-10/+17
2019-07-02regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski1-2/+2
2019-06-25gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg1-1/+3
2019-06-24regulator: s2mps11: Add support for disabling S2MPS11 regulators in suspendKrzysztof Kozlowski1-95/+115
2019-06-24regulator: s2mps11: Reduce number of rdev_get_id() callsKrzysztof Kozlowski1-10/+13
2019-06-20regulator: s2mps11: Fix ERR_PTR dereference on GPIO lookup failureKrzysztof Kozlowski1-0/+1
2019-02-11regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski1-3/+3
2018-12-11regulator: s2mps11: Hand over GPIO to regulator coreLinus Walleij1-1/+6
2018-11-20regulator: s2mps11: Fix GPIO descriptor initializationMarek Szyprowski1-3/+2
2018-11-15regulator: s2mps11: Pass descriptor instead of GPIO numberLinus Walleij1-23/+23
2018-08-08regulator: samsung: Add SPDX license identifiersKrzysztof Kozlowski1-17/+4
2018-06-13treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook1-2/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-03-13regulator: s2mps11: Constify regulator_opsKrzysztof Kozlowski1-8/+8
2016-07-12regulator: s2mps11: Fix the voltage linear range for s2mps15Alim Akhtar1-3/+3
2016-05-13Merge remote-tracking branches 'regulator/topic/pwm', 'regulator/topic/qcom-s...Mark Brown1-11/+2
2016-04-18regulator: s2mps11: Set default ramp delay for S2MPS11 LDOsKrzysztof Kozlowski1-0/+1
2016-04-06regulator: s2mps11: Use module_platform_driver() instead subsys initcallJavier Martinez Canillas1-11/+1
2016-03-28regulator: s2mps11: Fix invalid selector mask and voltages for buck9Krzysztof Kozlowski1-6/+22
2016-02-19regulator: s2mps11: Use local variable for number of regulatorsKrzysztof Kozlowski1-15/+19
2016-02-18regulator: s2mps11: Simplify expression used in BUILD_BUG_ONKrzysztof Kozlowski1-4/+5
2015-11-24mfd: sec-core: Rename MFD and regulator names differentlyAlim Akhtar1-4/+4
2015-11-23regulator: s2mps11: Add support for S2MPS15 regulatorsThomas Abraham1-1/+134
2015-06-24regulator: s2mps11: Fix GPIO suspend enable shift wrapping bugKrzysztof Kozlowski1-4/+10
2015-04-27regulator: Remove unneeded semicolonsKrzysztof Kozlowski1-5/+5
2015-01-16Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linusMark Brown1-4/+38
2015-01-08regulator: s2mps11: Fix wrong calculation of register offsetJonghwa Lee1-4/+38
2014-12-30Merge tag 'regulator-v3.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+12
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0