summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* omap2_mcspi: small fixes of output data formatRoman Tereshonkov2010-04-281-2/+2
* omap2_mcspi: Flush posted writesRoman Tereshonkov2010-04-281-0/+1
* spi: spi_device memory should be released instead of device.Roman Tereshonkov2010-04-281-1/+1
* spi: release device claimed by bus_find_device_by_nameRoman Tereshonkov2010-04-281-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3023-0/+23
* Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-03-181-6/+12
|\
| * spi/omap2_mcspi: Use transaction speed if providedScott Ellis2010-03-101-2/+6
| * spi/omap2_mcspi: fix NULL pointer dereferenceScott Ellis2010-03-101-4/+6
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | 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
|\
OpenPOWER on IntegriCloud