summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2014-09-17regulator: fan53555: fix wrong cast in probeHeiko Stübner1-1/+1
2014-09-17regulator: fan53555: add support for Silergy SYR82x regulatorsHeiko Stuebner1-15/+87
2014-09-17regulator: fan53555: add devicetree supportHeiko Stuebner1-4/+46
2014-09-16regulator: rk808: Add function for ramp delay for buck1/buck2Doug Anderson1-2/+55
2014-09-16regulator: fan53555: use set_ramp_delay to set the ramp up slew rateHeiko Stuebner1-11/+42
2014-09-16regulator: fan53555: enable vin supplyHeiko Stuebner1-0/+1
2014-09-12regulator: rk808: Fix missing of_node_putAxel Lin1-1/+2
2014-09-12regulator: rk808: Remove unused variablesAxel Lin1-26/+0
2014-09-10regulator: of: Add stub OF match function for !OF caseMark Brown1-0/+10
2014-09-10regulator: isl9305: REGULATOR_ISL9305 needs to select REGMAP_I2CAxel Lin1-0/+1
2014-09-10regulator: isl9305: Convert to new style DT parsingMark Brown1-51/+11
2014-09-10Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown3-3/+62
2014-09-10regulator: tps65217: Use simplified DT parsingMark Brown1-77/+29
2014-09-10Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown3-3/+62
2014-09-10regulator: of: Provide simplified DT parsing methodMark Brown3-3/+62
2014-09-10regulator: rk808: Remove pdata from the regulatorChris Zhong1-72/+17
2014-09-10regulator: remove unnecessary of_node_get() to parentGuodong Xu7-8/+7
2014-09-10regulator: tps65217: Remove unused driver_data from of_match tableMark Brown1-7/+7
2014-09-07regulator: bcm590xx: Remove unused **info field from struct bcm590xx_regAxel Lin1-8/+0
2014-09-07regulator: as3711: Remove unused fields from as3711_regulator_info and as3711...Axel Lin1-33/+28
2014-09-06regulator: hi6421: Fix misleading commentAxel Lin1-3/+3
2014-09-06regulator: tps65217: Remove spurious platform data checkMark Brown1-6/+2
2014-09-06regulator: isl9305: Add Intersil ISL9305/H driverMark Brown3-0/+254
2014-09-05regulator: da9211: Set of_match_table and export device tableAxel Lin1-14/+15
2014-09-05regulator: max77802: Remove duplicate rdev_get_id() callAxel Lin1-2/+2
2014-09-05regulator: hi6421: Fix misleading commentAxel Lin1-1/+1
2014-09-03regulator: da9211: Fix missing config.of_node settingAxel Lin1-0/+1
2014-09-02regulator: RK808: Add proper input supplies for rk808Doug Anderson1-1/+14
2014-09-02regulator: rk808: Fix n_voltages for DCDC4Axel Lin1-1/+1
2014-09-01regulator: max1586: of_get_max1586_platform_data() can be staticFengguang Wu1-1/+1
2014-09-01regulator: max1586: add device-tree supportRobert Jarzmik1-2/+79
2014-08-30regulator: rn5t618: add driver for Ricoh RN5T618 regulatorsBeniamino Galvani3-0/+150
2014-08-29regulator: da9211: fix coccinelle warningsFengguang Wu1-1/+1
2014-08-29regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner1-7/+56
2014-08-28regulator: rk808: Fix memory leakAxel Lin1-1/+1
2014-08-27regulator: max77802: set opmode to normal if off is read from hwJavier Martinez Canillas1-1/+11
2014-08-27regulator: da9211: support device treeJames Ban1-7/+78
2014-08-27regulator: rk808: remove redundant codeChris Zhong1-13/+4
2014-08-26regulator: RK808: modify for struct rk808 changeChris Zhong1-20/+14
2014-08-22regulator: rk808: Fix uninitialized valueDoug Anderson1-1/+1
2014-08-21regulator: hi6421: Remove unused fields from struct hi6421_regulator_infoAxel Lin1-27/+4
2014-08-20regulator: RK808: Add regulator driver for RK808Chris Zhong3-0/+421
2014-08-20regulator: max77802: Remove unused fields from struct max77802_regulator_prvAxel Lin1-2/+0
2014-08-19regulator: hi6421: style fix, else with a single return is not requiredGuodong Xu1-6/+6
2014-08-19regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu2-8/+11
2014-08-18regulator: Add driver for max77802 PMIC PMIC regulatorsJavier Martinez Canillas3-0/+588
2014-08-17regulator: da9211: Check return value of devm_kzalloc()Axel Lin1-0/+2
2014-08-17regulator: add driver for hi6421 voltage regulatorGuodong Xu3-0/+668
2014-08-17regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu1-0/+31
2014-08-17regulator: core: factor out delay function from _regulator_do_enableGuodong Xu1-34/+40