summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2016-09-18regulator: core: Try full range when adjusting regulators to constraintsChen-Yu Tsai
2016-06-09regulator: Remove regulator_can_change_voltage()Mark Brown
2016-05-13Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic...Mark Brown
2016-05-13Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown
2016-05-13Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2016-05-13Merge remote-tracking branch 'regulator/topic/bypass' into regulator-nextMark Brown
2016-05-13Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/d...Mark Brown
2016-04-27regulator: core: Add early supply resolution for regulatorsJon Hunter
2016-04-27Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2016-04-25regulator: refactor valid_ops_mask checking codeWEN Pingbo
2016-04-22regulator: core: Move registration of regulator deviceJon Hunter
2016-04-22Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
2016-04-22regulator: core: Clear the supply pointer if enabling failsJon Hunter
2016-04-22regulator: core: Don't terminate supply resolution earlyJon Hunter
2016-04-22regulator: core: Add debugfs to show constraint flagsRichard Fitzgerald
2016-04-18regulator: core: remove lockdep assert from suspend_prepareTero Kristo
2016-04-13regulator: core: Fix locking of GPIO list on freeMark Brown
2016-04-13regulator: reorder initialization steps in regulator_register()Boris Brezillon
2016-04-12regulator: core: Use parent voltage from the supply when bypassedMark Brown
2016-03-30regulator: Fix deadlock during regulator registrationJon Hunter
2016-03-29regulator: core: Log when we bring constraints into rangeMark Brown
2016-03-28regulator: Try to resolve regulators supplies on registrationJavier Martinez Canillas
2016-03-27regulator: core: Ensure we are at least in bounds for our constraintsMark Brown
2016-03-25regulator: core: Remove duplicate copy of active-discharge parsingVladimir Zapolskiy
2016-03-21regulator: Remove unneded check for regulator supplyJavier Martinez Canillas
2016-03-13Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/ma...Mark Brown
2016-03-13Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/...Mark Brown
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan
2016-02-25regulator: core: fix crash in error path of regulator_registerKrzysztof Adamski
2016-02-25Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown
2016-02-22regulator: core: Request GPIO before creating sysfs entriesKrzysztof Adamski
2016-01-27regulator: core: Rely on regulator_dev_release to free constraintsCharles Keepax
2016-01-12Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/mt6...Mark Brown
2016-01-12Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm36...Mark Brown
2016-01-12Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2016-01-07regulator: core: remove some dead codeDan Carpenter
2016-01-05regulator: core: use dev_to_rdevGeliang Tang
2015-12-02regulator: core: Fix nested locking of suppliesThierry Reding
2015-12-02regulator: core: Ensure we lock all regulatorsMark Brown
2015-11-27regulator: core: fix regulator_lock_supply regressionArnd Bergmann
2015-11-20regulator: core: avoid unused variable warningArnd Bergmann
2015-11-17regulator: Make bulk API support optional suppliesBjorn Andersson
2015-11-04Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps...Mark Brown
2015-11-04Merge remote-tracking branch 'regulator/topic/list' into regulator-nextMark Brown
2015-11-04Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2015-11-04regulator: Use regulator_lock_supply() for get_voltage() tooMark Brown
2015-10-22regulator: core: Propagate voltage changes to supply regulatorsSascha Hauer
2015-10-20regulator: core: Factor out regulator_map_voltageSascha Hauer
2015-10-16regulator: core: create unlocked version of regulator_set_voltageSascha Hauer