Age | Commit message (Expand) | Author | Files | Lines |
2011-02-25 | regulator, mc13xxx: Remove pointless test for unsigned less than zero | Jesper Juhl | 1 | -1/+1 |
2011-02-25 | regulator: Fix warning with CONFIG_BUG disabled | Mark Brown | 1 | -0/+1 |
2011-01-14 | regulator: Support MAX8998/LP3974 DVS-GPIO | MyungJoo Ham | 1 | -20/+67 |
2011-01-14 | mfd: Support LP3974 RTC | MyungJoo Ham | 1 | -0/+7 |
2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -2/+21 |
2011-01-13 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 1 | -2/+21 |
2011-01-12 | regulator: missing index in PTR_ERR() in isl6271a_probe() | roel kluin | 1 | -1/+1 |
2011-01-12 | regulator: Assign return value of mc13xxx_reg_rmw to ret | Axel Lin | 1 | -1/+1 |
2011-01-12 | regulator: Add initial per-regulator debugfs support | Mark Brown | 1 | -0/+35 |
2011-01-12 | regulator: Make regulator_has_full_constraints a bool | Mark Brown | 1 | -1/+1 |
2011-01-12 | regulator: Clean up logging a bit | Mark Brown | 1 | -1/+1 |
2011-01-12 | regulator: Optimise out noop voltage changes | Mark Brown | 1 | -1/+8 |
2011-01-12 | regulator: Add API to re-apply voltage to hardware | Mark Brown | 1 | -0/+47 |
2011-01-12 | regulator: Staticise non-exported functions in mc13892 | Mark Brown | 1 | -3/+3 |
2011-01-12 | regulator: Only notify voltage changes when they succeed | Mark Brown | 1 | -1/+4 |
2011-01-12 | regulator: Provide a selector based set_voltage_sel() operation | Mark Brown | 1 | -2/+35 |
2011-01-12 | regulator: Factor out voltage set operation into a separate function | Mark Brown | 1 | -24/+39 |
2011-01-12 | regulator: Convert WM8994 to use get_voltage_sel() | Mark Brown | 1 | -10/+6 |
2011-01-12 | regulator: Convert WM835x to use get_voltage_sel() | Mark Brown | 1 | -10/+6 |
2011-01-12 | regulator: Allow modular build of mc13xxx-core | Mark Brown | 2 | -1/+8 |
2011-01-12 | regulator: support PMIC mc13892 | Yong Shen | 3 | -0/+644 |
2011-01-12 | make mc13783 regulator code generic | Yong Shen | 5 | -282/+383 |
2011-01-12 | Change the register name definitions for mc13783 | Yong Shen | 1 | -15/+15 |
2011-01-12 | regulators: Removed macros for initialization of ab8500 regulators | Bengt Jonsson | 1 | -62/+179 |
2011-01-12 | regulators: Added verbose debug messages to ab8500 regulators | Bengt Jonsson | 1 | -12/+51 |
2011-01-12 | regulators: Modified ab8500 error handling | Bengt Jonsson | 1 | -22/+31 |
2011-01-12 | regulators: Updated ab8500 variable names, macro names and comments | Bengt Jonsson | 1 | -79/+82 |
2011-01-12 | regulators: Added ab8500 v2 support | Bengt Jonsson | 1 | -2/+26 |
2011-01-12 | regulators: Clean out unused code in ab8500 regulators | Bengt Jonsson | 1 | -16/+0 |
2011-01-12 | regulators: Fixed errors in ab8500 register mapping | Bengt Jonsson | 1 | -6/+6 |
2011-01-12 | regulators: Moved define for number of regulators in ab8500 | Bengt Jonsson | 1 | -1/+7 |
2011-01-12 | regulator: add driver for tps6524x regulator | Cyril Chemparathy | 3 | -0/+704 |
2011-01-12 | regulator: Convert WM831x drivers to use get_voltage_sel() | Mark Brown | 2 | -16/+16 |
2011-01-12 | regulator: Allow drivers to report voltages as selectors | Mark Brown | 1 | -3/+22 |
2011-01-12 | regulator: Use _regulator_get_voltage() consistently | Mark Brown | 1 | -8/+10 |
2011-01-12 | drivers/regulator: Update WARN uses | Joe Perches | 1 | -2/+1 |
2011-01-12 | regulator: Take into account the requirements of all consumers | Thomas Petazzoni | 1 | -0/+25 |
2011-01-12 | regulator: Add and use rdev_<level> macros | Joe Perches | 1 | -81/+65 |
2011-01-12 | regulator: Remove duplicate consts from mc13873 driver voltage tables | Mark Brown | 1 | -18/+18 |
2011-01-12 | regulator: Copy constraints from regulators when initialising them | Mark Brown | 1 | -7/+12 |
2011-01-12 | regulator: Fix prototype for MAX8998 buck set_voltage() | Mark Brown | 1 | -1/+1 |
2011-01-12 | regulator: Remove regulator core version announcement | Mark Brown | 1 | -4/+0 |
2011-01-12 | regulator: Fix obfuscated log messages | Mark Brown | 1 | -8/+6 |
2011-01-12 | drivers: regulator: core: convert to using pr_ macros | Daniel Walker | 1 | -80/+57 |
2011-01-12 | drivers: regulator: core: use pr_fmt | Daniel Walker | 1 | -10/+12 |
2011-01-12 | regulator: Fix typo in PCAP regulator_set_voltage() | Mark Brown | 1 | -1/+1 |
2011-01-12 | regulator: enable supply regulator only when use count is zero | Bengt Jonsson | 1 | -9/+11 |
2011-01-12 | regulator: Add basic trace facilities | Mark Brown | 1 | -0/+17 |
2011-01-12 | regulator: Report actual configured voltage to set_voltage() | Mark Brown | 26 | -78/+200 |
2011-01-12 | regulator: lock supply in regulator enable | Mattias Wallin | 1 | -11/+9 |