summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-12mfd: Fix wrong wm8350-core kfree in error pathAxel Lin1-2/+4
2010-08-12mfd: Fix wm8994_device_init() return valueAxel Lin1-1/+3
2010-08-12mfd: Avoid calling platform_device_put() twice in ucb1400 probe error pathAxel Lin1-1/+1
2010-08-12mfd: Annotate tc6387xb probe/remove routines with __devinit/__devexitAxel Lin1-3/+3
2010-08-12mfd: Fix tc6387xb resource reclaimAxel Lin1-3/+7
2010-08-12mfd: Fix wrong goto labels for tc6393xb error handlingAxel Lin1-2/+2
2010-08-12mfd: Get rid of now unused mc13783 private headerUwe Kleine-König2-221/+23
2010-08-12hwmon: Don't access struct mc13783 directly from mc13783-adcUwe Kleine-König1-4/+13
2010-08-12mfd: New mc13783 function exposing flagsUwe Kleine-König2-0/+8
2010-08-12mfd: Check jz4740-adc kmalloc() resultAxel Lin1-0/+4
2010-08-12mfd: Fix jz4740-adc resource reclaim in probe error pathAxel Lin1-1/+7
2010-08-12mfd: Add WM8321 supportMark Brown1-0/+14
2010-08-12mfd: Add stmpe auto sleep featureSundar R Iyer3-0/+81
2010-08-12touchscreen: Fix sign bugKulikov Vasiliy1-1/+1
2010-08-12mfd: Add support for TWL6030 PWMHemanth V3-0/+173
2010-08-12mfd: Add additional WM8994 GPIO functionsMark Brown1-0/+4
2010-08-12mfd: Add JZ4740 ADC driverLars-Peter Clausen4-0/+425
2010-08-12gpiolib: Implement set_debounce for WM831x GPIOsMark Brown1-0/+32
2010-08-12input: STMPE touch controller supportLuotao Fu3-0/+408
2010-08-12input: Add STMPE keypad driverRabin Vincent3-0/+397
2010-08-12gpio: Add STMPE GPIO driverRabin Vincent3-0/+407
2010-08-12mfd: Add STMPE I/O Expander supportRabin Vincent5-0/+1312
2010-08-12mfd: Properly free t7l66xb clk32k clock sourceAxel Lin1-1/+2
2010-08-12mfd: More verbose MFD Kconfig entrySamuel Ortiz1-1/+10
2010-08-12mfd: Staticise ab3550 register access functionsMark Brown1-11/+12
2010-08-12mfd: Fix davinci memory leakJulia Lawall1-2/+4
2010-08-12mfd: properly handle platform_device_add_resources fail in mfd_add_deviceAxel Lin1-1/+3
2010-08-12mfd: kzalloc doesn't return ERR_PTRJulia Lawall1-1/+1
2010-08-12mfd: AB8500 mask off irrelevant bits from the SPI messageLinus Walleij1-1/+6
2010-08-12mfd: Fix 88pm860x uninitialized variable and clean upDan Carpenter1-40/+32
2010-08-12mfd: Fix memory leak in ab3100_otp_probeAxel Lin1-8/+8
2010-08-12mfd: Fix led resource in 88pm860xHaojian Zhuang1-6/+6
2010-08-12mfd: Enable onkey on max8925Haojian Zhuang1-0/+27
2010-08-12io-mapping: move asm include inside the config optionDave Airlie1-1/+2
2010-08-12vgaarb: drop vga.h includeDave Airlie1-1/+0
2010-08-12drm/radeon: Add probing of clocks from device-treeBenjamin Herrenschmidt1-0/+81
2010-08-12drm/radeon: drop old and broken mesa warningDave Airlie1-5/+0
2010-08-12drm/radeon: Fix pci_map_page() error checkingBenjamin Herrenschmidt3-3/+4
2010-08-12drm: Remove count_lock for calling lastclose() after 58474713 (v2)Chris Wilson1-13/+3
2010-08-12drm/radeon/kms: allow FG_ALPHA_VALUE on r5xxMarek Olšák1-0/+1
2010-08-12drm/radeon/kms: another r6xx/r7xx CS checker fixAlex Deucher1-0/+1
2010-08-12DRM: Replace kmalloc/memset combos with kzallocDavidlohr Bueso1-22/+11
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds15-130/+223
2010-08-11i2c: I2C bus multiplexer driver pca954xMichael Lawnick6-1/+377
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick7-8/+327
2010-08-11i2c: Use a separate mutex for userspace client listsJean Delvare2-6/+8
2010-08-11i2c: Make i2c_default_probe self-sufficientJean Delvare1-22/+10
2010-08-11i2c: Drop dummy variableJean Delvare1-3/+2
2010-08-11i2c: Move adapter locking helpers to i2c-coreJean Delvare2-22/+37
2010-08-11V4L/DVB: Use custom I2C probing function mechanismJean Delvare4-26/+18