aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: omap2_mcspi PIO RX fixKalle Valo2008-01-241-3/+3
* spi_bitbang: always grab lock with irqs blockedDavid Brownell2008-01-081-2/+3
* atmel_spi: reload RCR before TCRRini van Zetten2007-12-101-1/+1
* spi_imx: fix typo in descriptionWill Newton2007-12-101-1/+1
* spi_bfin5xx: fix typo in descriptionWill Newton2007-12-101-1/+1
* pxa2xx_spi: fix typo in descriptionWill Newton2007-12-101-1/+1
* Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transferBryan Wu2007-12-051-7/+45
* Blackfin SPI driver: move hard coded pin_req to board fileBryan Wu2007-12-051-21/+7
* Blackfin SPI driver: use void __iomem * for regs_baseBryan Wu2007-12-051-5/+4
* Blackfin SPI driver: use cpu_relax() to replace continue in while busywaitBryan Wu2007-12-051-39/+39
* spi: spi_bfin: resequence DMA start/stopSonic Zhang2007-12-051-11/+19
* spi: spi_bfin: update handling of delay-after-deselectBryan Wu2007-12-051-15/+9
* spi: spi_bfin: bugfix for 8..16 bit word sizesBryan Wu2007-12-051-1/+1
* spi: spi_bfin: handle multiple spi_mastersBryan Wu2007-12-051-182/+189
* spi: spi_bfin: relocate spin/waitsSonic Zhang2007-12-051-32/+52
* spi: spi_bfin: change handling of communication parametersSonic Zhang2007-12-051-75/+87
* spi: spi_bfin, rearrange portmux callsSonic Zhang2007-12-051-25/+28
* spi: spi_bfin uses portmux for additional bussesSonic Zhang2007-12-051-20/+31
* spi: spi_bfin uses platform device resourcesBryan Wu2007-12-051-41/+83
* spi: spi_bfin, don't bypass spi frameworkMike Frysinger2007-12-051-0/+12
* spi: spi_bfin handles spi_transfer.cs_changeBryan Wu2007-12-051-22/+54
* spi: spi_bfin cleanups, error handlingBryan Wu2007-12-051-64/+47
* spi: bfin spi uses portmux callsMichael Hennerich2007-12-051-6/+22
* spi: initial BF54x SPI supportBryan Wu2007-12-051-70/+69
* spi: simplify spi_sync() calling conventionMarc Pignat2007-12-051-8/+5
* spi: at25 driver is for EEPROM not FLASHDavid Brownell2007-12-051-0/+7
* SPI: use mutex not semaphoreDavid Brownell2007-12-051-3/+3
* spi: S3C2410: add bus number to SPI GPIO driverDavid Brownell2007-11-291-0/+1
* S3C24XX: ensure we only configure valid GPIOsBen Dooks2007-11-291-7/+13
* atmel_spi: label GPIOs betterDavid Brownell2007-11-291-1/+1
* Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger2007-11-231-1/+1
* tle62x0 driver stops ignoring read errorsDavid Brownell2007-11-141-1/+4
* spi: fix error paths on txx9spi_probeAtsushi Nemoto2007-11-141-20/+20
* spi: fix double-free on spi_unregister_masterAtsushi Nemoto2007-11-141-3/+5
* fix abuses of ptrdiff_tAl Viro2007-10-291-3/+3
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-182-3/+3
* spi doesn't need class_deviceTony Jones2007-10-169-32/+32
* spi_mpc83xx handles other processors with QUICC engineAnton Vorontsov2007-10-161-6/+7
* SPI driver runtime footprint shrinkageDavid Brownell2007-10-165-27/+20
* OMAP2 McSPI code cleanupKyungmin Park2007-10-161-3/+1
* Clean up duplicate includes in drivers/spi/Jesper Juhl2007-10-162-2/+0
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-5/+2
* spi_mpc83xx: hang fixJan Andersson2007-09-111-5/+2
* Fix typo in atmel_spi.cAndrew Victor2007-08-311-1/+1
* spi: correct name for spi_txx9Atsushi Nemoto2007-08-311-2/+1
* SPI driver hotplug/coldplug fixesDavid Brownell2007-08-317-4/+8
* spidev warning fixDavid Brownell2007-08-111-1/+3
* spi_mpc83xx: fix prescale modulus calculationAnton Vorontsov2007-08-111-2/+6
* spi_mpc83xx: in "QE mode", use sysclk/2Anton Vorontsov2007-08-111-8/+13