summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2010-05-25spi/davinci: Fix clock prescale factor computationThomas Koeller1-3/+9
2010-05-25spi: move bitbang txrx utility functions to private headerhartleys6-10/+98
2010-05-25spi/mpc5121: Add SPI master driver for MPC5121 PSCAnatolij Gustschin3-0/+584
2010-05-25spi/ep93xx: implemented driver for Cirrus EP93xx SPI controllerMika Westerberg3-0/+949
2010-05-25spi/omap2_mcspi: Check params before dereference or useScott Ellis1-8/+11
2010-05-25spi/omap2_mcspi: add turbo mode supportRoman Tereshonkov1-21/+111
2010-05-25spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160Roman Tereshonkov1-1/+1
2010-05-25spi/pl022: fix stop queue procedureGrzegorz Sygieda1-1/+1
2010-05-25spi/pl022: add support for the PL023 derivateLinus Walleij1-16/+74
2010-05-25spi/pl022: fix up differences between ARM and ST versionsLinus Walleij1-56/+122
2010-05-25spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dmaJoakim Tjernlund1-1/+1
2010-05-25spi/spi_mpc8xxx: Fix QE mode Litte EndianJoakim Tjernlund1-31/+70
2010-05-22spi/spi_mpc8xxx: fix potential memory corruption.Joakim Tjernlund1-4/+3
2010-04-28omap2_mcspi: small fixes of output data formatRoman Tereshonkov1-2/+2
2010-04-28omap2_mcspi: Flush posted writesRoman Tereshonkov1-0/+1
2010-04-28spi: spi_device memory should be released instead of device.Roman Tereshonkov1-1/+1
2010-04-28spi: release device claimed by bus_find_device_by_nameRoman Tereshonkov1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo23-0/+23
2010-03-18Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+12
2010-03-10spi/omap2_mcspi: Use transaction speed if providedScott Ellis1-2/+6
2010-03-10spi/omap2_mcspi: fix NULL pointer dereferenceScott Ellis1-4/+6
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren19-108/+2236
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-6/+12
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss1-2/+2
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss1-2/+4
2010-02-25Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds17-100/+2220
2010-02-16spi: Correct SPI clock frequency setting in spi_mpc8xxxErnst Schwab1-2/+2
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren2-2/+2
2010-02-15omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-02spi/spi_s3c64xx.c: Fix continuation line formatsJoe Perches1-6/+5
2010-02-02spi: spi_sh_msiof: Fixed data sampling on the correct edgeMarkus Pietrek1-9/+6
2010-01-27ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fillsLinus Walleij1-6/+12
2010-01-22spi/dw_spi: Fix dw_spi_mmio to depend on HAVE_CLKJean-Hugues Deschenes1-1/+1
2010-01-21spi/dw_spi: Allow dw_spi.c to be a moduleJean-Hugues Deschenes1-1/+1
2010-01-21spi/dw_spi: mmio code style fixupsJean-Hugues Deschenes1-4/+3
2010-01-21Memory-mapped dw_spi driverJean-Hugues Deschenes3-0/+153
2010-01-21spi/dw_spi: fix missing export of dw_spi_remove_hostFeng Tang1-0/+1
2010-01-21spi/dw_spi: conditional transfer mode changesGeorge Shore1-0/+16
2010-01-21spi/dw_spi: remove conditional from 'poll_transfer'.George Shore1-5/+2
2010-01-21spi/dw_spi: fixed a spelling typo in a warning message.George Shore1-1/+1
2010-01-21spi/dw_spi: add return value to empty mrst_spi_debugfs_init()George Shore1-0/+1
2010-01-21spi/dw_spi: add a FIFO depth detectionFeng Tang1-0/+16
2010-01-20spi/dw_spi: fix __init/__devinit section mismatchGrant Likely1-1/+1
2010-01-20spi: xilinx_spi: Fix up I/O routine wrapping bogosity.Paul Mundt1-4/+24
2010-01-20spi/spi_imx: add device information by switching pr_debug() to dev_dbg()Alberto Panizzo1-1/+1
2010-01-20spi: update MSIOF includesMagnus Damm1-1/+1
2010-01-20spi/dw_spi: refine the IRQ mode working flowFeng Tang2-25/+40
2010-01-20spi/dw_spi: add a missed dw_spi_remove_host() in exit sequenceFeng Tang1-0/+1