summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: imx: Add missing request_mem_region in probe()Darius Augulis2009-04-071-5/+13
| * | | i2c: i2c-s3c2410: Initialise Samsung I2C controller earlyMark Brown2009-04-071-2/+1
| * | | i2c-s3c2410: Simplify bus frequency calculationDaniel Silverstone2009-04-071-39/+11
| * | | i2c-s3c2410: sda_delay should be in ns, not clock ticksBen Dooks2009-04-071-5/+19
| * | | i2c: iMX/MXC supportDarius Augulis2009-04-073-0/+628
| | |/ | |/|
* | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-04-075-67/+1070
|\ \ \
| * | | hwmon: Add Asus ATK0110 supportLuca Tettamanti2009-04-074-2/+1023
| * | | hwmon: (lm95241) Convert to new-style i2c driverJean Delvare2009-04-071-65/+47
| |/ /
* | | parport: Use the PCI IRQ if offeredAlan Cox2009-04-073-26/+54
* | | tty: jsm cleanupsBreno Leitao2009-04-072-21/+12
* | | Adjust path to gpio headersMike Frysinger2009-04-071-8/+8
* | | KGDB_SERIAL_CONSOLE check for moduleMike Frysinger2009-04-071-1/+1
* | | Change KCONFIG nameMike Frysinger2009-04-071-1/+1
* | | tty: Blackin CTS/RTSSonic Zhang2009-04-072-58/+137
* | | Change hardware flow control from poll to interrupt drivenSonic Zhang2009-04-071-49/+82
* | | Add support for the MAX3100 SPI UART.Christian Pellegrin2009-04-072-0/+8
* | | serqt: initial clean up pass for tty sideAlan Cox2009-04-071-286/+163
* | | tty: Use the generic RS485 ioctl on CRISClaudio Scordino2009-04-072-22/+59
* | | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-073-3/+3
* | | dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang2009-04-071-2/+2
* | | dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-073-13/+13
* | | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2009-04-073-5/+5
* | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07139-236/+232
* | | dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang2009-04-073-8/+8
* | | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2009-04-075-8/+8
* | | dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang2009-04-071-1/+1
* | | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-0772-123/+120
* | | fbdev: i.MX31: fix panning, error handling, clean upGuennadi Liakhovetski2009-04-071-25/+31
* | | tdfxfb: make use of DDC information about connected monitorKrzysztof Helt2009-04-071-4/+63
* | | tdfxfb: move I2C functionality into the tdfxfbKrzysztof Helt2009-04-072-1/+208
* | | spi_imx: set spi_master.dma_alignment = 4Mike Rapoport2009-04-071-0/+2
* | | pxa2xx_spi: set spi_master.dma_alignment = 8Mike Rapoport2009-04-071-0/+2
* | | spi_bfin5xx: remove unused IS_DMA_ALIGNED macroMike Rapoport2009-04-071-2/+0
* | | spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common casesEric Miao2009-04-071-18/+78
* | | spi: limit reaches -1, tested 0Roel Kluin2009-04-071-1/+2
* | | Blackfin SPI Driver: Make mmc_spi driver work on BlackfinWolfgang Muees2009-04-071-142/+108
* | | Blackfin SPI Driver: Add GPIO controlled SPI Slave Select supportMichael Hennerich2009-04-071-8/+32
* | | Blackfin SPI Driver: fix NULL pointer crashMike Frysinger2009-04-071-0/+3
* | | Blackfin SPI Driver: use bfin_spi_ prefix on all functionsMike Frysinger2009-04-071-111/+112
* | | Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_changeYi Li2009-04-071-9/+8
* | | Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert...Yi Li2009-04-071-3/+2
* | | Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54xMike Frysinger2009-04-071-1/+2
* | | Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handlerMike Frysinger2009-04-071-1/+11
* | | Blackfin SPI Driver: get dma working for SPI flashesMike Frysinger2009-04-071-10/+16
* | | Blackfin SPI Driver: SPI slave select code cleanupMike Frysinger2009-04-071-3/+1
* | | Blackfin SPI Driver: use the properl BIT_CTL_xxx definesMike Frysinger2009-04-071-3/+3
* | | Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag anyMike Frysinger2009-04-071-1/+1
* | | Blackfin SPI Driver: add a few more DMA debug messagesMike Frysinger2009-04-071-2/+10
* | | Blackfin SPI Driver: drop bogus cast and touchup dma labelMike Frysinger2009-04-071-2/+2
* | | Blackfin SPI Driver: unify duplicated code in dma read/write pathsMike Frysinger2009-04-071-26/+21