aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06spi: remove more dev->power.power_state usageDavid Brownell2-28/+0
2008-02-06spi_bfin: headers are not for changelogsMike Frysinger1-29/+3
2008-02-06spi_bfin: wait for tx to complete on write pathsSonic Zhang1-12/+10
2008-02-06spi_bfin: wait for tx to complete on full duplex pathsBryan Wu1-15/+3
2008-02-06spi_bfin: wait for tx to complete on some cs_chg pathsBryan Wu1-28/+12
2008-02-06spi_bfin: use more useful GPIO labelsBryan Wu1-1/+1
2008-02-06spi_bfin: remove useless fault pathBryan Wu1-13/+2
2008-02-06spi: omap2_mcspi handles omap3 tooGirish2-4/+39
2008-02-06spi: SuperH SPI using SCIMagnus Damm3-0/+213
2008-02-06spi: s3c drivers shouldn't care about spi_board_infoDavid Brownell2-24/+0
2008-02-06atmel_spi: fix dmachain oops with DEBUG enabledHaavard Skinnemoen1-8/+12
2008-02-06atmel_spi: chain DMA transfersSilvester Erdeg1-45/+101
2008-02-06atmel_spi throughput improvementHaavard Skinnemoen1-3/+8
2008-02-06spi core: stop updating dev->power.power_stateDavid Brownell1-20/+14
2008-02-06Remove pointless casts from void pointersJeff Garzik1-1/+1
2008-02-06Remove inclusions of <linux/autoconf.h>Ralf Baechle1-1/+0
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras4-100/+72
2008-01-31Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xxPaul Mackerras1-77/+5
2008-01-28spi_mpc83xx: use brg-frequency for SPI in QEAnton Vorontsov1-5/+1
2008-01-26[POWERPC] mpc52xx_psc_spi device driver must not touch port_config and cdmGrant Likely1-75/+2
2008-01-26[POWERPC] mpc5200: normalize compatible property bindingsGrant Likely1-2/+3
2008-01-26[ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()eric miao2-86/+53
2008-01-26[ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.heric miao1-0/+1
2008-01-24spi: use class iteration apiDave Young1-11/+15
2008-01-24spi: omap2_mcspi PIO RX fixKalle Valo1-3/+3
2008-01-24Merge branch 'linux-2.6'Paul Mackerras1-2/+3
2008-01-18[POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions.Grant Likely1-2/+7
2008-01-08spi_bitbang: always grab lock with irqs blockedDavid Brownell1-2/+3
2007-12-10atmel_spi: reload RCR before TCRRini van Zetten1-1/+1
2007-12-10spi_imx: fix typo in descriptionWill Newton1-1/+1
2007-12-10spi_bfin5xx: fix typo in descriptionWill Newton1-1/+1
2007-12-10pxa2xx_spi: fix typo in descriptionWill Newton1-1/+1
2007-12-05Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transferBryan Wu1-7/+45
2007-12-05Blackfin SPI driver: move hard coded pin_req to board fileBryan Wu1-21/+7
2007-12-05Blackfin SPI driver: use void __iomem * for regs_baseBryan Wu1-5/+4
2007-12-05Blackfin SPI driver: use cpu_relax() to replace continue in while busywaitBryan Wu1-39/+39
2007-12-05spi: spi_bfin: resequence DMA start/stopSonic Zhang1-11/+19
2007-12-05spi: spi_bfin: update handling of delay-after-deselectBryan Wu1-15/+9
2007-12-05spi: spi_bfin: bugfix for 8..16 bit word sizesBryan Wu1-1/+1
2007-12-05spi: spi_bfin: handle multiple spi_mastersBryan Wu1-182/+189
2007-12-05spi: spi_bfin: relocate spin/waitsSonic Zhang1-32/+52
2007-12-05spi: spi_bfin: change handling of communication parametersSonic Zhang1-75/+87
2007-12-05spi: spi_bfin, rearrange portmux callsSonic Zhang1-25/+28
2007-12-05spi: spi_bfin uses portmux for additional bussesSonic Zhang1-20/+31
2007-12-05spi: spi_bfin uses platform device resourcesBryan Wu1-41/+83
2007-12-05spi: spi_bfin, don't bypass spi frameworkMike Frysinger1-0/+12
2007-12-05spi: spi_bfin handles spi_transfer.cs_changeBryan Wu1-22/+54
2007-12-05spi: spi_bfin cleanups, error handlingBryan Wu1-64/+47
2007-12-05spi: bfin spi uses portmux callsMichael Hennerich1-6/+22