summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-15tle62x0 driver stops ignoring read errorsDavid Brownell1-1/+4
2007-11-15spi: fix error paths on txx9spi_probeAtsushi Nemoto1-20/+20
2007-11-15spi: fix double-free on spi_unregister_masterAtsushi Nemoto1-3/+5
2007-10-29fix abuses of ptrdiff_tAl Viro1-3/+3
2007-10-20Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Add 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-13Driver core: change add_uevent_var to use a structKay Sievers1-5/+2
2007-09-12spi_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
2007-08-12spidev warning fixDavid Brownell1-1/+3
2007-08-12spi_mpc83xx: fix prescale modulus calculationAnton Vorontsov1-2/+6
2007-08-12spi_mpc83xx: in "QE mode", use sysclk/2Anton Vorontsov1-8/+13
2007-08-01spi device setup gets better error checkingDavid Brownell1-15/+30
2007-08-01spi_mpc83xx: support loopback modeAnton Vorontsov1-2/+6
2007-08-01spidev supports more communications modesAnton Vorontsov1-3/+10
2007-08-01spi_mpc83xx: fix QE+LSB mode shiftsAnton Vorontsov1-0/+8
2007-08-01spi_mpc83xx: support for lsb-first transfersAnton Vorontsov1-5/+10
2007-08-01spi_mpc83xx: get rid of magic numbersAnton Vorontsov1-2/+3
2007-08-01spi_mpc83xx: turn off SPI unit while switching modeAnton Vorontsov1-0/+4
2007-07-26fixup s3c24xx build after arch movesBen Dooks1-1/+1
2007-07-22spi.c:scan_boardinfo() mustn't be __init_or_moduleAdrian Bunk1-2/+1
2007-07-17use mutex instead of semaphore in SPI core/init codeMatthias Kaehlcke1-5/+6
2007-07-17spi_txx9 controller driverAtsushi Nemoto3-0/+481
2007-07-17SPI: omap2_mcspi driverSamuel Ortiz3-0/+1088
2007-07-17spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832xJoakim Tjernlund1-3/+29
2007-07-17SPI master driver for Xilinx virtexAndrei Konovalov3-0/+446
2007-07-17SPI: tle620x power switch driverBen Dooks3-0/+338
2007-07-17S3c24xx SPI controllers both select 'bitbang'David Brownell1-1/+3
2007-07-17atmel_spi: don't always deselect chip between messagesDavid Brownell1-24/+103
2007-07-17atmel_spi: minor updatesDavid Brownell1-12/+45