| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-11-15 | 1 | -2/+2 |
|\ |
|
| * | treewide: Fix typo in Kconfig | Masanari Iida | 2013-10-14 | 1 | -2/+2 |
* | | Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo... | Linus Torvalds | 2013-11-15 | 43 | -198/+994 |
|\ \ |
|
| * \ | Merge tag 'mfd-lee-3.13-3' of git://git.linaro.org/people/ljones/mfd | Samuel Ortiz | 2013-11-11 | 3 | -16/+30 |
| |\ \ |
|
| | * | | mfd: pm8921: Potential NULL dereference in pm8921_remove() | Dan Carpenter | 2013-11-11 | 1 | -4/+5 |
| | * | | mfd: Fix memory leak in mfd_add_devices() | Geert Uytterhoeven | 2013-11-11 | 1 | -4/+8 |
| | * | | mfd: Stop setting refcounting pointers in original mfd_cell arrays | Geert Uytterhoeven | 2013-11-11 | 1 | -8/+9 |
| | * | | mfd: wm5110: Enable micd clamp functionality | Charles Keepax | 2013-11-11 | 1 | -0/+8 |
| * | | | mfd: lpc_ich: Add Device IDs for Intel Wildcat Point-LP PCH | James Ralston | 2013-11-04 | 1 | -0/+13 |
| * | | | mfd: max77693: Fix up bug of wrong interrupt number | Chanwoo Choi | 2013-11-04 | 1 | -1/+2 |
| * | | | mfd: as3722: Don't export the regmap config | Mark Brown | 2013-10-26 | 1 | -1/+1 |
| * | | | Merge tag 'mfd-lee-3.13-1' of git://git.linaro.org/people/ljones/mfd | Samuel Ortiz | 2013-10-25 | 42 | -176/+952 |
| |\ \ \
| | |/ / |
|
| | * | | mfd: lpc_sch: Ignore resource conflicts when adding mfd cells | Johannes Thumshirn | 2013-10-23 | 1 | -0/+3 |
| | * | | mfd: ti_am335x_tscadc: Avoid possible deadlock of reg_lock | Sebastian Andrzej Siewior | 2013-10-23 | 1 | -4/+8 |
| | * | | mfd: Add support for ams AS3722 PMIC | Laxman Dewangan | 2013-10-23 | 3 | -0/+462 |
| | * | | mfd: max77693: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: tc3589x: Detect the precise version | Linus Walleij | 2013-10-23 | 1 | -2/+35 |
| | * | | mfd: omap-usb: prepare/unprepare clock while enable/disable | Roger Quadros | 2013-10-23 | 2 | -10/+10 |
| | * | | mfd: max77686: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: max8907: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: max8997: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: sec-core: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: tps6507x: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: tps6586x: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: tps65910: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: arizona: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 2 | -0/+2 |
| | * | | mfd: as3711: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: palmas: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 1 | -1/+1 |
| | * | | mfd: omap-usb: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 2 | -2/+2 |
| | * | | mfd: ti_am335x_tscadc: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 1 | -1/+1 |
| | * | | mfd: 88pm860x: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 1 | -1/+1 |
| | * | | mfd: tps65217: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 1 | -1/+1 |
| | * | | mfd: max8925: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 1 | -1/+1 |
| | * | | mfd: arizona: Mark missing AOD registers as volatile | Charles Keepax | 2013-10-23 | 2 | -2/+2 |
| | * | | mfd: arizona: Correct handling of device tree gpio defaults | Charles Keepax | 2013-10-23 | 1 | -1/+1 |
| | * | | mfd: arizona: Only attempt to parse DT if platform data was not passed | Lee Jones | 2013-10-23 | 1 | -2/+2 |
| | * | | mfd: palmas: Fix resource leak of i2c_dummy devices | Laxman Dewangan | 2013-10-23 | 1 | -6/+15 |
| | * | | mfd: palmas: Reset pm_power_off if it is set for the device | Laxman Dewangan | 2013-10-23 | 1 | -0/+5 |
| | * | | mfd: palmas: Add MODULE_DEVICE_TABLE for of_device table | Laxman Dewangan | 2013-10-23 | 1 | -0/+1 |
| | * | | mfd: palmas: Remove call of mfd_remove_devices | Laxman Dewangan | 2013-10-23 | 1 | -1/+0 |
| | * | | mfd: max77693: Added device tree support | Andrzej Hajda | 2013-10-23 | 1 | -0/+8 |
| | * | | mfd: max77693: Remove device wakeup from driver | Andrzej Hajda | 2013-10-23 | 1 | -10/+0 |
| | * | | mfd: mc13xxx: Move SPI erratum workaround into SPI I/O function | Mark Brown | 2013-10-23 | 1 | -0/+5 |
| | * | | mfd: mc13xxx: Don't require lock for simple register I/O | Mark Brown | 2013-10-23 | 1 | -5/+0 |
| | * | | mfd: twl6040: Drop devm_free_irq of devm_ allocated irq | Wei Yongjun | 2013-10-23 | 1 | -8/+2 |
| | * | | mfd: ezx-pcap: Drop devm_free_irq of devm_ allocated irq | Wei Yongjun | 2013-10-23 | 1 | -7/+1 |
| | * | | mfd: ti_am335x_tscadc: Restore clock divider on resume | Matthias Kaehlcke | 2013-10-23 | 1 | -4/+6 |
| | * | | mfd: Add STw481x driver | Linus Walleij | 2013-10-23 | 3 | -0/+261 |
| | * | | mfd: mc12xx-i2c: rtsx_pcr: ti-ssp: Remove redundant dev_set_drvdata | Sachin Kamat | 2013-10-23 | 3 | -6/+1 |
| | * | | mfd: wm5110: Update noise gate default to match the patch file | Charles Keepax | 2013-10-23 | 1 | -1/+1 |