summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2015-03-28regulator: core: Fix enable GPIO reference countingDoug Anderson
2015-03-28regulator: Only enable disabled regulators on resumeJavier Martinez Canillas
2015-02-05regulator: core: fix race condition in regulator_put()Ashay Jaiswal
2014-09-30Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...Mark Brown
2014-09-30Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/en...Mark Brown
2014-09-10Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown
2014-09-10regulator: of: Provide simplified DT parsing methodMark Brown
2014-08-29regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner
2014-08-19regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu
2014-08-16regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu
2014-08-16regulator: core: factor out delay function from _regulator_do_enableGuodong Xu
2014-08-16regulator: core: add const qualifier to ops in struct regulator_descGuodong Xu
2014-08-05Merge remote-tracking branches 'regulator/topic/da9211', 'regulator/topic/get...Mark Brown
2014-07-29regulator: core: Allow to get voltage count and list from parentJavier Martinez Canillas
2014-07-29regulator: core: Get voltage from parent if not availableJavier Martinez Canillas
2014-07-25regulator: Add helpers for low-level register accessTuomas Tynkkynen
2014-06-30regulator: core: convert to use gpio_desc internallyRussell King
2014-06-05regulator: core: print error value when constraints are not appliedNishanth Menon
2014-06-02Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown
2014-06-02Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2014-06-01regulator: core: Fix the init of DT defined fixed regulatorsAlban Bedel
2014-06-01regulator: core: Disable unused regulators after deferred probing is doneSaravana Kannan
2014-06-01regulator: Don't disable unused regulators we don't have permission forMark Brown
2014-05-28regulator: Fix regulator_get_{optional,exclusive}() documentationStephen Boyd
2014-05-26regulator: core: Use map_voltage_linear_range by default for list_voltage_lin...Axel Lin
2014-05-23regulator: Constify the pointer to alias name arrayLee Jones
2014-04-14regulator: core: Get and put regulator of_nodeCharles Keepax
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-03-26Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2014-03-04Merge tag 'regulator-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-02-25regulator: core: Replace direct ops->disable usageMarkus Pargmann
2014-02-25regulator: core: Replace direct ops->enable usageMarkus Pargmann
2014-02-23Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown
2014-02-21regulator: core: Change dummy supplies error message to a warningShuah Khan
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-02-07regulator: core: Allow regulator_set_voltage for fixed regulatorsBjorn Andersson
2014-01-28regulator: core: Correct default return value for full constraintsMark Brown
2014-01-08regulator: core: Fix checkpatch issueJingoo Han
2013-12-17regulator: core: don't print an error when no regulator is foundHans de Goede
2013-12-13Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linusMark Brown
2013-11-27regulator: core: Check for DT every time we check full constraintsMark Brown
2013-11-27regulator: core: Replace checks of have_full_constraints with a functionMark Brown
2013-11-13regulator: fixed: fix regulator_list_voltage() for regressionGuennadi Liakhovetski
2013-10-24Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown
2013-10-24Merge remote-tracking branch 'regulator/topic/fixed' into regulator-nextMark Brown
2013-10-24Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2013-10-18regulator: core: Add ability to create a lookup alias for supplyCharles Keepax
2013-10-04regulator: core: Always warn when using a dummy regulatorMark Brown
2013-09-30regulator: core: Reduce busy-wait loopingThierry Reding