summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-ath79.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2013-06-261-2/+0
|\
| * spi: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-131-2/+0
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-3/+1
|/
* spi/ath79: add shutdown handlerGabor Juhos2013-02-061-0/+6
* spi/ath79: avoid multiple initialization of the SPI controllerGabor Juhos2013-02-051-17/+24
* spi/ath79: use gpio_request_oneGabor Juhos2013-02-051-11/+11
* spi/ath79: remove superfluous chip select codeGabor Juhos2013-02-051-6/+0
* spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos2013-02-051-0/+2
* spi/ath79: add delay between SCK changesGabor Juhos2013-02-051-1/+43
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely2012-05-191-3/+0
* spi/ath79: fix compile error due to missing includeGabor Juhos2011-12-071-0/+1
* drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-12/+1
* spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches2011-06-101-1/+1
* spi: reorganize driversGrant Likely2011-06-061-0/+292