index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-gpio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-14
spi: gpio: switch to use modern name
Yang Yingliang
1
-36
/
+36
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
1
-1
/
+1
2023-07-11
spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
Andy Shevchenko
1
-4
/
+4
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-2
/
+2
2022-12-08
spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode
Kris Bahnsen
1
-3
/
+13
2022-02-22
spi: gpio: Implement LSB First bitbang support
Andreas Färber
1
-9
/
+33
2020-12-07
spi: gpio: Don't leak SPI master in probe error path
Lukas Wunner
1
-13
/
+2
2019-10-08
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-1
/
+3
2019-10-07
spi: gpio: Look for a device node instead of match
Stephen Boyd
1
-4
/
+1
2019-10-01
spi: gpio: prevent memory leak in spi_gpio_probe
Navid Emamdoost
1
-1
/
+3
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-13
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-15
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
[next]