aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2007-12-05spi: initial BF54x SPI supportBryan Wu1-70/+69
2007-12-05spi: simplify spi_sync() calling conventionMarc Pignat1-8/+5
2007-12-05spi: at25 driver is for EEPROM not FLASHDavid Brownell1-0/+7
2007-12-05SPI: use mutex not semaphoreDavid Brownell1-3/+3
2007-11-29spi: S3C2410: add bus number to SPI GPIO driverDavid Brownell1-0/+1
2007-11-29S3C24XX: ensure we only configure valid GPIOsBen Dooks1-7/+13
2007-11-29atmel_spi: label GPIOs betterDavid Brownell1-1/+1
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger1-1/+1
2007-11-14tle62x0 driver stops ignoring read errorsDavid Brownell1-1/+4
2007-11-14spi: fix error paths on txx9spi_probeAtsushi Nemoto1-20/+20
2007-11-14spi: fix double-free on spi_unregister_masterAtsushi Nemoto1-3/+5
2007-10-29fix abuses of ptrdiff_tAl Viro1-3/+3
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches2-3/+3
2007-10-16spi doesn't need class_deviceTony Jones9-32/+32
2007-10-16spi_mpc83xx handles other processors with QUICC engineAnton Vorontsov1-6/+7
2007-10-16SPI driver runtime footprint shrinkageDavid Brownell5-27/+20
2007-10-16OMAP2 McSPI code cleanupKyungmin Park1-3/+1
2007-10-16Clean up duplicate includes in drivers/spi/Jesper Juhl2-2/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-5/+2
2007-09-11spi_mpc83xx: hang fixJan Andersson1-5/+2
2007-08-31Fix typo in atmel_spi.cAndrew Victor1-1/+1
2007-08-31spi: correct name for spi_txx9Atsushi Nemoto1-2/+1
2007-08-31SPI driver hotplug/coldplug fixesDavid Brownell7-4/+8