| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2010-08-12 | 4 | -1/+172 |
|\ |
|
| * | mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handler | Axel Lin | 2010-08-11 | 1 | -3/+1 |
| * | ab8500-mfd: add regulator support to ab8500 mfd device | Sundar R Iyer | 2010-08-11 | 1 | -1/+3 |
| * | drivers: regulator: add Maxim 8998 driver | Kyungmin Park | 2010-08-11 | 3 | -0/+171 |
* | | mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probe | Axel Lin | 2010-08-12 | 1 | -3/+1 |
* | | mfd: Fix incorrect kfree(i2c) in wm831x-core i2c_driver probe | Axel Lin | 2010-08-12 | 1 | -3/+1 |
* | | mfd: Fix incorrect kfree(i2c) in tps6507x i2c_driver probe | Axel Lin | 2010-08-12 | 1 | -3/+1 |
* | | mfd: Add TPS6586x driver | Mike Rapoport | 2010-08-12 | 3 | -0/+390 |
* | | mfd: Use macros instead of some constant magic numbers for menelaus | Jarkko Nikula | 2010-08-12 | 1 | -21/+54 |
* | | mfd: Fix menelaus mmc slot 2 misconfiguration | Jarkko Nikula | 2010-08-12 | 1 | -2/+2 |
* | | mfd: Missing slab.h includes | David Miller | 2010-08-12 | 1 | -0/+1 |
* | | mfd: Fix wrong wm8350-core kfree in error path | Axel Lin | 2010-08-12 | 1 | -2/+4 |
* | | mfd: Fix wm8994_device_init() return value | Axel Lin | 2010-08-12 | 1 | -1/+3 |
* | | mfd: Avoid calling platform_device_put() twice in ucb1400 probe error path | Axel Lin | 2010-08-12 | 1 | -1/+1 |
* | | mfd: Annotate tc6387xb probe/remove routines with __devinit/__devexit | Axel Lin | 2010-08-12 | 1 | -3/+3 |
* | | mfd: Fix tc6387xb resource reclaim | Axel Lin | 2010-08-12 | 1 | -3/+7 |
* | | mfd: Fix wrong goto labels for tc6393xb error handling | Axel Lin | 2010-08-12 | 1 | -2/+2 |
* | | mfd: Get rid of now unused mc13783 private header | Uwe Kleine-König | 2010-08-12 | 1 | -1/+23 |
* | | mfd: New mc13783 function exposing flags | Uwe Kleine-König | 2010-08-12 | 1 | -0/+6 |
* | | mfd: Check jz4740-adc kmalloc() result | Axel Lin | 2010-08-12 | 1 | -0/+4 |
* | | mfd: Fix jz4740-adc resource reclaim in probe error path | Axel Lin | 2010-08-12 | 1 | -1/+7 |
* | | mfd: Add WM8321 support | Mark Brown | 2010-08-12 | 1 | -0/+14 |
* | | mfd: Add stmpe auto sleep feature | Sundar R Iyer | 2010-08-12 | 2 | -0/+77 |
* | | mfd: Add support for TWL6030 PWM | Hemanth V | 2010-08-12 | 3 | -0/+173 |
* | | mfd: Add JZ4740 ADC driver | Lars-Peter Clausen | 2010-08-12 | 3 | -0/+393 |
* | | mfd: Add STMPE I/O Expander support | Rabin Vincent | 2010-08-12 | 4 | -0/+1115 |
* | | mfd: Properly free t7l66xb clk32k clock source | Axel Lin | 2010-08-12 | 1 | -1/+2 |
* | | mfd: More verbose MFD Kconfig entry | Samuel Ortiz | 2010-08-12 | 1 | -1/+10 |
* | | mfd: Staticise ab3550 register access functions | Mark Brown | 2010-08-12 | 1 | -11/+12 |
* | | mfd: Fix davinci memory leak | Julia Lawall | 2010-08-12 | 1 | -2/+4 |
* | | mfd: properly handle platform_device_add_resources fail in mfd_add_device | Axel Lin | 2010-08-12 | 1 | -1/+3 |
* | | mfd: kzalloc doesn't return ERR_PTR | Julia Lawall | 2010-08-12 | 1 | -1/+1 |
* | | mfd: AB8500 mask off irrelevant bits from the SPI message | Linus Walleij | 2010-08-12 | 1 | -1/+6 |
* | | mfd: Fix 88pm860x uninitialized variable and clean up | Dan Carpenter | 2010-08-12 | 1 | -40/+32 |
* | | mfd: Fix memory leak in ab3100_otp_probe | Axel Lin | 2010-08-12 | 1 | -8/+8 |
* | | mfd: Fix led resource in 88pm860x | Haojian Zhuang | 2010-08-12 | 1 | -6/+6 |
* | | mfd: Enable onkey on max8925 | Haojian Zhuang | 2010-08-12 | 1 | -0/+27 |
|/ |
|
* | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 2010-06-03 | 12 | -21/+0 |
* | mfd: Rename twl5031 sih modules | Ilkka Koskinen | 2010-05-28 | 1 | -5/+6 |
* | mfd: Storage class for timberdale should be before const qualifier | Tobias Klauser | 2010-05-28 | 1 | -10/+10 |
* | mfd: Remove unneeded and dangerous clearing of clientdata | Wolfram Sang | 2010-05-28 | 2 | -3/+0 |
* | mfd: New AB8500 driver | Rabin Vincent | 2010-05-28 | 5 | -214/+583 |
* | mfd: Change rdc321x resources flags to IORESOURCE_IO | Florian Fainelli | 2010-05-28 | 1 | -3/+3 |
* | mfd: Move pcf50633 irq related functions to its own file. | Lars-Peter Clausen | 2010-05-28 | 3 | -294/+330 |
* | mfd: Use threaded irq for pcf50633 | Lars-Peter Clausen | 2010-05-28 | 2 | -49/+10 |
* | mfd: pcf50633-adc: Fix potential race in pcf50633_adc_sync_read | Lars-Peter Clausen | 2010-05-28 | 1 | -24/+15 |
* | mfd: Fix pcf50633 bitfield logic in interrupt handler | Lars-Peter Clausen | 2010-05-28 | 1 | -4/+4 |
* | mfd: Use menuconfig for quicker config editing | Randy Dunlap | 2010-05-28 | 1 | -2/+8 |
* | mfd: AB3550 core driver | Mattias Wallin | 2010-05-28 | 3 | -0/+1416 |
* | mfd: AB3100 register access change to abx500 API | Mattias Wallin | 2010-05-28 | 5 | -37/+239 |