fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
[safe/jmp/linux-2.6] / drivers / regulator / core.c
2010-04-23 Jiri KosinaMerge branch 'master' into for-next
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-22 Ameya Palanderegulator: Get rid of lockdep warning
2010-03-16 Thomas WeberFix typos in comments
2010-03-03 Mark Brownregulator: Provide optional dummy regulator for consumers
2010-03-03 Mark Brownregulator: Assume regulators are enabled if they don...
2010-03-03 Mark Brownregulator: Allow regulators to specify the time taken...
2010-03-03 Mark Brownregulator: Add notifier event on regulator disable
2010-02-12 Mark Brownregulator: Fix display of null constraints for regulators
2009-12-17 Lars-Peter Clausenregulator: Fix unbalanced disables/enables in regulator...
2009-12-17 Stefan Roeseregulator: core.c: Small coding style cleanup (indentat...
2009-12-17 Mark Brownregulator: Handle regulators without suspend mode confi...
2009-12-17 Mark Brownregulator: Factor out regulator name pretty printing
2009-12-17 Mark Brownregulator: Display actual settings with constraints
2009-12-17 Mark Brownregulator: Also lift apply_uV into machine_constraints_...
2009-12-17 Mark Brownregulator: Factor out voltage constraint setup
2009-12-17 Mark Brownregulator: Report error codes for bulk operations
2009-11-16 Mark Brownregulator: Handle missing constraints in _regulator_dis...
2009-09-22 Linus WalleijREGULATOR Handle positive returncode from enable
2009-09-22 Mark Brownregulator: regulator_enable() permission checking
2009-09-22 Mark Brownregulator: Push locking for regulator_is_enabled() out
2009-09-22 Mark Brownregulator: Check for constraints in regulator_init_comp...
2009-09-22 Mark Brownregulator: Check for constraints before using them...
2009-09-22 Mark Brownregulator: Fix support for deviceless supply mappings
2009-09-22 Mark Brownregulator: Warn when unregistering an in-use regulator
2009-09-22 Mark Brownregulator: Add regulator voltage range check API
2009-09-22 Mark Brownregulator: Add regulator_get_exclusive() API
2009-09-22 Mark Brownregulator: Allow consumer supplies to be set up with...
2009-09-17 Mark Brownregulator: Provide mode to status conversion function
2009-04-28 Mark Brownregulator: Fix default constraints for fixed voltage...
2009-04-28 Paul Walmsleyregulator core: fix double-free in regulator_register...
2009-04-28 Diego Lizierodrivers/regulator: fix when type is different from...
2009-04-28 Dan Carpenterunreachable code in drms_uA_update()
2009-03-31 Mark Brownregulator: Support disabling of unused regulators by...
2009-03-31 Mark Brownregulator: Don't increment use_count for boot_on regulators
2009-03-31 David Brownellregulator: refcount fixes
2009-03-31 Mark Brownregulator: Don't warn if we failed to get a regulator
2009-03-31 Mark Brownregulator: Allow boot_on regulators to be disabled...
2009-03-31 Mark Brownregulator: Don't warn on omitted voltage constraints
2009-03-31 David Brownellregulator: enumerate voltages (v2)
2009-03-31 Mark Brownregulator: Allow regulators to set the initial operatin...
2009-03-31 Mark Brownregulator: Suggest use of datasheet supply or pin names...
2009-03-31 Mike Rapoportregulator: add unset_regulator_supplies to fix regulato...
2009-03-31 Mark Brownregulator: Hoist struct regulator_dev out of core to...
2009-03-31 Mark Brownregulator: Pass regulator init data as explict argument...
2009-03-31 Jonathan CameronRegulator: Push lock out of _notifier_call_chain +...
2009-03-31 David Brownellregulator: add get_status()
2009-01-08 David Brownellregulator: catch some registration errors
2009-01-08 Mark Brownregulator: Fix some kerneldoc rendering issues
2009-01-08 Mark Brownregulator: Add missing kerneldoc
2009-01-08 Mark Brownregulator: Clean up kerneldoc warnings
2009-01-08 Mark Brownregulator: Remove extraneous kerneldoc annotations
2009-01-08 Mike Rapoportregulator: move set_machine_constraints after regulator...
2009-01-08 David Brownellregulator: sysfs attribute reduction (v2)
2009-01-08 David Brownellregulator: code shrink (v2)
2009-01-08 David Brownellregulator: improved mode error checks
2009-01-08 David Brownellregulator: enable/disable refcounting
2009-01-08 Kay Sieversregulator: struct device - replace bus_id with dev_name...
2008-10-13 Mark Brownregulator: Export regulator name via sysfs
2008-10-13 Mark Brownregulator: Enable regulators marked as always_on
2008-10-13 Mark Brownregulator: Additional diagnostics for machine constraints
2008-10-13 Mark Brownregulator: check for init_data on registration
2008-10-13 Liam Girdwoodregulator: core - Rework machine API to remove string...
2008-07-30 Liam Girdwoodregulator: regulator framework core