Age | Commit message (Expand) | Author | Files | Lines |
2010-05-25 | regulator: return set_mode is same mode is requested | Sundar R Iyer | 1 | -0/+10 |
2010-05-25 | Regulators: ab3100/bq24022: add a missing .owner field in regulator_desc | Axel Lin | 2 | -0/+11 |
2010-05-25 | twl6030: regulator: Remove vsel tables and use formula for calculation | Rajendra Nayak | 1 | -47/+91 |
2010-05-25 | mc13783-regulator: fix vaild voltage range checking for mc13783_fixed_regulat... | Axel Lin | 1 | -3/+3 |
2010-05-25 | regulator: use voltage number array in 88pm860x | Haojian Zhuang | 1 | -262/+220 |
2010-05-25 | regulator: make 88pm860x sharing one driver structure | Haojian Zhuang | 1 | -41/+10 |
2010-05-25 | regulator: simplify regulator_register() error handling | Jani Nikula | 1 | -30/+5 |
2010-05-25 | regulator: fix unset_regulator_supplies() to remove all matches | Jani Nikula | 1 | -1/+0 |
2010-05-25 | regulator: prevent registration of matching regulator consumer supplies | Jani Nikula | 1 | -1/+6 |
2010-05-25 | regulator: Allow regulator-regulator supplies to be specified by name | Mark Brown | 1 | -0/+30 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2010-04-28 | regulator: fix enabling regulator issue on max8925 | Haojian Zhuang | 1 | -1/+1 |
2010-04-23 | Merge branch 'master' into for-next | Jiri Kosina | 16 | -7/+35 |
2010-04-19 | mc13783-regulator: fix a memory leak in mc13783_regulator_remove | Axel Lin | 1 | -0/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 15 | -0/+15 |
2010-03-22 | regulator: fix dangling pointers | Wolfram Sang | 3 | -3/+4 |
2010-03-22 | lp3971: Fix BUCK_VOL_CHANGE_SHIFT logic | Axel Lin | 1 | -1/+1 |
2010-03-22 | lp3971: Fix setting val for LDO2 and LDO4 | Axel Lin | 1 | -1/+2 |
2010-03-22 | regulator: Get rid of lockdep warning | Ameya Palande | 1 | -0/+1 |
2010-03-22 | regulator: handle kcalloc() failure | Dan Carpenter | 1 | -0/+5 |
2010-03-22 | Regulators: max8925-regulator - clean up driver data after removal | Dmitry Torokhov | 1 | -2/+4 |
2010-03-16 | Fix typos in comments | Thomas Weber | 1 | -1/+1 |
2010-03-08 | regulator: Add max8925 support | Haojian Zhuang | 3 | -0/+313 |
2010-03-08 | regulator: Unsupport 88pm8607 A0 and A1 | Haojian Zhuang | 1 | -213/+77 |
2010-03-08 | mfd: Rename 88pm8607 to 88pm860x in mfd | Haojian Zhuang | 1 | -1/+1 |
2010-03-08 | mfd: Support 88pm8606 in 860x driver | Haojian Zhuang | 1 | -17/+15 |
2010-03-08 | mfd: Add a data argument to the WM8350 IRQ free function | Mark Brown | 1 | -1/+1 |
2010-03-03 | Regulators: wm8400 - cleanup platform driver data handling | Dmitry Torokhov | 1 | -2/+5 |
2010-03-03 | Regulators: wm8994 - clean up driver data after removal | Dmitry Torokhov | 1 | -4/+7 |
2010-03-03 | Regulators: wm831x-xxx - clean up driver data after removal | Dmitry Torokhov | 3 | -0/+20 |
2010-03-03 | Regulators: pcap-regulator - clean up driver data after removal | Dmitry Torokhov | 1 | -3/+5 |
2010-03-03 | Regulators: max8660 - annotate probe and remove methods | Dmitry Torokhov | 1 | -5/+6 |
2010-03-03 | Regulators: max1586 - annotate probe and remove methods | Dmitry Torokhov | 1 | -4/+5 |
2010-03-03 | Regulators: lp3971 - fail if platform data was not supplied | Dmitry Torokhov | 1 | -29/+29 |
2010-03-03 | Regulators: tps6507x-regulator - mark probe method as __devinit | Dmitry Torokhov | 1 | -19/+15 |
2010-03-03 | Regulators: tps65023-regulator - mark probe method as __devinit | Dmitry Torokhov | 1 | -19/+16 |
2010-03-03 | Regulators: twl-regulator - mark probe function as __devinit | Dmitry Torokhov | 1 | -1/+1 |
2010-03-03 | Regulators: fixed - annotate probe and remove methods | Dmitry Torokhov | 1 | -9/+10 |
2010-03-03 | Regulators: ab3100 - fix probe and remove annotations | Dmitry Torokhov | 1 | -3/+3 |
2010-03-03 | Regulators: virtual - use sysfs attribute groups | Dmitry Torokhov | 1 | -31/+33 |
2010-03-03 | twl6030: regulator: Configure STATE register instead of REMAP | Rajendra Nayak | 1 | -10/+10 |
2010-03-03 | regulator: Provide optional dummy regulator for consumers | Mark Brown | 5 | -1/+135 |
2010-03-03 | regulator: Assume regulators are enabled if they don't report anything | Mark Brown | 1 | -2/+2 |
2010-03-03 | regulator: Convert fixed voltage regulator to use enable_time() | Mark Brown | 1 | -2/+8 |
2010-03-03 | regulator: Add WM8994 regulator support | Mark Brown | 3 | -0/+312 |
2010-03-03 | regulator: enable max8649 regulator driver | Haojian Zhuang | 3 | -0/+416 |
2010-03-03 | regulator: trivial: fix typos in user-visible Kconfig text | Alex Chiang | 1 | -2/+2 |
2010-03-03 | regulator: mc13783: consider Power Gates as digital regulators. | Alberto Panizzo | 1 | -6/+126 |
2010-03-03 | regulator: Add 'start-up time' to fixed voltage regulators | Adrian Hunter | 1 | -0/+5 |
2010-03-03 | regulator: Implement enable_time() for WM835x ISINKs | Mark Brown | 1 | -0/+46 |