aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc', 'regulator/topic/fan53555', 'regulator/topic/gpio' and 'regulator/topic/ilim' into regulator-nextMark Brown1-0/+27
2015-06-12regulator: Add input current limit supportStephen Boyd1-0/+9
2015-06-12regulator: Add soft start supportStephen Boyd1-0/+8
2015-06-12regulator: Add pull down supportStephen Boyd1-0/+8
2015-06-12regulator: Add system_load constraintStephen Boyd1-0/+2
2015-06-10regulator: core: replace sprintf with scnprintfStefan Wahren1-19/+24
2015-06-10Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-coreMark Brown1-2/+2
2015-06-10regulator: core: fix constraints output bufferStefan Wahren1-1/+1
2015-06-09regulator: core: Don't corrupt display when printing uV offsetsMark Brown1-1/+1
2015-06-03regulator: core: Don't spew backtraces on duplicate sysfsStephen Boyd1-2/+2
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-nextMark Brown1-4/+4
2015-04-10Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/load-op', 'regulator/topic/max77693' and 'regulator/topic/max8660' into regulator-nextMark Brown1-15/+24
2015-04-10Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-37/+175
2015-04-10Merge branch 'topic/debugfs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-coreMark Brown1-1/+119
2015-04-10regulator: output current-limit for all regulators in summaryHeiko Stübner1-19/+5
2015-04-10regulator: add a summary tree in debugfsHeiko Stübner1-0/+121
2015-04-01regulator: Defer lookup of supply to regulator_getBjorn Andersson1-36/+56
2015-03-27regulator: Ensure unique regulator debugfs directory namesGuenter Roeck1-1/+12
2015-03-16Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps65910' into regulator-linusMark Brown1-17/+17
2015-03-09regulator: Rename regulator_set_optimum_modeBjorn Andersson1-4/+4
2015-03-08regulator: core: Fix enable GPIO reference countingDoug Anderson1-14/+12
2015-03-08regulator: Only enable disabled regulators on resumeJavier Martinez Canillas1-3/+5
2015-03-04regulator: Fix regression due to NULL constraints checkTakashi Iwai1-7/+0
2015-02-23regulator: core: Introduce set_load opBjorn Andersson1-15/+24
2015-02-08Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mode', 'regulator/topic/mt6397', 'regulator/topic/pfuze100' and 'regulator/topic/qcom-rpm' into regulator-nextMark Brown1-77/+35
2015-02-08Merge remote-tracking branch 'regulator/topic/dt-cb' into regulator-nextMark Brown1-5/+17
2015-02-08Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-130/+111
2015-02-02regulator: Build sysfs entries with static attribute groupsTakashi Iwai1-127/+108
2015-01-28regulator: core: Consolidate drms update handlingBjorn Andersson1-77/+35
2015-01-14regulator: Update documentation after renaming function argumentKrzysztof Kozlowski1-1/+1
2015-01-09Merge branch 'topic/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-dt-cbMark Brown1-3/+3
2015-01-08regulator: Allow parsing custom properties when using simplified DT parsingKrzysztof Kozlowski1-1/+1
2015-01-08regulator: Copy config passed during registrationKrzysztof Kozlowski1-3/+15
2015-01-08regulator: core: fix race condition in regulator_put()Ashay Jaiswal1-1/+3
2014-12-29regulator: core: Fix format specifier warningAniroop Mathur1-1/+1
2014-12-29regulator: core: Avoid negative regulator no & initialize it to -1Aniroop Mathur1-3/+3
2014-12-05Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/disable', 'regulator/topic/dummy' and 'regulator/topic/gpio' into regulator-nextMark Brown1-1/+18
2014-12-04regulator: core: Fix regualtor_ena_gpio_free not to access pin after freeingSeung-Woo Kim1-0/+2
2014-11-24regulator: core: Add PRE_DISABLE notificationRichard Fitzgerald1-0/+16
2014-10-31regulator: Lower priority of constraint loggingMark Brown1-1/+1
2014-10-20regulator: Add ena_gpio_initialized to regulator_configMarkus Pargmann1-1/+2
2014-09-30Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/tps65910' and 'regulator/topic/voltage-ev' into regulator-nextMark Brown1-7/+56
2014-09-30Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/hi6421' and 'regulator/topic/isl9305' into regulator-nextMark Brown1-53/+94
2014-09-10Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-isl9305Mark Brown1-3/+7
2014-09-10regulator: of: Provide simplified DT parsing methodMark Brown1-3/+7
2014-08-29regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner1-7/+56
2014-08-19regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu1-4/+4
2014-08-16regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu1-0/+31
2014-08-16regulator: core: factor out delay function from _regulator_do_enableGuodong Xu1-34/+40
2014-08-16regulator: core: add const qualifier to ops in struct regulator_descGuodong Xu1-12/+12