summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorLines
2010-04-28omap2_mcspi: small fixes of output data formatRoman Tereshonkov-2/+2
2010-04-28omap2_mcspi: Flush posted writesRoman Tereshonkov-0/+1
2010-04-28spi: spi_device memory should be released instead of device.Roman Tereshonkov-1/+1
2010-04-28spi: release device claimed by bus_find_device_by_nameRoman Tereshonkov-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+23
2010-03-18Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-6/+12
2010-03-10spi/omap2_mcspi: Use transaction speed if providedScott Ellis-2/+6
2010-03-10spi/omap2_mcspi: fix NULL pointer dereferenceScott Ellis-4/+6
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren-108/+2236
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-6/+12
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss-2/+2
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss-2/+4
2010-02-25Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-100/+2220
2010-02-16spi: Correct SPI clock frequency setting in spi_mpc8xxxErnst Schwab-2/+2
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren-2/+2
2010-02-15omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-02-02spi/spi_s3c64xx.c: Fix continuation line formatsJoe Perches-6/+5
2010-02-02spi: spi_sh_msiof: Fixed data sampling on the correct edgeMarkus Pietrek-9/+6
2010-01-27ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fillsLinus Walleij-6/+12
2010-01-22spi/dw_spi: Fix dw_spi_mmio to depend on HAVE_CLKJean-Hugues Deschenes-1/+1
2010-01-21spi/dw_spi: Allow dw_spi.c to be a moduleJean-Hugues Deschenes-1/+1
2010-01-21spi/dw_spi: mmio code style fixupsJean-Hugues Deschenes-4/+3
2010-01-21Memory-mapped dw_spi driverJean-Hugues Deschenes-0/+153
2010-01-21spi/dw_spi: fix missing export of dw_spi_remove_hostFeng Tang-0/+1
2010-01-21spi/dw_spi: conditional transfer mode changesGeorge Shore-0/+16
2010-01-21spi/dw_spi: remove conditional from 'poll_transfer'.George Shore-5/+2
2010-01-21spi/dw_spi: fixed a spelling typo in a warning message.George Shore-1/+1
2010-01-21spi/dw_spi: add return value to empty mrst_spi_debugfs_init()George Shore-0/+1
2010-01-21spi/dw_spi: add a FIFO depth detectionFeng Tang-0/+16
2010-01-20spi/dw_spi: fix __init/__devinit section mismatchGrant Likely-1/+1
2010-01-20spi: xilinx_spi: Fix up I/O routine wrapping bogosity.Paul Mundt-4/+24
2010-01-20spi/spi_imx: add device information by switching pr_debug() to dev_dbg()Alberto Panizzo-1/+1
2010-01-20spi: update MSIOF includesMagnus Damm-1/+1
2010-01-20spi/dw_spi: refine the IRQ mode working flowFeng Tang-25/+40
2010-01-20spi/dw_spi: add a missed dw_spi_remove_host() in exit sequenceFeng Tang-0/+1
2010-01-20spi/dw_spi: bug fix in wait_till_not_busy()Feng Tang-1/+1
2010-01-20spi/s3c64xx: Add new parameter to cs callbackJassi Brar-3/+4
2010-01-20spi/s3c64xx: Include moved headerJassi Brar-1/+1
2010-01-20spi/s3c64xx: Check before mem-region releaseJassi Brar-1/+2
2010-01-20spi/s3c64xx: Move src_clk to local driver dataJassi Brar-19/+17
2010-01-20spi/s3c64xx: Differentiate ip and rate clockJassi Brar-20/+8
2010-01-20spi/s3c64xx: Rename s3c64xx_spi_cntrlr_infoJassi Brar-12/+12
2010-01-20spi/mpc8xxx: don't check platform_get_irq's return value against zeroUwe Kleine-König-2/+2
2010-01-20spi: Add Freescale/Motorola Coldfire QSPI driverSteven King-0/+651
2010-01-20spi: make Open Firmware device id constantMárton Németh-4/+4
2010-01-20spi: Fix reversed args to time_before() in Freescale stmp driver.Robert P. J. Day-1/+1
2010-01-20spi: Add SPI master driver for DaVinci/DA8xxSandeep Paulraj-0/+1263
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-33/+2736