summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-04-09sfc: Don't specify unexistent IRQJean Delvare2-5/+0
2009-04-09netxen: cache align register map tableDhananjay Phadke1-1/+2
2009-04-09netxen: enable GRO supportAmit Kumar Salecha2-3/+5
2009-04-09netxen: enable rss for NX2031Dhananjay Phadke4-43/+137
2009-04-09netxen: sanitize function namesDhananjay Phadke7-406/+233
2009-04-09netxen: annotate register access functionsDhananjay Phadke7-344/+239
2009-04-09netxen: allocate status rings dynamicallyDhananjay Phadke2-6/+30
2009-04-09netxen: async link event handlingDhananjay Phadke6-57/+263
2009-04-09netxen: defer firmware handshakeDhananjay Phadke3-42/+22
2009-04-09netxen: refactor transmit codeDhananjay Phadke5-120/+108
2009-04-09netxen: refactor netxen_adapterDhananjay Phadke3-59/+39
2009-04-09netxen: code cleanupDhananjay Phadke8-256/+146
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds9-15/+83
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-10/+1162
2009-04-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-215/+302
2009-04-07Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds7-94/+1437
2009-04-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds5-67/+1070
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox3-26/+54
2009-04-07tty: jsm cleanupsBreno Leitao2-21/+12
2009-04-07Adjust path to gpio headersMike Frysinger1-8/+8
2009-04-07KGDB_SERIAL_CONSOLE check for moduleMike Frysinger1-1/+1
2009-04-07Change KCONFIG nameMike Frysinger1-1/+1
2009-04-07tty: Blackin CTS/RTSSonic Zhang2-58/+137
2009-04-07Change hardware flow control from poll to interrupt drivenSonic Zhang1-49/+82
2009-04-07Add support for the MAX3100 SPI UART.Christian Pellegrin2-0/+8
2009-04-07serqt: initial clean up pass for tty sideAlan Cox1-286/+163
2009-04-07tty: Use the generic RS485 ioctl on CRISClaudio Scordino2-22/+59
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang3-3/+3
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang3-13/+13
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang3-5/+5
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang139-236/+232
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang3-8/+8
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang5-8/+8
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang72-123/+120
2009-04-07fbdev: i.MX31: fix panning, error handling, clean upGuennadi Liakhovetski1-25/+31
2009-04-07tdfxfb: make use of DDC information about connected monitorKrzysztof Helt1-4/+63
2009-04-07tdfxfb: move I2C functionality into the tdfxfbKrzysztof Helt2-1/+208
2009-04-07spi_imx: set spi_master.dma_alignment = 4Mike Rapoport1-0/+2
2009-04-07pxa2xx_spi: set spi_master.dma_alignment = 8Mike Rapoport1-0/+2
2009-04-07spi_bfin5xx: remove unused IS_DMA_ALIGNED macroMike Rapoport1-2/+0
2009-04-07spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common casesEric Miao1-18/+78
2009-04-07spi: limit reaches -1, tested 0Roel Kluin1-1/+2
2009-04-07Blackfin SPI Driver: Make mmc_spi driver work on BlackfinWolfgang Muees1-142/+108
2009-04-07Blackfin SPI Driver: Add GPIO controlled SPI Slave Select supportMichael Hennerich1-8/+32
2009-04-07Blackfin SPI Driver: fix NULL pointer crashMike Frysinger1-0/+3
2009-04-07Blackfin SPI Driver: use bfin_spi_ prefix on all functionsMike Frysinger1-111/+112
2009-04-07Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_changeYi Li1-9/+8
2009-04-07Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert...Yi Li1-3/+2