summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: controller driver for Designware SPI coreFeng Tang2009-12-174-0/+1125
* spidev: add proper section markersMike Frysinger2009-12-171-8/+8
* spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo2009-12-171-1/+1
* spi: fix probe/remove section markingsGrant Likely2009-12-131-3/+3
* Add OMAP spi100k driverCory Maccarrone2009-12-133-0/+642
* spi-imx: don't access struct device directly but use dev_get_platdataUwe Kleine-König2009-12-131-1/+1
* spi-imx: Add mx25 supportSascha Hauer2009-12-131-4/+4
* spi-imx: use positive logic to distinguish cpu variantsUwe Kleine-König2009-12-131-1/+1
* spi-imx: correct check for platform_get_irq failingUwe Kleine-König2009-12-131-1/+1
* ARM: NUC900: Add spi driver support for nuc900Wan ZongShun2009-12-133-0/+512
* spi: SuperH MSIOF SPI Master driver V2Magnus Damm2009-12-133-0/+699
* spi: fix spidev compilation failure when VERBOSE is definedFlorian Fainelli2009-12-091-3/+3
* spi/au1550_spi: fix setupxfer not to override cfg with zerosJan Nikitenko2009-12-091-2/+8
* spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_removeUwe Kleine-König2009-12-091-1/+1
* spi/i.MX: fix broken error handling for gpio_requestJohn Ogness2009-12-091-4/+5
* spi/i.mx: drain MXC SPI transfer buffer when probing deviceDaniel Mack2009-12-091-0/+8
* spi/xilinx_spi: fix incorrect castingGrant Likely2009-12-091-2/+2
* spi/mpc52xx-spi: minor cleanupsWolfram Sang2009-12-091-15/+11
* xilinx_spi: add a platform driver using the xilinx_spi common module.Richard Röjfors2009-12-093-0/+110
* xilinx_spi: add support for the DS570 IP.Richard Röjfors2009-12-093-32/+91
* xilinx_spi: Switch to iomem functions and support little endian.Richard Röjfors2009-12-092-43/+55
* xilinx_spi: Split into of driver and generic part.Richard Röjfors2009-12-095-121/+213
* mpc52xx_spi: add gpio chipselectLuotao Fu2009-12-091-4/+60
* mpc52xx_spi: add missing mode_bits definitionLuotao Fu2009-12-091-0/+2
* mpc52xx_spi: fix clearing status registerLuotao Fu2009-12-091-1/+5
* mpc52xx/wdt: remove obsolete old WDT implementationAlbrecht Dreß2009-12-083-295/+3
* mmc: fix missing module license declaration in of_mmc_spi.cGrant Likely2009-11-051-0/+2
* spi/mpc52xx: replace printk with dev_errWolfram Sang2009-11-051-3/+2
* Xilinx: SPI: Fix bits_per_word for transfersJohn Linn2009-11-051-1/+2
* spi/mpc52xx-psc-spi: check for valid PSCWolfram Sang2009-11-051-4/+8
* powerpc/5200: Add mpc5200-spi (non-PSC) device driverGrant Likely2009-11-043-0/+529
* spi/mpc5200: Register SPI devices described in device treeGrant Likely2009-11-041-1/+7
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-11-034-31/+55
|\
| * PM: Remove some debug messages producing too much noisePavel Machek2009-11-031-4/+0
| * PM: Fix warning on suspend errorsRomit Dasgupta2009-11-031-0/+1
| * PM / yenta: Split resume into early and late parts (rev. 4)Rafael J. Wysocki2009-11-032-27/+54
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-11-034-7/+66
|\ \
| * | Input: gpio-keys - use IRQF_SHAREDDmitry Eremin-Solenikov2009-11-031-0/+1
| * | Input: winbond-cir - select LEDS_TRIGGERSDavid Härdeman2009-11-031-0/+1
| * | Input: i8042 - try to get stable CTR value when initializingDmitry Torokhov2009-11-031-7/+28
| * | Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov2009-11-033396-302293/+535289
| |\ \
| * | | Input: atkbd - add a quirk for OQO 01+ multimedia keysJamie Lentin2009-10-221-0/+36
* | | | Merge branch 'i2c-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2009-11-032-37/+59
|\ \ \ \
| * | | | i2c-mpc: Do not generate STOP after read.Joakim Tjernlund2009-11-031-8/+2
| * | | | i2c: imx: disable clock when it's possible to save power.Richard Zhao2009-11-031-6/+6
| * | | | i2c: imx: only imx1 needs disable delayRichard Zhao2009-11-031-5/+7
| * | | | i2c: imx: check busy bit when START/STOPRichard Zhao2009-11-031-18/+44
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-0319-131/+480
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-038-10/+36
| |\ \ \
| | * | | libertas if_usb: Fix crash on 64-bit machinesDavid Woodhouse2009-10-301-1/+1