aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-ath79.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-14spi: Remove unneeded include of linux/workqueue.hAxel Lin1-1/+0
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-nextMark Brown1-1/+0
2014-03-03spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos1-2/+2
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17spi: ath79: Use devm_*() functionsJingoo Han1-10/+4
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin1-1/+1
2013-08-29spi: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+0
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-3/+1
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-02-06spi/ath79: add shutdown handlerGabor Juhos1-0/+6
2013-02-05spi/ath79: avoid multiple initialization of the SPI controllerGabor Juhos1-17/+24
2013-02-05spi/ath79: use gpio_request_oneGabor Juhos1-11/+11
2013-02-05spi/ath79: remove superfluous chip select codeGabor Juhos1-6/+0
2013-02-05spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos1-0/+2
2013-02-05spi/ath79: add delay between SCK changesGabor Juhos1-1/+43
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely1-3/+0
2011-12-07spi/ath79: fix compile error due to missing includeGabor Juhos1-0/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-12/+1
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches1-1/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+292