aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-ath79.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04spi: ath79: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-01-17spi: ath79: Remove now useless codeAlban Bedel1-41/+2
2019-01-17spi: ath79: Enable support for compile testAlban Bedel1-3/+12
2019-01-17spi: ath79: Simplify ath79_spi_chipselect()Alban Bedel1-31/+9
2019-01-09spi: ath79: Convert to use CS GPIO descriptorsLinus Walleij1-28/+14
2018-08-01spi: add flags parameter to txrx_word function pointersLorenzo Bianconi1-1/+1
2017-07-17spi/ath79: Fix checkpatch warningsAravind Thokala1-7/+6
2016-12-14spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip selectFelix Fietkau1-1/+1
2016-12-14spi: spi-ath79: support multiple internal chip select linesFelix Fietkau1-10/+11
2016-11-23spi: ath79: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2015-09-30spi: ath79: simplify iomem resource mappingHeiner Kallweit1-8/+3
2015-04-27spi: spi-ath79: Set the initial state of CS0Alban Bedel1-0/+8
2015-04-27spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepareAlban Bedel1-3/+3
2015-04-27spi: spi-ath79: Add device tree supportAlban Bedel1-9/+11
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
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