aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
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-6/+147
2012-09-10regulator: core: Provide regmap get/set bypass operationsMark Brown1-0/+41
2012-09-10regulator: core: Support bypass modeMark Brown1-0/+85
2012-09-08regulator: core: Try using the parent device for the default regmapAnilKumar Ch1-1/+3
2012-09-08regulator: core: Fast path non-deferred disablesMark Brown1-0/+3
2012-09-07regulator: core: Report microvolts in sysfs even with only list_voltage()Mark Brown1-1/+2
2012-08-28regulator: fix kernel-doc warnings in drivers/regulator/core.cRandy Dunlap1-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-20regulator: fix kernel-doc warnings in drivers/regulator/core.cRandy Dunlap1-2/+2
2012-08-09regulator: core: request only valid gpio pins for regulator enableMarek Szyprowski1-1/+1
2012-08-09regulator: core: Use list_voltage() to read single voltage regulatorsMark Brown1-0/+2
2012-08-08regulator: make the dummy regulator's print_constraint more helpfulUwe Kleine-König1-0/+3
2012-08-07regulator: core: Fix cast to pointer from integer of different size warningAxel Lin1-2/+5
2012-08-04regulator: core: increment open_count when regulator supply is setLaxman Dewangan1-0/+1
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown1-48/+163
2012-07-22Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into regulator-nextMark Brown1-0/+12
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams1-1/+1
2012-07-15Merge tag 'v3.5-rc7' into regulator-driversMark Brown1-5/+5
2012-07-12regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak1-1/+4
2012-07-12regulator: Fix a typo in regulator_mode_to_status() core function.Krystian Garbaciak1-1/+1
2012-07-06regulator: core: Mark all DT based boards as having full constraintsMark Brown1-0/+9
2012-07-05regulator: core: remove sysfs entry properly in regulator_putShawn Guo1-4/+3
2012-07-03regulator: core: Add core support for GPIO controlled enable linesMark Brown1-1/+34
2012-07-03regulator: core: Factor out enable and disable operations some moreMark Brown1-42/+68
2012-07-03regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown1-1/+1
2012-07-03regulator: core: Check that the selector from map_voltage() is validMark Brown1-8/+18
2012-07-03regulator: core: Support fixed voltages in regulator_is_supported_voltage()Mark Brown1-0/+10
2012-07-03regulator: Fix recursive mutex lockdep warningStephen Boyd1-5/+5
2012-06-27regulator: core: Remove unused get_device_regulatorFabio Estevam1-22/+0
2012-06-26regulator: core: Allow multiple requests of a single supply mappingMark Brown1-44/+5
2012-06-26regulator: core: Check for failed voltage sets before checking for delayMark Brown1-1/+1
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversMark Brown1-0/+3
2012-06-23regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_selAxel Lin1-14/+9
2012-06-23regulator: core: Add export of regulator_set_voltage_time_sel()Mark Brown1-0/+1
2012-06-18regulator: Fix double free in devm_regulator_put()Mark Brown1-3/+1
2012-06-18regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin1-2/+2
2012-06-18regulator: core: Support table based mapping in regulator_set_voltage_time_selAxel Lin1-12/+25
2012-06-17regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar1-4/+19
2012-06-17regulator: core.c Only delay when setting voltage requires thisPhilip Rakity1-7/+7
2012-06-17regulator: core.c Pass voltage to notifier when setting voltagePhilip Rakity1-3/+3
2012-06-17regulator: core: Actually use the data in _notifier_call_chain()Mark Brown1-1/+1
2012-06-11regulator: core: Return correct delay time in regulator_set_voltage_time_selAxel Lin1-1/+1
2012-06-11regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay.Yadwinder Singh Brar1-0/+24
2012-06-08regulator: core: Handle fixed voltage in map_voltage_linearAxel Lin1-0/+8
2012-06-08regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_voltage_linearAxel Lin1-0/+3
2012-06-04regulator: core: Use map_voltage_linear() if list_voltage_linear() is in use and nothing is setAxel Lin1-4/+10
2012-06-03regulator: core: Use dev_get_regmap() to find the regmapMark Brown1-1/+4
2012-06-03regulator: Use newly added devres_release() rather than open codingMark Brown1-1/+1