summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-0119-108/+2236
|\
| * Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-6/+12
| |\
| | * ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fillsLinus Walleij2010-01-271-6/+12
| * | MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss2010-02-271-2/+2
| * | MIPS: Alchemy: remove dbdma compat macrosManuel Lauss2010-02-271-2/+4
| * | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-02-2517-100/+2220
| |\ \
| | * | spi: Correct SPI clock frequency setting in spi_mpc8xxxErnst Schwab2010-02-161-2/+2
| | * | spi/spi_s3c64xx.c: Fix continuation line formatsJoe Perches2010-02-021-6/+5
| | * | spi/dw_spi: Fix dw_spi_mmio to depend on HAVE_CLKJean-Hugues Deschenes2010-01-221-1/+1
| | * | spi/dw_spi: Allow dw_spi.c to be a moduleJean-Hugues Deschenes2010-01-211-1/+1
| | * | spi/dw_spi: mmio code style fixupsJean-Hugues Deschenes2010-01-211-4/+3
| | * | Memory-mapped dw_spi driverJean-Hugues Deschenes2010-01-213-0/+153
| | * | spi/dw_spi: fix missing export of dw_spi_remove_hostFeng Tang2010-01-211-0/+1
| | * | spi/dw_spi: conditional transfer mode changesGeorge Shore2010-01-211-0/+16
| | * | spi/dw_spi: remove conditional from 'poll_transfer'.George Shore2010-01-211-5/+2
| | * | spi/dw_spi: fixed a spelling typo in a warning message.George Shore2010-01-211-1/+1
| | * | spi/dw_spi: add return value to empty mrst_spi_debugfs_init()George Shore2010-01-211-0/+1
| | * | spi/dw_spi: add a FIFO depth detectionFeng Tang2010-01-211-0/+16
| | * | spi/dw_spi: fix __init/__devinit section mismatchGrant Likely2010-01-201-1/+1
| | * | spi: xilinx_spi: Fix up I/O routine wrapping bogosity.Paul Mundt2010-01-201-4/+24
| | * | spi/spi_imx: add device information by switching pr_debug() to dev_dbg()Alberto Panizzo2010-01-201-1/+1
| | * | spi: update MSIOF includesMagnus Damm2010-01-201-1/+1
| | * | spi/dw_spi: refine the IRQ mode working flowFeng Tang2010-01-202-25/+40
| | * | spi/dw_spi: add a missed dw_spi_remove_host() in exit sequenceFeng Tang2010-01-201-0/+1
| | * | spi/dw_spi: bug fix in wait_till_not_busy()Feng Tang2010-01-201-1/+1
| | * | spi/s3c64xx: Add new parameter to cs callbackJassi Brar2010-01-201-3/+4
| | * | spi/s3c64xx: Include moved headerJassi Brar2010-01-201-1/+1
| | * | spi/s3c64xx: Check before mem-region releaseJassi Brar2010-01-201-1/+2
| | * | spi/s3c64xx: Move src_clk to local driver dataJassi Brar2010-01-201-19/+17
| | * | spi/s3c64xx: Differentiate ip and rate clockJassi Brar2010-01-201-20/+8
| | * | spi/s3c64xx: Rename s3c64xx_spi_cntrlr_infoJassi Brar2010-01-201-12/+12
| | * | spi/mpc8xxx: don't check platform_get_irq's return value against zeroUwe Kleine-König2010-01-201-2/+2
| | * | spi: Add Freescale/Motorola Coldfire QSPI driverSteven King2010-01-203-0/+651
| | * | spi: make Open Firmware device id constantMárton Németh2010-01-204-4/+4
| | * | spi: Fix reversed args to time_before() in Freescale stmp driver.Robert P. J. Day2010-01-201-1/+1
| | * | spi: Add SPI master driver for DaVinci/DA8xxSandeep Paulraj2010-01-203-0/+1263
| | |/
* | | omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren2010-02-152-2/+2
* | | omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren2010-02-151-1/+1
|/ /
* | spi: spi_sh_msiof: Fixed data sampling on the correct edgeMarkus Pietrek2010-02-021-9/+6
|/
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1714-33/+2736
|\
| * spi: spi_txx9.c: use resource_size()hartleys2009-12-171-4/+2
| * spi: spi_sh_sci.c: use resource_size()hartleys2009-12-171-1/+1
| * spi: spi_mpc8xxx.c: use resource_size()hartleys2009-12-171-1/+1
| * spi: spi_bfin5xx.c: use resource_size()hartleys2009-12-171-1/+1
| * spi: atmel_spi.c: use resource_size()hartleys2009-12-171-1/+1
| * spi: Add s3c64xx SPI Controller driverJassi Brar2009-12-173-0/+1204
| * atmel_spi: fix dma addr calculation for len > BUFFER_SIZEBen Nizette2009-12-171-2/+2
| * spi_s3c24xx: add FIQ pseudo-DMA supportBen Dooks2009-12-175-14/+390
| * spi: controller driver for Designware SPI coreFeng Tang2009-12-174-0/+1125
| * spidev: add proper section markersMike Frysinger2009-12-171-8/+8
OpenPOWER on IntegriCloud