aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2012-12-11Merge branch 'topic/min' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown
2012-12-10Merge remote-tracking branch 'regulator/topic/log' into regulator-nextMark Brown
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown
2012-12-06regulators: add regulator_can_change_voltage() functionMarek Szyprowski
2012-11-28regulator: core: Say what unsupportable voltage constraints areMark Brown
2012-11-28regulator: core: Log when a device causes a voltage constraint failMark Brown
2012-11-27regulator: core: Allow specific minimal selector for starting linear mappingAxel Lin
2012-11-20Merge branches 'topic/tps51632', 'topic/tps80031', 'topic/vexpress', 'topic/m...Mark Brown
2012-11-15Merge remote-tracking branches 'regulator/fix/gpio', 'regulator/fix/put' and ...Mark Brown
2012-11-15regulator: fix voltage check in regulator_is_supported_voltage()Marek Szyprowski
2012-11-14regulator: core: Avoid deadlock when regulator_register failsCharles Keepax
2012-10-28Regulator: core: Unregister when gpio request fails.Andrew Lunn
2012-10-15regulator: core: Support for continuous voltage rangePawel Moll
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas...Mark Brown
2012-09-10regulator: core: Provide regmap get/set bypass operationsMark Brown
2012-09-10regulator: core: Support bypass modeMark Brown
2012-09-08regulator: core: Try using the parent device for the default regmapAnilKumar Ch
2012-09-08regulator: core: Fast path non-deferred disablesMark Brown
2012-09-07regulator: core: Report microvolts in sysfs even with only list_voltage()Mark Brown
2012-08-28regulator: fix kernel-doc warnings in drivers/regulator/core.cRandy Dunlap
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-20regulator: fix kernel-doc warnings in drivers/regulator/core.cRandy Dunlap
2012-08-09regulator: core: request only valid gpio pins for regulator enableMarek Szyprowski
2012-08-09regulator: core: Use list_voltage() to read single voltage regulatorsMark Brown
2012-08-08regulator: make the dummy regulator's print_constraint more helpfulUwe Kleine-König
2012-08-07regulator: core: Fix cast to pointer from integer of different size warningAxel Lin
2012-08-04regulator: core: increment open_count when regulator supply is setLaxman Dewangan
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown
2012-07-22Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into re...Mark Brown
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams
2012-07-15Merge tag 'v3.5-rc7' into regulator-driversMark Brown
2012-07-12regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak
2012-07-12regulator: Fix a typo in regulator_mode_to_status() core function.Krystian Garbaciak
2012-07-06regulator: core: Mark all DT based boards as having full constraintsMark Brown
2012-07-05regulator: core: remove sysfs entry properly in regulator_putShawn Guo
2012-07-03regulator: core: Add core support for GPIO controlled enable linesMark Brown
2012-07-03regulator: core: Factor out enable and disable operations some moreMark Brown
2012-07-03regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown
2012-07-03regulator: core: Check that the selector from map_voltage() is validMark Brown
2012-07-03regulator: core: Support fixed voltages in regulator_is_supported_voltage()Mark Brown
2012-07-03regulator: Fix recursive mutex lockdep warningStephen Boyd
2012-06-27regulator: core: Remove unused get_device_regulatorFabio Estevam
2012-06-26regulator: core: Allow multiple requests of a single supply mappingMark Brown
2012-06-26regulator: core: Check for failed voltage sets before checking for delayMark Brown
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversMark Brown
2012-06-23regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_selAxel Lin
2012-06-23regulator: core: Add export of regulator_set_voltage_time_sel()Mark Brown