summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Ingore the memory block with zero block size in course of memory hotplugZhao Yakui2009-08-021-3/+15
* ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driverZhao Yakui2009-08-021-6/+10
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-311-45/+56
|\
| * mg_disk: Add missing ready status check on mg_write()unsik Kim2009-07-281-17/+15Star
| * mg_disk: fix issue with data integrity on error in mg_write()Bartlomiej Zolnierkiewicz2009-07-281-42/+47
| * mg_disk: fix reading invalid status when use polling driverunsik Kim2009-07-281-0/+10
| * mg_disk: remove prohibited sleep operationunsik Kim2009-07-281-2/+0Star
* | imxmmc: Remove unnecessary semicolonsJoe Perches2009-07-311-1/+1
* | cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2009-07-312-7/+3Star
* | sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2009-07-311-2/+8
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-07-318-12/+1608
|\ \
| * | dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2009-07-232-43/+214
| * | dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre2009-07-234-0/+1404
| * | dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre2009-07-231-2/+2
| * | dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre2009-07-231-1/+14
| * | drivers/dma: Remove unnecessary semicolonsJoe Perches2009-07-232-2/+2
| * | drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches2009-07-231-1/+1
| * | dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams2009-07-021-2/+2
| * | fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder2009-06-161-1/+2
| * | fsldma: enable external start for the 83xx controllerIra Snyder2009-06-161-1/+1
| * | fsldma: use PCI Read Multiple commandIra W. Snyder2009-06-162-2/+9
* | | Merge git://git.infradead.org/users/cbou/battery-2.6.31Linus Torvalds2009-07-314-11/+353
|\ \ \
| * | | Add ds2782 battery gas gauge driverRyan Mallon2009-07-013-0/+338
| * | | olpc_battery: Ensure that the TRICKLE bit is checkedAndres Salomon2009-07-011-3/+6
| * | | olpc_battery: Fix up eeprom read functionAndres Salomon2009-07-011-8/+9
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-07-311-1/+1
|\ \ \ \
| * | | | cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.cMark Ware2009-07-301-1/+1
| | |_|/ | |/| |
* | | | lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2009-07-302-8/+4Star
* | | | lguest: update commentryRusty Russell2009-07-307-40/+176
* | | | lguest: fix comment styleRusty Russell2009-07-3010-608/+1168
* | | | virtio: refactor find_vqsMichael S. Tsirkin2009-07-301-93/+119
* | | | virtio: delete vq from listMichael S. Tsirkin2009-07-301-1/+5
* | | | virtio: fix memory leak on device removalMichael S. Tsirkin2009-07-301-13/+15
* | | | lguest: dereferencing freed mem in add_eventfd()Dan Carpenter2009-07-301-2/+3
* | | | Merge branch 'i2c-fixes-rc4' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-07-303-14/+35
|\ \ \ \
| * | | | i2c-omap: OMAP3430 Silicon Errata 1.153Sonasath, Moiz2009-07-301-1/+23
| * | | | i2c-omap: In case of a NACK|ARDY|AL return from the ISRSonasath, Moiz2009-07-301-1/+3
| * | | | i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT registerSonasath, Moiz2009-07-301-5/+7
| * | | | i2c-sh_mobile: change module_init() to subsys_initcall()Magnus Damm2009-07-301-1/+1
| * | | | i2c: strncpy does not null terminate stringRoel Kluin2009-07-301-1/+1
| * | | | i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC valuePeter Korsgaard2009-07-301-5/+0Star
* | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-07-301-0/+8
|\ \ \ \ \
| * | | | | PM / ACPI: HP G7000 Notebook needs a SCI_EN resume quirkBartlomiej Zolnierkiewicz2009-07-291-0/+8
* | | | | | drivers/serial/atmel_serial.c: fix compile when CONFIG_SERIAL_ATMEL=Y and CON...Albin Tonnerre2009-07-301-0/+2
* | | | | | sdhci: get rid of "frequency too high" flood when using eSDHCAnton Vorontsov2009-07-303-1/+13
* | | | | | sysrq, kdump: make sysrq-c consistentHidetoshi Seto2009-07-301-3/+5
* | | | | | eeprom/at25: bugfix "not ready" timeout after writeSebastian Heutling2009-07-301-2/+2
* | | | | | drivers/video/backlight/jornada720_bl.c: fix buildKristoffer Ericson2009-07-301-1/+1
* | | | | | rtc: mark if rtc-cmos drivers were successfully registeredThadeu Lima de Souza Cascardo2009-07-301-5/+18
* | | | | | spi: omap2_mcspi rxdma bugfixEero Nurkkala2009-07-301-1/+20