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