summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-12mfd: Fix wrong goto labels for tc6393xb error handlingAxel Lin
2010-08-12mfd: Get rid of now unused mc13783 private headerUwe Kleine-König
2010-08-12hwmon: Don't access struct mc13783 directly from mc13783-adcUwe Kleine-König
2010-08-12mfd: New mc13783 function exposing flagsUwe Kleine-König
2010-08-12mfd: Check jz4740-adc kmalloc() resultAxel Lin
2010-08-12mfd: Fix jz4740-adc resource reclaim in probe error pathAxel Lin
2010-08-12mfd: Add WM8321 supportMark Brown
2010-08-12mfd: Add stmpe auto sleep featureSundar R Iyer
2010-08-12touchscreen: Fix sign bugKulikov Vasiliy
2010-08-12mfd: Add support for TWL6030 PWMHemanth V
2010-08-12mfd: Add additional WM8994 GPIO functionsMark Brown
2010-08-12mfd: Add JZ4740 ADC driverLars-Peter Clausen
2010-08-12gpiolib: Implement set_debounce for WM831x GPIOsMark Brown
2010-08-12input: STMPE touch controller supportLuotao Fu
2010-08-12input: Add STMPE keypad driverRabin Vincent
2010-08-12gpio: Add STMPE GPIO driverRabin Vincent
2010-08-12mfd: Add STMPE I/O Expander supportRabin Vincent
2010-08-12mfd: Properly free t7l66xb clk32k clock sourceAxel Lin
2010-08-12mfd: More verbose MFD Kconfig entrySamuel Ortiz
2010-08-12mfd: Staticise ab3550 register access functionsMark Brown
2010-08-12mfd: Fix davinci memory leakJulia Lawall
2010-08-12mfd: properly handle platform_device_add_resources fail in mfd_add_deviceAxel Lin
2010-08-12mfd: kzalloc doesn't return ERR_PTRJulia Lawall
2010-08-12mfd: AB8500 mask off irrelevant bits from the SPI messageLinus Walleij
2010-08-12mfd: Fix 88pm860x uninitialized variable and clean upDan Carpenter
2010-08-12mfd: Fix memory leak in ab3100_otp_probeAxel Lin
2010-08-12mfd: Fix led resource in 88pm860xHaojian Zhuang
2010-08-12mfd: Enable onkey on max8925Haojian Zhuang
2010-08-12io-mapping: move asm include inside the config optionDave Airlie
2010-08-12vgaarb: drop vga.h includeDave Airlie
2010-08-12drm/radeon: Add probing of clocks from device-treeBenjamin Herrenschmidt
2010-08-12drm/radeon: drop old and broken mesa warningDave Airlie
2010-08-12drm/radeon: Fix pci_map_page() error checkingBenjamin Herrenschmidt
2010-08-12drm: Remove count_lock for calling lastclose() after 58474713 (v2)Chris Wilson
2010-08-12drm/radeon/kms: allow FG_ALPHA_VALUE on r5xxMarek Olšák
2010-08-12drm/radeon/kms: another r6xx/r7xx CS checker fixAlex Deucher
2010-08-12DRM: Replace kmalloc/memset combos with kzallocDavidlohr Bueso
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-08-11Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds
2010-08-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-08-11lib/decompress_bunzip2.c: fix checkstack warningPrarit Bhargava
2010-08-11kfifo: add example files to the kernel sample directoryStefani Seibold
2010-08-11kfifo: replace the old non generic APIStefani Seibold
2010-08-11kfifo: add the new generic kfifo APIStefani Seibold
2010-08-11kfifo: fix kfifo miss use of nozami.cStefani Seibold
2010-08-11kfifo: kfifo_is_{full,empty} should return bools, not intsRobert P. J. Day