aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-07mfd: Correct use after free for t7l66xbJulia Lawall1-1/+1
2010-03-07mfd: Use resouce_size for tc6393xbH Hartley Sweeten1-1/+1
2010-03-07mfd: Use resource_size() for t7l66xbH Hartley Sweeten1-1/+1
2010-03-07mfd: Use resource_size() in sm501H Hartley Sweeten1-4/+3
2010-03-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+2
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov1-5/+0
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds1-1/+0
2010-03-06usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds1-42/+24
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds13-133/+157
2010-03-06Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds12-1484/+2923
2010-03-06Merge git://git.infradead.org/ubi-2.6Linus Torvalds5-87/+198
2010-03-06gpio: introduce it8761e_gpio driver for IT8761E Super I/O chipDenis Turischev3-0/+238
2010-03-06gpio: cs5535-gpio: fix input directionBen Gardner1-1/+3
2010-03-06gpio: pca953x.c: add interrupt handling capabilityMarc Zyngier2-12/+244
2010-03-06timbgpio: add support for interrupt triggering on both flanksRichard Röjfors1-9/+23
2010-03-06gpio: introduce gpio_request_one() and friendsEric Miao1-0/+58
2010-03-06gpio: add driver for MAX7300 I2C GPIO extenderWolfram Sang5-260/+386
2010-03-06rtc-coh901331: fix braces in resume codeJames Hogan1-2/+3
2010-03-06rtc/mc13783: implement alarmUwe Kleine-König1-13/+172
2010-03-06rtc/mc13783: protect rtc {,un}registration by mc13783 lockUwe Kleine-König1-11/+14
2010-03-06mfd/mc13783: new function reading irq mask and status registerUwe Kleine-König1-0/+35
2010-03-06rtc/mc13783: don't use deprecated mc13783 API callsUwe Kleine-König1-5/+5
2010-03-06input/mc13783-ts: don't use deprecated mc13783 API callsUwe Kleine-König1-2/+2
2010-03-06mc13783: rename mc13783_{{un,}mask,ack_irq} to have a mc13783_irq prefixUwe Kleine-König1-19/+19
2010-03-06rtc-core: fix memory leakAaro Koskinen1-0/+1
2010-03-06rtc-twl: Storage class should be before const qualifierTobias Klauser1-2/+2
2010-03-06rtc-at91sam9: Correct size given to memsetJulia Lawall1-1/+1
2010-03-06rtc-pcf2123: move pcf2123_remove to .devexit.textUwe Kleine-König1-1/+1
2010-03-06rtc-ep93xx.c: cleanup probe/remove routinesH Hartley Sweeten1-43/+28
2010-03-06rtc: mxc: fix memory leakAlexander Beregalov1-2/+5
2010-03-06xen: add kconfig menuRandy Dunlap1-5/+7
2010-03-06console/vgacon.c: mark file-local symbol staticThiago Farina1-1/+1
2010-03-06console: limit the range of VGACON_SOFT_SCROLLBACK_SIZEAmerigo Wang1-0/+1
2010-03-06drivers/hwmon/adcxx.c: fix for single-channel ADCsJosé Miguel Gonçalves1-5/+10
2010-03-06drivers/hwmon/vt8231.c: fix continuation line formatsJoe Perches1-2/+1
2010-03-06mmc: enable DMA on Ricoh sdhci reader by defaultVasily Khoruzhick1-4/+3
2010-03-06mmc: at91_mci: correct kunmap_atomic()Nicolas Ferre1-2/+2
2010-03-06mmc: at91_mci: introduce per-mci-revision conditional codeNicolas Ferre1-8/+19
2010-03-06mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works.Nicolas Ferre1-1/+8
2010-03-06mmc: at91_mci: enable large data blocksWolfgang Muees1-0/+3
2010-03-06mmc: at91_mci: use DMA buffer for readWolfgang Muees1-96/+32
2010-03-06mmc: at91_mci: use one coherent DMA bufferWolfgang Muees1-25/+24
2010-03-06mmc: at91_mci: fix timeout errorsWolfgang Muees1-2/+4
2010-03-06mmc: at91_mci: fix pointer errorsWolfgang Muees1-3/+5
2010-03-06s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card detect pinLars-Peter Clausen1-1/+1
2010-03-06s3cmci: initialize default platform data no_wprotect and no_detect with 1Lars-Peter Clausen1-0/+2
2010-03-06sdio: put active devices into 1-bit mode during suspendDaniel Drake1-0/+43
2010-03-06sdio: kick the interrupt thread upon a resumeNicolas Pitre1-0/+2
2010-03-06sdio: don't use CMD[357] as part of a powered SDIO resumeChris Ball1-8/+11
2010-03-06sdio: sdhci support for suspend mode PM featuresNicolas Pitre2-12/+31