Age | Commit message (Expand) | Author | Files | Lines |
2019-09-09 | spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request() | Markus Elfring | 1 | -4/+1 |
2019-07-17 | spi: gpio: Add SPI_MASTER_GPIO_SS flag | Linus Walleij | 1 | -0/+6 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
2019-04-08 | spi: gpio: Use devm_spi_register_master() | Andrey Smirnov | 1 | -15/+4 |
2019-04-08 | spi: gpio: Make sure spi_master_put() is called in every error path | Andrey Smirnov | 1 | -7/+10 |
2019-04-05 | spi: gpio: Drop unused pdev field in struct spi_gpio | Andrey Smirnov | 1 | -3/+0 |
2019-04-05 | spi: gpio: Drop mflags argument from spi_gpio_request() | Andrey Smirnov | 1 | -15/+13 |
2019-04-05 | spi: gpio: Don't request CS GPIO in DT use-case | Andrey Smirnov | 1 | -75/+59 |
2019-04-05 | Merge branch 'spi-5.1' into spi-5.2 | Mark Brown | 1 | -1/+0 |
2019-04-04 | spi: spi-gpio: Remove spi->controller_data comment | Geert Uytterhoeven | 1 | -1/+0 |
2019-04-03 | spi: gpio: Drop unused pdata copy in struct spi_gpio | Andrey Smirnov | 1 | -3/+0 |
2019-04-03 | spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe() | Andrey Smirnov | 1 | -6/+6 |
2019-04-03 | spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe() | Andrey Smirnov | 1 | -13/+14 |
2019-04-03 | spi: gpio: Add local struct device pointer in spi_gpio_probe() | Andrey Smirnov | 1 | -5/+6 |
2019-04-03 | spi: gpio: Drop unused spi_to_pdata() | Andrey Smirnov | 1 | -6/+0 |
2019-02-21 | spi: spi-gpio: fix SPI_CS_HIGH capability | Russell King | 1 | -2/+2 |
2019-02-12 | spi: gpio: Advertise support for SPI_CS_HIGH | Jonathan Neuschäfer | 1 | -1/+2 |
2018-11-07 | spi: gpio: Support 3WIRE high-impedance turn-around | Linus Walleij | 1 | -3/+21 |
2018-10-21 | Merge branch 'spi-4.20' into spi-next | Mark Brown | 1 | -6/+6 |
2018-09-10 | spi: gpio: No MISO does not imply no RX | Linus Walleij | 1 | -4/+6 |
2018-09-06 | spi: spi-gpio: Remove set but not used variable 'pdata' | YueHaibing | 1 | -2/+0 |
2018-09-04 | spi: gpio: Fix copy-and-paste error | Linus Walleij | 1 | -2/+2 |
2018-08-01 | spi: spi-gpio: add SPI_3WIRE support | Lorenzo Bianconi | 1 | -1/+16 |
2018-08-01 | spi: add flags parameter to txrx_word function pointers | Lorenzo Bianconi | 1 | -16/+16 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+3 |
2018-02-14 | spi: spi-gpio: Rewrite to use GPIO descriptors | Linus Walleij | 1 | -178/+92 |
2015-02-08 | Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi... | Mark Brown | 1 | -6/+2 |
2015-01-05 | spi/gpio: fixed space coding style issue | Nizam Haider | 1 | -2/+2 |
2014-12-22 | spi: Remove FSF mailing addresses | Jarkko Nikula | 1 | -4/+0 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-08 | spi: spi-gpio: Fix compiler warning when building for 64 bit systems | Torsten Fleischer | 1 | -9/+15 |
2014-11-04 | spi: spi-gpio: Add dt support for a single device with no chip select | Torsten Fleischer | 1 | -6/+15 |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-07 | spi: spi-gpio: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 1 | -1/+0 |
2014-03-30 | Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi... | Mark Brown | 1 | -1/+1 |
2014-03-29 | spi: bitbang: Make spi_bitbang_stop() return void | Axel Lin | 1 | -3/+2 |
2014-02-04 | spi: fix pointer-integer size mismatch warning | SeongJae Park | 1 | -1/+1 |
2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-11-24 | spi: spi-gpio: Use 'cansleep' variants to access GPIO | Ezequiel Garcia | 1 | -4/+4 |
2013-10-25 | Merge remote-tracking branch 'spi/topic/gpio' into spi-next | Mark Brown | 1 | -0/+1 |
2013-10-16 | spi: gpio: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 |
2013-09-17 | spi: bitbang: Let spi_bitbang_start() take a reference to master | Axel Lin | 1 | -3/+2 |
2013-08-29 | spi: use dev_get_platdata() | Jingoo Han | 1 | -2/+2 |
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-04-10 | spi-gpio: init CS before spi_bitbang_setup() | Josef Ahmad | 1 | -1/+1 |
2013-01-26 | spi: spi-gpio: Add checks for the dt properties | Maxime Ripard | 1 | -3/+20 |
2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely | 1 | -7/+6 |