summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* spi: bitbang: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
* spi: gpio: switch to use modern nameYang Yingliang2023-08-141-36/+36
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+0
* spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko2023-07-111-1/+1
* spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko2023-07-111-4/+4
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-2/+2
* spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen2022-12-081-3/+13
* spi: gpio: Implement LSB First bitbang supportAndreas Färber2022-02-221-9/+33
* spi: gpio: Don't leak SPI master in probe error pathLukas Wunner2020-12-071-13/+2
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-10-081-1/+3
|\
| * spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost2019-10-011-1/+3
* | spi: gpio: Look for a device node instead of matchStephen Boyd2019-10-071-4/+1
|/
* spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request()Markus Elfring2019-09-091-4/+1
* spi: gpio: Add SPI_MASTER_GPIO_SS flagLinus Walleij2019-07-171-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* spi: gpio: Use devm_spi_register_master()Andrey Smirnov2019-04-081-15/+4
* spi: gpio: Make sure spi_master_put() is called in every error pathAndrey Smirnov2019-04-081-7/+10
* spi: gpio: Drop unused pdev field in struct spi_gpioAndrey Smirnov2019-04-051-3/+0
* spi: gpio: Drop mflags argument from spi_gpio_request()Andrey Smirnov2019-04-051-15/+13
* spi: gpio: Don't request CS GPIO in DT use-caseAndrey Smirnov2019-04-051-75/+59
* Merge branch 'spi-5.1' into spi-5.2Mark Brown2019-04-051-1/+0
|\
| * spi: spi-gpio: Remove spi->controller_data commentGeert Uytterhoeven2019-04-041-1/+0
| * spi: gpio: Advertise support for SPI_CS_HIGHJonathan Neuschäfer2019-02-121-1/+2
* | spi: gpio: Drop unused pdata copy in struct spi_gpioAndrey Smirnov2019-04-031-3/+0
* | spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()Andrey Smirnov2019-04-031-6/+6
* | spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()Andrey Smirnov2019-04-031-13/+14
* | spi: gpio: Add local struct device pointer in spi_gpio_probe()Andrey Smirnov2019-04-031-5/+6
* | spi: gpio: Drop unused spi_to_pdata()Andrey Smirnov2019-04-031-6/+0
* | spi: spi-gpio: fix SPI_CS_HIGH capabilityRussell King2019-02-211-2/+2
|/
* spi: gpio: Support 3WIRE high-impedance turn-aroundLinus Walleij2018-11-071-3/+21
* Merge branch 'spi-4.20' into spi-nextMark Brown2018-10-211-6/+6
|\
| * spi: gpio: No MISO does not imply no RXLinus Walleij2018-09-101-4/+6
| * spi: spi-gpio: Remove set but not used variable 'pdata'YueHaibing2018-09-061-2/+0
* | spi: gpio: Fix copy-and-paste errorLinus Walleij2018-09-041-2/+2
|/
* spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi2018-08-011-1/+16
* spi: add flags parameter to txrx_word function pointersLorenzo Bianconi2018-08-011-16/+16
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+3
* spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij2018-02-141-178/+92
*---. Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi...Mark Brown2015-02-081-6/+2
|\ \ \
| | | * spi/gpio: fixed space coding style issueNizam Haider2015-01-051-2/+2
| |_|/ |/| |
| | * spi: Remove FSF mailing addressesJarkko Nikula2014-12-221-4/+0
| |/ |/|
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \ | |/ |/|
| * spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | spi: spi-gpio: Fix compiler warning when building for 64 bit systemsTorsten Fleischer2014-11-081-9/+15
* | spi: spi-gpio: Add dt support for a single device with no chip selectTorsten Fleischer2014-11-041-6/+15
|/
* spi: spi-gpio: Make of_device_id array constJingoo Han2014-05-071-1/+1
*-. Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown2014-03-301-1/+0
|\ \
| | * spi: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-031-1/+0
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...Mark Brown2014-03-301-1/+1
|\ \ \ | | |/ | |/|
| | * spi: fix pointer-integer size mismatch warningSeongJae Park2014-02-041-1/+1
| |/