aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-08regulator: Allow parsing custom properties when using simplified DT parsingKrzysztof Kozlowski1-0/+13
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-0/+4
2014-11-26regulator: Add mode mapping function to struct regulator_descJavier Martinez Canillas1-0/+4
2014-10-20regulator: Add ena_gpio_initialized to regulator_configMarkus Pargmann1-0/+4
2014-09-30Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/hi6421' and 'regulator/topic/isl9305' into regulator-nextMark Brown1-1/+11
2014-09-10Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-isl9305Mark Brown1-0/+4
2014-09-10regulator: of: Provide simplified DT parsing methodMark Brown1-0/+4
2014-08-28regulator: fix kernel-doc warnings in header filesRandy Dunlap1-0/+2
2014-08-21regulator: core: Add back the const qualifier for ops of struct regulator_descAxel Lin1-1/+1
2014-08-18regulator: core: Fix build error due to const qualifier for opsAxel Lin1-1/+1
2014-08-16regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu1-0/+6
2014-08-16regulator: core: add const qualifier to ops in struct regulator_descGuodong Xu1-1/+1
2014-03-06regulator: helpers: Modify helpers enabling multi-bit controlCarlo Caione1-0/+8
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown1-2/+9
2013-10-24Merge remote-tracking branch 'regulator/topic/fixed' into regulator-nextMark Brown1-0/+2
2013-10-24Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextMark Brown1-0/+5
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin1-0/+9
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin1-2/+0
2013-09-17regulator: fix fatal kernel-doc errorRandy Dunlap1-0/+2
2013-09-17regulator: core: Provide managed regulator registrationMark Brown1-0/+5
2013-09-10regulator: core: provide fixed voltage in desc for single voltage railLaxman Dewangan1-0/+2
2013-07-15regulator: core: Add helpers for multiple linear rangesMark Brown1-0/+25
2013-04-28Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8Mark Brown1-2/+2
2013-04-28Merge remote-tracking branch 'regulator/topic/enable-invert' into v3.9-rc8Mark Brown1-0/+3
2013-04-18regulator: core: Add regulator_map_voltage_ascend() APIAxel Lin1-0/+2
2013-03-05regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits to disableAxel Lin1-0/+3
2013-03-04regulator: core: use regulator_ena_pin memberKim, Milo1-2/+0
2013-03-04regulator: core: support shared enable GPIO conceptKim, Milo1-0/+2
2013-03-01regulator: core: update kernel documentation for regulator_descNishanth Menon1-0/+2
2012-12-24regulator: core: Allow specify apply_[reg|bit] for regmap based voltage_sel operationsAxel Lin1-0/+6
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown1-0/+2
2012-11-27regulator: core: Allow specific minimal selector for starting linear mappingAxel Lin1-0/+2
2012-10-15regulator: core: Support for continuous voltage rangePawel Moll1-0/+3
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-nextMark Brown1-1/+17
2012-09-10regulator: core: Provide regmap get/set bypass operationsMark Brown1-0/+4
2012-09-10regulator: core: Support bypass modeMark Brown1-0/+10
2012-08-31regulator: Clarify documentation for regmap in the configMark Brown1-1/+2
2012-08-28regulator: Update comment for set_current_limit callback of struct regulator_opsAxel Lin1-0/+1
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown1-0/+23
2012-07-12regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak1-0/+2
2012-07-03regulator: core: Add core support for GPIO controlled enable linesMark Brown1-0/+11
2012-07-03regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown1-0/+4
2012-06-18regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin1-1/+1
2012-06-17regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar1-0/+3
2012-06-11regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.Yadwinder Singh Brar1-0/+5
2012-06-03regulator: core: Allow drivers to set voltage mapping table in regulator_descAxel Lin1-0/+5
2012-05-12regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown1-2/+13
2012-05-12regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown1-0/+4
2012-04-16regulator: core: Provide standard enable operations for regmap usersMark Brown1-0/+7
2012-04-16regulator: core: Provide regmap based voltage_sel operationsMark Brown1-0/+9