aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown1-2/+3
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-5/+3
2012-04-04regulator: core: Constify the regulator_desc passed in when registeringMark Brown1-2/+3
2012-04-02regulator: fixed: Support for open drain gpio pinLaxman Dewangan1-0/+7
2012-04-01regulator: Add TPS65090 regulator driverVenu Byravarasu1-0/+50
2012-03-29regulator: Fix comments in include/linux/regulator/machine.hAxel Lin1-5/+3
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+69
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-24/+0
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+2
2012-03-24Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into next/driversArnd Bergmann5-6/+94
2012-03-18Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown1-2/+0
2012-03-18Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/stub' into regulator-nextMark Brown1-0/+22
2012-03-18Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown1-0/+13
2012-03-18Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-0/+57
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+2
2012-03-07regulator: Remove bq24022 regulator driverHeiko Stübner1-24/+0
2012-03-06mfd: Support AB9540 ab8500 variantLinus Walleij1-1/+69
2012-03-03regulator: provide a helper for registering a fixed regulatorSascha Hauer1-0/+13
2012-02-21regulator: Remove ifdefs for debugfs codeStephen Boyd1-2/+0
2012-02-16regulator: fix wrong header name in descriptionKim, Milo1-2/+2
2012-02-02regulator: Remove support for supplies specified by struct deviceMark Brown1-2/+0
2012-01-29regulator: Add devm_regulator_put in consumer.hAxel Lin1-1/+5
2012-01-27regulator: Add empty devm_regulator_bulk_get for !CONFIG_REGULATORAxel Lin1-0/+6
2012-01-22regulator: Provide devm_regulator_bulk_get()Mark Brown1-0/+2
2012-01-22regulator: Implement devm_regulator_free()Mark Brown1-0/+1
2012-01-20regulator: Add devm_regulator_get()Stephen Boyd1-0/+9
2012-01-20regulator: TPS62360: Add tps62360 regulator driverLaxman Dewangan1-0/+57
2012-01-03regulator: add regulator_bulk_force_disable functionDonggeun Kim1-0/+8
2012-01-02regulator: add regulator_force_disable() definition for !CONFIG_REGULATORMyungJoo Ham1-0/+5
2011-12-05regulator: pass device_node to of_get_regulator_init_data()Shawn Guo1-2/+4
2011-11-23regulator: map consumer regulator based on device treeRajendra Nayak1-0/+2
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-11-23regulator: helper routine to extract regulator_init_dataRajendra Nayak1-0/+20
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-01Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds2-1/+88
2011-10-31regulator: Fix implicit use of notifier.h by driver.hPaul Gortmaker1-0/+1
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+10
2011-10-14regulator: Constify constraints nameMark Brown1-1/+1
2011-10-09regulator: Add driver for gpio-controlled regulatorsHeiko Stübner1-0/+87