summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | | * | | regulator: fan53555: use set_ramp_delay to set the ramp up slew rateHeiko Stuebner2014-09-161-11/+42
| | | * | | regulator: fan53555: enable vin supplyHeiko Stuebner2014-09-151-0/+1
| | | | |/ | | | |/|
| | * | | regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu2014-08-192-8/+11
| | | |/ | | |/|
| | * | regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu2014-08-161-0/+31
| | * | regulator: core: factor out delay function from _regulator_do_enableGuodong Xu2014-08-161-34/+40
| | * | regulator: core: add const qualifier to ops in struct regulator_descGuodong Xu2014-08-161-12/+12
| | |/
| * | Merge remote-tracking branch 'regulator/topic/sky81452' into regulator-driversMark Brown2014-09-283-0/+142
| |\ \
| | * | regulator: sky81452: Adding Skyworks SKY81452 regulator driverGyungoh Yoo2014-08-163-0/+142
| | |/
| * | Merge remote-tracking branch 'regulator/topic/pwm' into regulator-driversMark Brown2014-09-284-197/+205
| |\ \
| | * | regulator: pwm-regulator: get voltage and duty table from dtsChris Zhong2014-09-284-197/+205
| | |/
| * | regulator: qcom_rpm: Fix FORCE_MODE_IS_2_BITS macroAxel Lin2014-09-261-1/+1
| * | regulator: qcom_rpm: Don't explicitly initialise the first field of configAxel Lin2014-09-261-1/+1
| * | regulator: qcom-rpm: Regulator driver for the Qualcomm RPMBjorn Andersson2014-09-243-0/+811
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'regulator/topic/as3711', 'regulator/topic/axp...Mark Brown2014-09-306-69/+190
|\ \ \ \ \
| | | | * | regulator: da9211: Set of_match_table and export device tableAxel Lin2014-09-051-14/+15
| | | | * | regulator: da9211: Fix missing config.of_node settingAxel Lin2014-09-031-0/+1
| | | | * | regulator: da9211: fix coccinelle warningsFengguang Wu2014-08-291-1/+1
| | | | * | regulator: da9211: support device treeJames Ban2014-08-271-7/+78
| | | | * | regulator: da9211: Check return value of devm_kzalloc()Axel Lin2014-08-171-0/+2
| | | | * | regulator: da9211: support DA9213James Ban2014-08-163-26/+85
| | | | |/
OpenPOWER on IntegriCloud