aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ltc3589.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-26regulator: ltc3589: Switch to SPDX identifierAxel Lin1-18/+6
2019-04-26regulator: ltc3589: Get rid of struct ltc3589_regulatorAxel Lin1-38/+31
2019-04-26regulator: ltc3589: Convert to use simplified DT parsingAxel Lin1-136/+58
2019-03-13regulator: ltc3589: Fix notifier mutex lock warningSteve Twiss1-2/+8
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2017-08-21regulator: ltc3589: constify i2c_device_idArvind Yadav1-1/+1
2017-02-21regulator: ltc3589: Add OF device ID tableJavier Martinez Canillas1-1/+24
2017-01-31regulator: ltc3589: constify regulator_ops structureBhumika Goyal1-4/+4
2016-02-12regulator: ltc3589: Make IRQ optionalBernhard Walle1-6/+9
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp', 'regulator/topic/owner', 'regulator/topic/pfuze100' and 'regulator/topic/pwm' into regulator-nextMark Brown1-1/+0
2015-08-30regulator: ltc3589: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-07regulator: ltc3589: Constify ltc3589_reg_defaultsAxel Lin1-1/+1
2014-09-26regulator: ltc3589: fix broken voltage transitionsSteffen Trumtrar1-0/+1
2014-08-05Merge remote-tracking branches 'regulator/topic/lp8755', 'regulator/topic/ltc3589', 'regulator/topic/max8952', 'regulator/topic/mc13xxx' and 'regulator/topic/palmas' into regulator-nextMark Brown1-1/+1
2014-06-21regulator: ltc3589: Staticize ltc3589_reg_defaultsSachin Kamat1-1/+1
2014-06-16regulator: ltc3589: Use of_get_child_by_nameAxel Lin1-1/+1
2014-05-27regulator: ltc3589: Remove ltc3589_list_voltage_fixed functionAxel Lin1-13/+2
2014-05-26regulator: Add LTC3589 supportPhilipp Zabel1-0/+565