summaryrefslogtreecommitdiffstats
path: root/drivers/spi/atmel_spi.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: remove mach/io.hSascha Hauer2018-11-061-1/+0
* spi: atmel_spi: fix duplicate const warningLadislav Michl2018-09-261-1/+1
* spi: atmel_spi: Add DT supportAndrey Smirnov2017-03-301-3/+26
* spi: atmel_spi: Use VERSION register instead of CPU typeAndrey Smirnov2017-03-091-6/+29
* spi: atmel_spi: Configure CS GPIO as outputAndrey Smirnov2017-03-091-1/+5
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* ARM: AT91: move iomux definitions to iomux.hSascha Hauer2013-08-161-0/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-8/+1
* atmel_spi: fix spi cs gpio request loopJean-Christophe PLAGNIOL-VILLARD2013-01-151-1/+1
* spi: atmel: request cs pin via gpiolibJean-Christophe PLAGNIOL-VILLARD2013-01-021-0/+8
* atmel_spi: add cs change supportJean-Christophe PLAGNIOL-VILLARD2012-11-121-2/+22
* atmel_spi: drop setup during transferJean-Christophe PLAGNIOL-VILLARD2012-11-121-5/+0
* atmel_spi: fix cs supportJean-Christophe PLAGNIOL-VILLARD2012-11-121-22/+100
* atmel_spi: add sanity check in setupJean-Christophe PLAGNIOL-VILLARD2012-11-121-0/+14
* atmel_spi: after setup the cs need to be disableJean-Christophe PLAGNIOL-VILLARD2012-11-121-13/+16
* atmel_spi: split transfer to atmel_spi_do_xferJean-Christophe PLAGNIOL-VILLARD2012-11-121-40/+49
* atmel_spi: use device id as bus numJean-Christophe PLAGNIOL-VILLARD2012-11-121-0/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* atmel_spi: add mesg->actual_length, so devices can use it for read/writeMichael Grzeschik2011-11-251-0/+2
* introduce io.hSascha Hauer2011-09-221-1/+1
* spi: add atmel-spi driverHubert Feurstein2011-09-141-0/+321