aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
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/tol' into regulator-nextMark Brown1-0/+8
2012-12-10Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown1-0/+4
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown1-0/+2
2012-12-10Merge remote-tracking branch 'regulator/topic/max8973' into regulator-nextMark Brown1-0/+72
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown3-50/+50
2012-12-06regulators: add regulator_can_change_voltage() functionMarek Szyprowski1-0/+1
2012-11-27Merge branches 'topic/da9055' and 'topic/tps51632' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-minMark Brown1-0/+47
2012-11-27regulator: core: Allow specific minimal selector for starting linear mappingAxel Lin1-0/+2
2012-11-21regulator: add missing prototype for regulator_is_supported_voltagePhilip Rakity1-0/+4
2012-11-20Merge branches 'topic/tps51632', 'topic/tps80031', 'topic/vexpress', 'topic/max8925', 'topic/gpio' and 'topic/tps65090' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-hotplugMark Brown3-50/+50
2012-11-19regulator: max8973: add regulator driver supportLaxman Dewangan1-0/+72
2012-11-14regulator: core: Add regulator_is_supported_voltage_tol()Mark Brown1-0/+8
2012-10-17regulator: tps65090: Register all regulators in single probe callLaxman Dewangan1-50/+0
2012-10-15regulator: core: Support for continuous voltage rangePawel Moll1-0/+3
2012-10-15regulator: tps51632: Add tps51632 regulator driverLaxman Dewangan1-0/+47
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 Brown4-1/+94
2012-09-10regulator: core: Provide regmap get/set bypass operationsMark Brown1-0/+4
2012-09-10regulator: core: Support bypass modeMark Brown3-0/+20
2012-09-10regulator: Fairchild fan53555 supportYunfan Zhang1-0/+60
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-08-08regulator: add a new API regulator_set_voltage_tol()Shawn Guo1-0/+7
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown4-0/+118
2012-07-22Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into regulator-nextMark Brown1-4/+7
2012-07-12regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak1-0/+2
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan1-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-07-01regulator: add missing defintion regulator_is_supported_voltagePhilip Rakity1-0/+6
2012-06-19regulator: extend the fixed dummy voltage regulator to accept voltageGuennadi Liakhovetski1-3/+3
2012-06-19regulator: support multiple dummy fixed regulatorsGuennadi Liakhovetski1-2/+5
2012-06-19regulator: add new regulator driver for lp872xKim, Milo1-0/+90
2012-06-18regulator: stubs: Make stub regulator_get_voltage() return an errorMark Brown1-1/+1
2012-06-18regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin2-2/+2
2012-06-17regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2-0/+6
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-14regulator: tps62360: support force PWM mode via regulator modeLaxman Dewangan1-2/+0
2012-05-13regulator: tps62360: make init_data of platform data to pointer.Laxman Dewangan1-3/+1
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-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-0/+18
2012-05-04regulator: Add generic DT parsing for regulatorsThierry Reding1-0/+18
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
2012-04-16regulator: core: Allow drivers to pass in a regmapMark Brown1-0/+4
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-5/+3
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-5/+26