aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-04-08ide: refactor tf_load() methodSergei Shtylyov
2009-04-08ide: call write_devctl() method from tf_read() methodSergei Shtylyov
2009-04-08ide: move common code out of tf_load() methodSergei Shtylyov
2009-04-08ide: simplify 'struct ide_taskfile'Sergei Shtylyov
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov
2009-04-08ide-cd: fix intendation in cdrom_decode_status()Bartlomiej Zolnierkiewicz
2009-04-08ide-cd: unify handling of fs and pc requests in cdrom_decode_status()Bartlomiej Zolnierkiewicz
2009-04-08ide-cd: convert cdrom_decode_status() to use switch statementsBartlomiej Zolnierkiewicz
2009-04-08ide-cd: update debugging supportBorislav Petkov
2009-04-08ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status()Borislav Petkov
2009-04-08ide: remove unused #include <linux/version.h>Huang Weiyi
2009-04-08tx4939ide: Fix tx4939ide_{in,out}put_data_swap argumentAtsushi Nemoto
2009-04-08tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read}Atsushi Nemoto
2009-04-08ide-cd: carve out an ide_cd_breathe()-helper for fs write requestsBorislav Petkov
2009-04-08ide-cd: move status checking into the IRQ handlerBorislav Petkov
2009-04-08ide-h8300: remove custom tf_{read|load}() methodsSergei Shtylyov
2009-04-08at91_ide: remove custom tf_{read|load}() methodsSergei Shtylyov
2009-04-08ide-h8300: remove mm_{inw|outw}()Sergei Shtylyov
2009-04-08tx4939ide: remove wmb()Atsushi Nemoto
2009-04-08ide: remove wmb() from ide-dma-sff.c and scc_pata.cGrant Grundler
2009-04-08ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for dataGeert Uytterhoeven
2009-04-08ide: Fix host drivers that need IRQF_SHAREDGeert Uytterhoeven
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-04-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-04-07Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds
2009-04-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox
2009-04-07tty: jsm cleanupsBreno Leitao
2009-04-07Adjust path to gpio headersMike Frysinger
2009-04-07KGDB_SERIAL_CONSOLE check for moduleMike Frysinger
2009-04-07Change KCONFIG nameMike Frysinger
2009-04-07tty: Blackin CTS/RTSSonic Zhang
2009-04-07Change hardware flow control from poll to interrupt drivenSonic Zhang
2009-04-07Add support for the MAX3100 SPI UART.Christian Pellegrin
2009-04-07serqt: initial clean up pass for tty sideAlan Cox
2009-04-07tty: Use the generic RS485 ioctl on CRISClaudio Scordino
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-07fbdev: i.MX31: fix panning, error handling, clean upGuennadi Liakhovetski
2009-04-07tdfxfb: make use of DDC information about connected monitorKrzysztof Helt
2009-04-07tdfxfb: move I2C functionality into the tdfxfbKrzysztof Helt
2009-04-07spi_imx: set spi_master.dma_alignment = 4Mike Rapoport