index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-08
at91_ide: remove custom tf_{read|load}() methods
Sergei Shtylyov
1
-76
/
+2
2009-04-08
ide-h8300: remove mm_{inw|outw}()
Sergei Shtylyov
1
-22
/
+0
2009-04-08
tx4939ide: remove wmb()
Atsushi Nemoto
1
-3
/
+3
2009-04-08
ide: remove wmb() from ide-dma-sff.c and scc_pata.c
Grant Grundler
2
-8
/
+3
2009-04-08
ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data
Geert Uytterhoeven
2
-8
/
+19
2009-04-08
ide: Fix host drivers that need IRQF_SHARED
Geert Uytterhoeven
1
-0
/
+1
2009-04-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
9
-15
/
+83
2009-04-07
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
7
-10
/
+1162
2009-04-07
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-215
/
+302
2009-04-07
Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linux
Linus Torvalds
7
-94
/
+1437
2009-04-07
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
5
-67
/
+1070
2009-04-07
parport: Use the PCI IRQ if offered
Alan Cox
3
-26
/
+54
2009-04-07
tty: jsm cleanups
Breno Leitao
2
-21
/
+12
2009-04-07
Adjust path to gpio headers
Mike Frysinger
1
-8
/
+8
2009-04-07
KGDB_SERIAL_CONSOLE check for module
Mike Frysinger
1
-1
/
+1
2009-04-07
Change KCONFIG name
Mike Frysinger
1
-1
/
+1
2009-04-07
tty: Blackin CTS/RTS
Sonic Zhang
2
-58
/
+137
2009-04-07
Change hardware flow control from poll to interrupt driven
Sonic Zhang
1
-49
/
+82
2009-04-07
Add support for the MAX3100 SPI UART.
Christian Pellegrin
2
-0
/
+8
2009-04-07
serqt: initial clean up pass for tty side
Alan Cox
1
-286
/
+163
2009-04-07
tty: Use the generic RS485 ioctl on CRIS
Claudio Scordino
2
-22
/
+59
2009-04-07
dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)
Yang Hongyang
3
-3
/
+3
2009-04-07
dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)
Yang Hongyang
1
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
Yang Hongyang
3
-13
/
+13
2009-04-07
dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)
Yang Hongyang
3
-5
/
+5
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
139
-236
/
+232
2009-04-07
dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)
Yang Hongyang
3
-8
/
+8
2009-04-07
dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)
Yang Hongyang
5
-8
/
+8
2009-04-07
dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)
Yang Hongyang
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
72
-123
/
+120
2009-04-07
fbdev: i.MX31: fix panning, error handling, clean up
Guennadi Liakhovetski
1
-25
/
+31
2009-04-07
tdfxfb: make use of DDC information about connected monitor
Krzysztof Helt
1
-4
/
+63
2009-04-07
tdfxfb: move I2C functionality into the tdfxfb
Krzysztof Helt
2
-1
/
+208
2009-04-07
spi_imx: set spi_master.dma_alignment = 4
Mike Rapoport
1
-0
/
+2
2009-04-07
pxa2xx_spi: set spi_master.dma_alignment = 8
Mike Rapoport
1
-0
/
+2
2009-04-07
spi_bfin5xx: remove unused IS_DMA_ALIGNED macro
Mike Rapoport
1
-2
/
+0
2009-04-07
spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases
Eric Miao
1
-18
/
+78
2009-04-07
spi: limit reaches -1, tested 0
Roel Kluin
1
-1
/
+2
2009-04-07
Blackfin SPI Driver: Make mmc_spi driver work on Blackfin
Wolfgang Muees
1
-142
/
+108
2009-04-07
Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support
Michael Hennerich
1
-8
/
+32
2009-04-07
Blackfin SPI Driver: fix NULL pointer crash
Mike Frysinger
1
-0
/
+3
2009-04-07
Blackfin SPI Driver: use bfin_spi_ prefix on all functions
Mike Frysinger
1
-111
/
+112
2009-04-07
Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change
Yi Li
1
-9
/
+8
2009-04-07
Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert...
Yi Li
1
-3
/
+2
2009-04-07
Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x
Mike Frysinger
1
-1
/
+2
2009-04-07
Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler
Mike Frysinger
1
-1
/
+11
2009-04-07
Blackfin SPI Driver: get dma working for SPI flashes
Mike Frysinger
1
-10
/
+16
2009-04-07
Blackfin SPI Driver: SPI slave select code cleanup
Mike Frysinger
1
-3
/
+1
2009-04-07
Blackfin SPI Driver: use the properl BIT_CTL_xxx defines
Mike Frysinger
1
-3
/
+3
2009-04-07
Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any
Mike Frysinger
1
-1
/
+1
[next]