Age | Commit message (Expand) | Author | Files | Lines |
2022-02-08 | spi: ath79: add mem_ops for fast-read | Luiz Angelo Daros de Luca | 1 | -0/+34 |
2021-05-24 | spi: ath79: set number of chipselect lines | David Bauer | 1 | -0/+1 |
2021-05-24 | spi: ath79: drop platform data | David Bauer | 1 | -8/+0 |
2021-03-10 | spi: ath79: remove spi-master setup and cleanup assignment | David Bauer | 1 | -2/+0 |
2021-03-10 | spi: ath79: always call chipselect function | David Bauer | 1 | -0/+1 |
2019-09-04 | spi: ath79: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
2019-01-17 | spi: ath79: Remove now useless code | Alban Bedel | 1 | -41/+2 |
2019-01-17 | spi: ath79: Enable support for compile test | Alban Bedel | 1 | -3/+12 |
2019-01-17 | spi: ath79: Simplify ath79_spi_chipselect() | Alban Bedel | 1 | -31/+9 |
2019-01-09 | spi: ath79: Convert to use CS GPIO descriptors | Linus Walleij | 1 | -28/+14 |
2018-08-01 | spi: add flags parameter to txrx_word function pointers | Lorenzo Bianconi | 1 | -1/+1 |
2017-07-17 | spi/ath79: Fix checkpatch warnings | Aravind Thokala | 1 | -7/+6 |
2016-12-14 | spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select | Felix Fietkau | 1 | -1/+1 |
2016-12-14 | spi: spi-ath79: support multiple internal chip select lines | Felix Fietkau | 1 | -10/+11 |
2016-11-23 | spi: ath79: Fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2015-09-30 | spi: ath79: simplify iomem resource mapping | Heiner Kallweit | 1 | -8/+3 |
2015-04-27 | spi: spi-ath79: Set the initial state of CS0 | Alban Bedel | 1 | -0/+8 |
2015-04-27 | spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepare | Alban Bedel | 1 | -3/+3 |
2015-04-27 | spi: spi-ath79: Add device tree support | Alban Bedel | 1 | -9/+11 |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-04-14 | spi: Remove unneeded include of linux/workqueue.h | Axel Lin | 1 | -1/+0 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 1 | -1/+0 |
2014-03-03 | spi: spi-ath79: fix initial GPIO CS line setup | Gabor Juhos | 1 | -2/+2 |
2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-12-18 | spi: ath79: Use devm_*() functions | Jingoo Han | 1 | -10/+4 |
2013-09-17 | spi: bitbang: Let spi_bitbang_start() take a reference to master | Axel Lin | 1 | -1/+1 |
2013-08-29 | spi: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-06-26 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -2/+0 |
2013-05-29 | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 1 | -3/+1 |
2013-05-13 | spi: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-02-06 | spi/ath79: add shutdown handler | Gabor Juhos | 1 | -0/+6 |
2013-02-05 | spi/ath79: avoid multiple initialization of the SPI controller | Gabor Juhos | 1 | -17/+24 |
2013-02-05 | spi/ath79: use gpio_request_one | Gabor Juhos | 1 | -11/+11 |
2013-02-05 | spi/ath79: remove superfluous chip select code | Gabor Juhos | 1 | -6/+0 |
2013-02-05 | spi/ath79: add missing HIGH->LOW SCK transition | Gabor Juhos | 1 | -0/+2 |
2013-02-05 | spi/ath79: add delay between SCK changes | Gabor Juhos | 1 | -1/+43 |
2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely | 1 | -3/+3 |
2012-05-20 | spi: By default setup spi_masters with 1 chipselect and dynamics bus number | Grant Likely | 1 | -3/+0 |
2011-12-08 | spi/ath79: fix compile error due to missing include | Gabor Juhos | 1 | -0/+1 |
2011-10-25 | drivercore: Add helper macro for platform_driver boilerplate | Grant Likely | 1 | -12/+1 |
2011-06-11 | spi: Convert uses of struct resource * to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
2011-06-06 | spi: reorganize drivers | Grant Likely | 1 | -0/+292 |