summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2015-10-01regulator: core: create unlocked version of regulator_list_voltageSascha Hauer
2015-10-01regulator: core: introduce function to lock regulators and its suppliesSascha Hauer
2015-10-01regulator: core: Handle probe deferral from DT when resolving suppliesMark Brown
2015-09-21Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown
2015-09-21regulator: core: Remove regulator_listTomeu Vizoso
2015-09-17regulator: core: Correct return value check in regulator_resolve_supplyCharles Keepax
2015-09-16regulator: core: Make error messages more informativeStephen Boyd
2015-09-08Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown
2015-09-02regulator: core: fix possible NULL dereferenceSudip Mukherjee
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...Mark Brown
2015-08-30Merge remote-tracking branches 'regulator/topic/da9210', 'regulator/topic/da9...Mark Brown
2015-08-30Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2015-08-28regulator: core: use debug level print in regulator_check_drmsArchit Taneja
2015-08-17regulator: core: Use IS_ERR_OR_NULL()Viresh Kumar
2015-08-14regulator: core: Print at debug level on debugfs creation failureStephen Boyd
2015-08-13regulator: core: Spelling fixViresh Kumar
2015-08-12regulator: core: Use class device list for regulator_list in late initMark Brown
2015-08-12regulator: core: Move more deallocation into class unregisterMark Brown
2015-08-12regulator: core: Reduce rdev locking region when releasing regulatorMark Brown
2015-08-07regulator: core: Drop regulator_list_mutex when we're done with it on removeMark Brown
2015-07-24regulator: Add over current protection (OCP) supportStephen Boyd
2015-07-24Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max897...Mark Brown
2015-07-16regulator: core: Fix memory leak in regulator_resolve_supply()Javier Martinez Canillas
2015-07-16regulator: core: Increase refcount for regulator supply's moduleJavier Martinez Canillas
2015-07-15regulator: core: Handle full constraints systems when resolving suppliesMark Brown
2015-07-06regulator: Add lockdep asserts to help detecting locking misuseKrzysztof Kozlowski
2015-06-22Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc...Mark Brown
2015-06-12regulator: Add input current limit supportStephen Boyd
2015-06-12regulator: Add soft start supportStephen Boyd
2015-06-12regulator: Add pull down supportStephen Boyd
2015-06-12regulator: Add system_load constraintStephen Boyd
2015-06-10regulator: core: replace sprintf with scnprintfStefan Wahren
2015-06-10Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown
2015-06-10regulator: core: fix constraints output bufferStefan Wahren
2015-06-09regulator: core: Don't corrupt display when printing uV offsetsMark Brown
2015-06-03regulator: core: Don't spew backtraces on duplicate sysfsStephen Boyd
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Mark Brown
2015-04-10Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/loa...Mark Brown
2015-04-10Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2015-04-10Merge branch 'topic/debugfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
2015-04-10regulator: output current-limit for all regulators in summaryHeiko Stübner
2015-04-10regulator: add a summary tree in debugfsHeiko Stübner
2015-04-01regulator: Defer lookup of supply to regulator_getBjorn Andersson
2015-03-27regulator: Ensure unique regulator debugfs directory namesGuenter Roeck
2015-03-16Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix...Mark Brown
2015-03-09regulator: Rename regulator_set_optimum_modeBjorn Andersson
2015-03-08regulator: core: Fix enable GPIO reference countingDoug Anderson
2015-03-08regulator: Only enable disabled regulators on resumeJavier Martinez Canillas
2015-03-04regulator: Fix regression due to NULL constraints checkTakashi Iwai