1. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 5 years ago
  2. 79567c1 spi: gpio: Use devm_spi_register_master() by Andrey Smirnov · 6 years ago
  3. 8b79749 spi: gpio: Make sure spi_master_put() is called in every error path by Andrey Smirnov · 6 years ago
  4. 45f7718 spi: gpio: Drop unused pdev field in struct spi_gpio by Andrey Smirnov · 6 years ago
  5. 5c8283c spi: gpio: Drop mflags argument from spi_gpio_request() by Andrey Smirnov · 6 years ago
  6. 249e263 spi: gpio: Don't request CS GPIO in DT use-case by Andrey Smirnov · 6 years ago
  7. e1a7d16 Merge branch 'spi-5.1' into spi-5.2 by Mark Brown · 6 years ago
  8. 807195f spi: spi-gpio: Remove spi->controller_data comment by Geert Uytterhoeven · 6 years ago
  9. 703b476 spi: gpio: Drop unused pdata copy in struct spi_gpio by Andrey Smirnov · 6 years ago
  10. 68cd9dc spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe() by Andrey Smirnov · 6 years ago
  11. 15dd0e9 spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe() by Andrey Smirnov · 6 years ago
  12. 96cad6d spi: gpio: Add local struct device pointer in spi_gpio_probe() by Andrey Smirnov · 6 years ago
  13. 4d9f8fe spi: gpio: Drop unused spi_to_pdata() by Andrey Smirnov · 6 years ago
  14. b89fefd spi: spi-gpio: fix SPI_CS_HIGH capability by Russell King · 6 years ago
  15. 9b4f842 spi: gpio: Advertise support for SPI_CS_HIGH by Jonathan Neuschäfer · 6 years ago
  16. 5132b3d spi: gpio: Support 3WIRE high-impedance turn-around by Linus Walleij · 6 years ago
  17. 4b51c74 Merge branch 'spi-4.20' into spi-next by Mark Brown · 6 years ago
  18. abf5fee spi: gpio: No MISO does not imply no RX by Linus Walleij · 6 years ago
  19. 48c29d0 spi: spi-gpio: Remove set but not used variable 'pdata' by YueHaibing · 6 years ago
  20. 1723c31 spi: gpio: Fix copy-and-paste error by Linus Walleij · 6 years ago
  21. 4b859db spi: spi-gpio: add SPI_3WIRE support by Lorenzo Bianconi · 6 years ago
  22. 304d343 spi: add flags parameter to txrx_word function pointers by Lorenzo Bianconi · 6 years ago
  23. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 6 years ago
  24. 9b00bc7 spi: spi-gpio: Rewrite to use GPIO descriptors by Linus Walleij · 7 years ago
  25. d6cd09b Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topic/fsl', 'spi/topic/fsl-dspi' and 'spi/topic/gpio' into spi-next by Mark Brown · 10 years ago
  26. 650705c spi/gpio: fixed space coding style issue by Nizam Haider · 10 years ago
  27. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  28. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  29. cfb4bbd spi: spi-gpio: Fix compiler warning when building for 64 bit systems by Torsten Fleischer · 10 years ago
  30. d1d8180 spi: spi-gpio: Add dt support for a single device with no chip select by Torsten Fleischer · 10 years ago
  31. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  32. d9e1528 spi: spi-gpio: Make of_device_id array const by Jingoo Han · 11 years ago
  33. 6e07b91 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next by Mark Brown · 11 years ago
  34. 3bcbc14 Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/ep93xx', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/gpio' into spi-next by Mark Brown · 11 years ago
  35. d9721ae spi: bitbang: Make spi_bitbang_stop() return void by Axel Lin · 11 years ago
  36. e1bde3b spi: fix pointer-integer size mismatch warning by SeongJae Park · 11 years ago
  37. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  38. d9dda5a spi: spi-gpio: Use 'cansleep' variants to access GPIO by Ezequiel Garcia · 11 years ago
  39. 6e693ff Merge remote-tracking branch 'spi/topic/gpio' into spi-next by Mark Brown · 11 years ago
  40. ecc7777 spi: gpio: Include linux/of.h header by Sachin Kamat · 11 years ago
  41. 94c69f7 spi: bitbang: Let spi_bitbang_start() take a reference to master by Axel Lin · 11 years ago
  42. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  43. 6140b05 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  44. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  45. 89e8773 spi: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  46. 6b8cc33 spi-gpio: init CS before spi_bitbang_setup() by Josef Ahmad · 12 years ago
  47. 0202a32 spi: spi-gpio: Add checks for the dt properties by Maxime Ripard · 12 years ago
  48. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  49. ac2cb30 spi/gpio: Fix stub for spi_gpio_probe_dt() by Mark Brown · 12 years ago
  50. 38ab18c spi: spi-gpio: Add DT bindings by Daniel Mack · 12 years ago
  51. 161c2dd spi: spi-gpio: store chipselect information in private structure by Daniel Mack · 12 years ago
  52. 0564414 spi/gpio: start with CS non-active by Uwe Kleine-König · 13 years ago
  53. c65b53b spi/gpio: fix section mismatch warning by Manuel Lauss · 13 years ago
  54. d7614de spi: Add module.h to implicit users in drivers/spi by Paul Gortmaker · 13 years ago
  55. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  56. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed (98%) from drivers/spi/spi_gpio.c]
  57. 23699f9 spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TX by Roel Kluin · 14 years ago
  58. 3c8e1a8 spi/spi-gpio: add support for controllers without MISO or MOSI pin by Marek Szyprowski · 14 years ago
  59. 04bb2a0 spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modes by Marek Szyprowski · 14 years ago
  60. 41c4221 spi: move bitbang txrx utility functions to private header by hartleys · 15 years ago
  61. bfb9bcd spi-gpio: allow operation without CS signal by Michael Buesch · 16 years ago
  62. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  63. be50344 spi-gpio: sanitize MISO bitvalue by Michael Buesch · 16 years ago
  64. d29389d spi_gpio driver by David Brownell · 16 years ago