summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | spi/dw_spi: mmio code style fixupsJean-Hugues Deschenes2010-01-211-4/+3Star
| | * | 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/+2Star
| | * | 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/+17Star
| | * | spi/s3c64xx: Differentiate ip and rate clockJassi Brar2010-01-201-20/+8Star
| | * | 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/+6Star
|/
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1814-33/+2736
|\
| * spi: spi_txx9.c: use resource_size()hartleys2009-12-171-4/+2Star
| * 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
| * spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo2009-12-171-1/+1
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1414-219/+2418
|\|
| * 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