summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/dis...Mark Brown2014-12-051-1/+18
|\ \ \
| | | * regulator: Add ena_gpio_initialized to regulator_configMarkus Pargmann2014-10-201-1/+2
| | |/ | |/|
| | * regulator: core: Add PRE_DISABLE notificationRichard Fitzgerald2014-11-241-0/+16
| |/
* | regulator: core: Fix regualtor_ena_gpio_free not to access pin after freeingSeung-Woo Kim2014-12-041-0/+2
* | regulator: Lower priority of constraint loggingMark Brown2014-10-311-1/+1
|/
*---. Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...Mark Brown2014-09-301-7/+56
|\ \ \
| | | * regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner2014-08-291-7/+56
| | |/
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/en...Mark Brown2014-09-301-53/+94
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | * | Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2014-09-101-3/+7
| | | |\ \ | | |/ / / | | | | _
| | | * regulator: of: Provide simplified DT parsing methodMark Brown2014-09-101-3/+7
| |_|/ |/| |
| * | regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu2014-08-191-4/+4
| |/
| * regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu2014-08-161-0/+31
| * regulator: core: factor out delay function from _regulator_do_enableGuodong Xu2014-08-161-34/+40
| * regulator: core: add const qualifier to ops in struct regulator_descGuodong Xu2014-08-161-12/+12
|/
*---. Merge remote-tracking branches 'regulator/topic/da9211', 'regulator/topic/get...Mark Brown2014-08-051-9/+84
|\ \ \
| | | * regulator: core: convert to use gpio_desc internallyRussell King2014-06-301-9/+13
| | |/ | |/|
| | * regulator: Add helpers for low-level register accessTuomas Tynkkynen2014-07-251-0/+71
| |/
* | regulator: core: Allow to get voltage count and list from parentJavier Martinez Canillas2014-07-291-6/+17
* | regulator: core: Get voltage from parent if not availableJavier Martinez Canillas2014-07-291-0/+2
* | regulator: core: print error value when constraints are not appliedNishanth Menon2014-06-051-3/+5
|/
*-. Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown2014-06-021-1/+2
|\ \
| | * regulator: core: Get and put regulator of_nodeCharles Keepax2014-04-141-1/+2
| |/
* | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2014-06-021-10/+12
|\ \
| * | regulator: Fix regulator_get_{optional,exclusive}() documentationStephen Boyd2014-05-281-7/+4
| * | regulator: core: Use map_voltage_linear_range by default for list_voltage_lin...Axel Lin2014-05-261-0/+4
| * | regulator: Constify the pointer to alias name arrayLee Jones2014-05-231-3/+4
| |/
* | regulator: core: Fix the init of DT defined fixed regulatorsAlban Bedel2014-06-011-7/+16
* | regulator: core: Disable unused regulators after deferred probing is doneSaravana Kannan2014-06-011-1/+1
* | regulator: Don't disable unused regulators we don't have permission forMark Brown2014-06-011-2/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-201-9/+15
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2014-03-261-0/+14
|\ \ \
| * | | regulator: core: Allow regulator_set_voltage for fixed regulatorsBjorn Andersson2014-02-071-0/+14
* | | | Merge tag 'regulator-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-03-041-28/+20
|\ \ \ \
| * | | | regulator: core: Replace direct ops->disable usageMarkus Pargmann2014-02-251-21/+13
| * | | | regulator: core: Replace direct ops->enable usageMarkus Pargmann2014-02-251-7/+7
* | | | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2014-02-231-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | regulator: core: Change dummy supplies error message to a warningShuah Khan2014-02-211-1/+1
| |/ /
* | | regulator: core: Correct default return value for full constraintsMark Brown2014-01-281-1/+8
|/ /
* | regulator: core: Fix checkpatch issueJingoo Han2014-01-081-7/+5
* | regulator: core: don't print an error when no regulator is foundHans de Goede2013-12-171-1/+2
|/
* Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linusMark Brown2013-12-131-3/+8
|\
| * regulator: core: Check for DT every time we check full constraintsMark Brown2013-11-271-1/+1
| * regulator: core: Replace checks of have_full_constraints with a functionMark Brown2013-11-271-3/+8
* | regulator: fixed: fix regulator_list_voltage() for regressionGuennadi Liakhovetski2013-11-131-0/+3
|/
* Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown2013-10-241-34/+15
|\
| * regulator: core: Always warn when using a dummy regulatorMark Brown2013-10-041-7/+2
| * regulator: core: Always use return value when regulator_dev_lookup() failsMark Brown2013-09-241-1/+2
| * regulator: core: Fix default return value for _get()Mark Brown2013-09-201-1/+1
OpenPOWER on IntegriCloud