summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-2061-67/+0
* Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds2014-10-151-76/+4
|\
| * regulator/mfd: max14577: Export symbols for calculating charger currentKrzysztof Kozlowski2014-09-241-76/+4
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...Mark Brown2014-09-303-101/+89
|\ \ \ \
| | | * | regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner2014-08-291-7/+56
| | | |/
| | * | regulator: tps65910: Allow missing init_data for diagnosticsAxel Lin2014-08-161-11/+2
| | |/
| * | regulator: tps65217: Use simplified DT parsingMark Brown2014-09-101-77/+29
| * | Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2014-09-103-3/+62
| |\ \
| * | | regulator: tps65217: Remove unused driver_data from of_match tableMark Brown2014-09-091-7/+7
| * | | regulator: tps65217: Remove spurious platform data checkMark Brown2014-09-061-6/+2
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'regulator/topic/rk808', 'regulator/topic/rn5t...Mark Brown2014-09-306-282/+673
|\ \ \ \ \
| | | * | | regulator: s2mps11: Optimize the regulator description macroAmit Daniel Kachhap2014-08-161-174/+85
| | | * | | regulator: s2mpa01: Optimize the regulator description macroAmit Daniel Kachhap2014-08-161-98/+36
| | | * | | regulator: s2mpxxx: Move regulator min/step voltages in common placeAmit Daniel Kachhap2014-08-162-41/+41
| | | |/ /
| | * | | regulator: rn5t618: add driver for Ricoh RN5T618 regulatorsBeniamino Galvani2014-08-303-0/+150
| * | | | regulator: rk808: Add function for ramp delay for buck1/buck2Doug Anderson2014-09-161-2/+55
| * | | | regulator: rk808: Fix missing of_node_putAxel Lin2014-09-121-1/+2
| * | | | regulator: rk808: Remove unused variablesAxel Lin2014-09-121-26/+0
| * | | | regulator: rk808: Remove pdata from the regulatorChris Zhong2014-09-101-72/+17
| * | | | regulator: RK808: Add proper input supplies for rk808Doug Anderson2014-09-021-1/+14
| * | | | regulator: rk808: Fix n_voltages for DCDC4Axel Lin2014-09-021-1/+1
| * | | | regulator: rk808: Fix memory leakAxel Lin2014-08-281-1/+1
| * | | | regulator: rk808: remove redundant codeChris Zhong2014-08-271-13/+4
| * | | | regulator: RK808: modify for struct rk808 changeChris Zhong2014-08-261-20/+14
| * | | | regulator: rk808: Fix uninitialized valueDoug Anderson2014-08-211-1/+1
| |/ / /
| * | | regulator: RK808: Add regulator driver for RK808Chris Zhong2014-08-203-0/+421
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'regulator/topic/max1586', 'regulator/topic/ma...Mark Brown2014-09-305-2/+685
|\ \ \ \ \
| | | * | | regulator: of: Add stub OF match function for !OF caseMark Brown2014-09-101-0/+10
| | | | |/ | | | |/|
| | * | | regulator: max77802: Remove duplicate rdev_get_id() callAxel Lin2014-09-051-2/+2
| | * | | regulator: max77802: set opmode to normal if off is read from hwJavier Martinez Canillas2014-08-271-1/+11
| | * | | regulator: max77802: Remove unused fields from struct max77802_regulator_prvAxel Lin2014-08-201-2/+0
| | * | | regulator: Add driver for max77802 PMIC PMIC regulatorsJavier Martinez Canillas2014-08-183-0/+588
| | | |/ | | |/|
| * | | regulator: max1586: of_get_max1586_platform_data() can be staticFengguang Wu2014-09-011-1/+1
| * | | regulator: max1586: add device-tree supportRobert Jarzmik2014-09-011-2/+79
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/en...Mark Brown2014-09-3013-277/+2342
|\ \ \ \ \ \ \
| | | | | * | | regulator: isl9305: REGULATOR_ISL9305 needs to select REGMAP_I2CAxel Lin2014-09-101-0/+1
| | | | | * | | regulator: isl9305: Convert to new style DT parsingMark Brown2014-09-101-51/+11
| | | | | * | | Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2014-09-103-3/+62
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/|
| | | | | | * | regulator: of: Provide simplified DT parsing methodMark Brown2014-09-103-3/+62
| | | | | | |/
| | | | | * | regulator: isl9305: Add Intersil ISL9305/H driverMark Brown2014-09-063-0/+254
| | | | * | | regulator: hi6421: Fix misleading commentAxel Lin2014-09-061-3/+3
| | | | * | | regulator: hi6421: Fix misleading commentAxel Lin2014-09-051-1/+1
| | | | * | | regulator: hi6421: Remove unused fields from struct hi6421_regulator_infoAxel Lin2014-08-211-27/+4
| | | | * | | regulator: hi6421: style fix, else with a single return is not requiredGuodong Xu2014-08-191-6/+6
| | | | |/ /
| | | | * | regulator: add driver for hi6421 voltage regulatorGuodong Xu2014-08-163-0/+668
| | | * | | regulator: fan53555: Fix null pointer dereferenceAxel Lin2014-09-181-1/+1
| | | * | | regulator: fan53555: Fixup report wrong vendor messageAxel Lin2014-09-181-2/+1
| | | * | | regulator: fan53555: fix wrong cast in probeHeiko Stübner2014-09-171-1/+1
| | | * | | regulator: fan53555: add support for Silergy SYR82x regulatorsHeiko Stuebner2014-09-161-15/+87
| | | * | | regulator: fan53555: add devicetree supportHeiko Stuebner2014-09-161-4/+46
OpenPOWER on IntegriCloud