aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/atmel_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+5
|\
| * atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'Jean-Christophe PLAGNIOL-VILLARD2010-11-301-1/+5
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
|/
* spi/atmel: typo in debug messageMatthias Brugger2010-10-151-1/+1
* spi/atmel: let transfers through if not changing bits_per_wordMatthias Brugger2010-10-131-1/+13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi: atmel_spi.c: use resource_size()hartleys2009-12-171-1/+1
* atmel_spi: fix dma addr calculation for len > BUFFER_SIZEBen Nizette2009-12-171-2/+2
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-181-9/+3
* spi: move common spi_setup() functionality into coreDavid Brownell2009-06-181-2/+0
* spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-4/+4
* atmel_spi: allow transfer when max_speed_hz = 0Stanislaw Gruszka2009-01-151-2/+1
* spi: atmel_spi update chipselect handlingHaavard Skinnemoen2009-01-061-26/+67
* atmel_spi: clean up SPIv1 quirk handlingHaavard Skinnemoen2009-01-061-18/+22
* atmel_spi: work-around required for new HW bug in AT91SAM9263 Rev.B SPI contr...Jean-Christophe Lallemand2008-11-121-0/+3
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-3/+3
* atmel_spi: fix hang due to missed interruptGerard Kam2008-08-041-5/+12
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* atmel_spi: clean up baud rate divisor calculationHaavard Skinnemoen2008-04-301-9/+20
* atmel_spi: support zero length transferAtsushi Nemoto2008-04-281-1/+1
* spi: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* atmel_spi: fix clock polarityAtsushi Nemoto2008-02-231-0/+10
* atmel_spi: fix dmachain oops with DEBUG enabledHaavard Skinnemoen2008-02-061-8/+12
* atmel_spi: chain DMA transfersSilvester Erdeg2008-02-061-45/+101
* atmel_spi throughput improvementHaavard Skinnemoen2008-02-061-3/+8
* atmel_spi: reload RCR before TCRRini van Zetten2007-12-101-1/+1
* atmel_spi: label GPIOs betterDavid Brownell2007-11-291-1/+1
* spi doesn't need class_deviceTony Jones2007-10-161-7/+7
* Fix typo in atmel_spi.cAndrew Victor2007-08-311-1/+1
* atmel_spi: don't always deselect chip between messagesDavid Brownell2007-07-171-24/+103
* atmel_spi: minor updatesDavid Brownell2007-07-171-12/+45
* SPI controller drivers: check for unsupported modesDavid Brownell2007-07-171-0/+1
* atmel_spi dma address bugfixHaavard Skinnemoen2007-06-011-4/+4
* atmel_spi: remove unnecessary (and wrong) #ifdefsHaavard Skinnemoen2007-05-091-5/+0
* [PATCH] gpio_direction_output() needs an initial valueDavid Brownell2007-03-161-1/+1
* [PATCH] SPI controller build/warning fixesDavid Brownell2007-02-201-1/+5
* [PATCH] SPI: atmel_spi driverHaavard Skinnemoen2007-02-141-0/+678