aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
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-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
2013-09-24regulator: core: Always use return value when regulator_dev_lookup() failsMark Brown
2013-09-23regulator: core: Fix return code for invalid parametersMark Brown
2013-09-20regulator: core: Fix default return value for _get()Mark Brown
2013-09-20regulator: core: set current constraints while setting machine constraintsLaxman Dewangan
2013-09-18regulator: core: add support for configuring turn-on time through constraintsLaxman Dewangan
2013-09-17regulator: core: Remove unused regulator_use_dummy_regulator()Mark Brown
2013-09-17regulator: core: Provide a dummy regulator with full constraintsMark Brown
2013-09-17regulator: core: Split devres code out into a separate fileMark Brown
2013-09-17regulator: core: Refactor devm_regulator_get* APIsAxel Lin
2013-09-17regulator: core: Fix a trivial typoSachin Kamat
2013-09-17regulator: core: Provide managed regulator registrationMark Brown
2013-09-10regulator: core: provide fixed voltage in desc for single voltage railLaxman Dewangan
2013-09-01Merge remote-tracking branch 'regulator/topic/ramp' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/helpers' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2013-08-29regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke
2013-08-18regulator: core: Use bool for exclusivitity flagMark Brown
2013-08-09regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.cAxel Lin
2013-08-07regulator: core: Move helpers for drivers out into a separate fileMark Brown
2013-08-07Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-he...Mark Brown
2013-07-31regulator: core: Provide hints to the core about optional suppliesMark Brown
2013-07-25regulator: core: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-18regulator: core: Ensure selector is mappedMark Brown
2013-07-18regulator: core: Allow fixed voltage range in multiple linear rangesAxel Lin
2013-07-18regulator: core: Use the power efficient workqueue for delayed powerdownMark Brown
2013-07-15regulator: core: Remove redundant checksYadwinder Singh Brar
2013-07-15regulator: core: Add support for disabling ramp delayYadwinder Singh Brar
2013-07-15regulator: core: Add helpers for multiple linear rangesMark Brown
2013-07-15regulator: core: Drop references on supply regulator when unregisteringMark Brown
2013-07-01Merge remote-tracking branch 'regulator/topic/linar' into regulator-nextMark Brown
2013-06-07regulator: core: add regulator_get_linear_step()Paul Walmsley