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