summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-ath79.c
AgeCommit message (Expand)Author
2015-09-30spi: ath79: simplify iomem resource mappingHeiner Kallweit
2015-04-27spi: spi-ath79: Set the initial state of CS0Alban Bedel
2015-04-27spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepareAlban Bedel
2015-04-27spi: spi-ath79: Add device tree supportAlban Bedel
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-04-14spi: Remove unneeded include of linux/workqueue.hAxel Lin
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown
2014-03-03spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-17spi: ath79: Use devm_*() functionsJingoo Han
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin
2013-08-29spi: use dev_get_platdata()Jingoo Han
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han
2013-02-06spi/ath79: add shutdown handlerGabor Juhos
2013-02-05spi/ath79: avoid multiple initialization of the SPI controllerGabor Juhos
2013-02-05spi/ath79: use gpio_request_oneGabor Juhos
2013-02-05spi/ath79: remove superfluous chip select codeGabor Juhos
2013-02-05spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos
2013-02-05spi/ath79: add delay between SCK changesGabor Juhos
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely
2011-12-07spi/ath79: fix compile error due to missing includeGabor Juhos
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches
2011-06-06spi: reorganize driversGrant Likely