Age | Commit message (Expand) | Author |
2025-02-05 | spi: gpio: Support a single always-selected device | Andy Shevchenko |
2025-02-05 | spi: gpio: Remove stale documentation part | Andy Shevchenko |
2024-07-29 | spi: spi-gpio: Add support for MOSI idle state configuration | Marcelo Schmitt |
2024-05-27 | spi: gpio: Use traditional pattern when checking error codes | Andy Shevchenko |
2024-05-27 | spi: gpio: Make use of device properties | Andy Shevchenko |
2024-02-08 | spi: bitbang: Follow renaming of SPI "master" to "controller" | Uwe Kleine-König |
2023-08-14 | spi: gpio: switch to use modern name | Yang Yingliang |
2023-07-14 | spi: Explicitly include correct DT includes | Rob Herring |
2023-07-11 | spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS | Andy Shevchenko |
2023-07-11 | spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX | Andy Shevchenko |
2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel |
2022-12-08 | spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode | Kris Bahnsen |
2022-02-22 | spi: gpio: Implement LSB First bitbang support | Andreas Färber |
2020-12-07 | spi: gpio: Don't leak SPI master in probe error path | Lukas Wunner |
2019-10-08 | Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown |
2019-10-07 | spi: gpio: Look for a device node instead of match | Stephen Boyd |
2019-10-01 | spi: gpio: prevent memory leak in spi_gpio_probe | Navid Emamdoost |
2019-09-09 | spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request() | Markus Elfring |
2019-07-17 | spi: gpio: Add SPI_MASTER_GPIO_SS flag | Linus Walleij |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-04-08 | spi: gpio: Use devm_spi_register_master() | Andrey Smirnov |
2019-04-08 | spi: gpio: Make sure spi_master_put() is called in every error path | Andrey Smirnov |
2019-04-05 | spi: gpio: Drop unused pdev field in struct spi_gpio | Andrey Smirnov |
2019-04-05 | spi: gpio: Drop mflags argument from spi_gpio_request() | Andrey Smirnov |
2019-04-05 | spi: gpio: Don't request CS GPIO in DT use-case | Andrey Smirnov |
2019-04-05 | Merge branch 'spi-5.1' into spi-5.2 | Mark Brown |
2019-04-04 | spi: spi-gpio: Remove spi->controller_data comment | Geert Uytterhoeven |
2019-04-03 | spi: gpio: Drop unused pdata copy in struct spi_gpio | Andrey Smirnov |
2019-04-03 | spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe() | Andrey Smirnov |
2019-04-03 | spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe() | Andrey Smirnov |
2019-04-03 | spi: gpio: Add local struct device pointer in spi_gpio_probe() | Andrey Smirnov |
2019-04-03 | spi: gpio: Drop unused spi_to_pdata() | Andrey Smirnov |
2019-02-21 | spi: spi-gpio: fix SPI_CS_HIGH capability | Russell King |
2019-02-12 | spi: gpio: Advertise support for SPI_CS_HIGH | Jonathan Neuschäfer |
2018-11-07 | spi: gpio: Support 3WIRE high-impedance turn-around | Linus Walleij |
2018-10-21 | Merge branch 'spi-4.20' into spi-next | Mark Brown |
2018-09-10 | spi: gpio: No MISO does not imply no RX | Linus Walleij |
2018-09-06 | spi: spi-gpio: Remove set but not used variable 'pdata' | YueHaibing |
2018-09-04 | spi: gpio: Fix copy-and-paste error | Linus Walleij |
2018-08-01 | spi: spi-gpio: add SPI_3WIRE support | Lorenzo Bianconi |
2018-08-01 | spi: add flags parameter to txrx_word function pointers | Lorenzo Bianconi |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-02-14 | spi: spi-gpio: Rewrite to use GPIO descriptors | Linus Walleij |
2015-02-08 | Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi... | Mark Brown |
2015-01-05 | spi/gpio: fixed space coding style issue | Nizam Haider |
2014-12-22 | spi: Remove FSF mailing addresses | Jarkko Nikula |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-08 | spi: spi-gpio: Fix compiler warning when building for 64 bit systems | Torsten Fleischer |
2014-11-04 | spi: spi-gpio: Add dt support for a single device with no chip select | Torsten Fleischer |
2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang |