aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/act8865-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2022-11-24regulator: act8865-regulator: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-2/+2
2019-08-15regulator: act8865: operating mode and suspend state supportGravatar Raag Jadav 1-1/+186
2019-07-25regulator: act8865: fix ptr_ret.cocci warningsGravatar kbuild test robot 1-1/+1
2019-07-23regulator: act8865: support regulator-pull-down propertyGravatar Michał Mirosław 1-10/+31
2019-07-23regulator: act8865: rename fixed LDO opsGravatar Michał Mirosław 1-3/+3
2019-07-23regulator: act8865: Add support for act8600 chargerGravatar Maarten ter Huurne 1-0/+84
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-03-26regulator: act8865: Constify regulator_opsGravatar Axel Lin 1-2/+2
2019-03-26regulator: act8865: Convert to regulator core's simplified DT parsing codeGravatar Axel Lin 1-124/+19
2019-01-14regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingGravatar Axel Lin 1-2/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-3/+4
2016-07-14regulator: act8865: Fix missing of_node_put() in act8865_pdata_from_dt()Gravatar Wei Yongjun 1-6/+6
2016-03-28regulator: act8865: Configure register access for act8600Gravatar Maarten ter Huurne 1-1/+73
2016-03-28regulator: act8865: Pass of_node via act8865_regulator_dataGravatar Maarten ter Huurne 1-16/+12
2016-03-21regulator: act8865: Remove "too many regulators" error handlerGravatar Maarten ter Huurne 1-6/+0
2016-03-21regulator: act8865: Remove redundant dev lookupsGravatar Maarten ter Huurne 1-3/+2
2016-02-29regulator: act8865: Specify fixed voltage of 3.3V for ACT8600's REG9Gravatar Maarten ter Huurne 1-1/+1
2016-02-29regulator: act8865: Rename platform_data field to init_dataGravatar Maarten ter Huurne 1-2/+2
2016-02-29regulator: act8865: Remove "static" from local variableGravatar Maarten ter Huurne 1-1/+1
2015-10-02regulator: act8865: support output voltage by VSET2[] bitsGravatar Wenyou Yang 1-2/+22
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-03-07regulator: act8865: add input supply handlingGravatar Heiko Stuebner 1-27/+28
2015-03-06regulator: act8865: Add act8600 supportGravatar Zubair Lutfullah Kakakhel 1-1/+119
2014-12-01of: Rename "poweroff-source" property to "system-power-controller"Gravatar Romain Perier 1-1/+1
2014-10-22regulator: act8865: Add support to turn off all outputsGravatar Romain Perier 1-0/+31
2014-08-05regulator: act8865: fix build when OF is not enabledGravatar Beniamino Galvani 1-9/+20
2014-08-05regulator: act8865: add support for act8846Gravatar Beniamino Galvani 1-0/+71
2014-08-05regulator: act8865: prepare support for other act88xx devicesGravatar Beniamino Galvani 1-128/+83
2014-08-05regulator: act8865: set correct number of regulators in pdataGravatar Beniamino Galvani 1-1/+1
2014-08-05regulator: act8865: Remove error variable in act8865_pmic_probeGravatar Axel Lin 1-5/+4
2014-08-05regulator: act8865: fix parsing of platform dataGravatar Beniamino Galvani 1-8/+21
2014-03-10regulator: act8865: Remove unnecessary *rdev[] from struct act8865Gravatar Axel Lin 1-8/+5
2014-02-20regulator: act8865: Remove redundant error messageGravatar Sachin Kamat 1-4/+1
2014-02-18regulator: act8865: Add missing of_node_putGravatar Sachin Kamat 1-0/+1
2014-02-14regulator: act8865: Use of_get_child_by_nameGravatar Sachin Kamat 1-1/+1
2014-01-06regulator: act8865: Fix build error when !OFGravatar Axel Lin 1-1/+1
2013-12-31regulator: act8865: register all regulators regardless of how many are usedGravatar Wenyou Yang 1-7/+4
2013-12-30regulator: act8865: fix incorrect devm_kzalloc for act8865Gravatar Wenyou Yang 1-3/+1
2013-12-30regulator: act8865: Remove set_suspend_[en|dis]able implementationGravatar Axel Lin 1-2/+0
2013-12-30regulator: act8865: Remove unneeded regulator_unregister() callsGravatar Axel Lin 1-12/+0
2013-12-24regulator: act8865: add PMIC act8865 driverGravatar Wenyou Yang 1-0/+368