1. 9e264f3f spi: Replace all spi->chip_select and spi->cs_gpiod references with function call by Amit Kumar Mahapatra via Alsa-devel · 1 year, 10 months ago
  2. c43bdb3 spi: omap-uwire: Convert to platform remove callback returning void by Uwe Kleine-König · 1 year, 10 months ago
  3. 8825acd ARM: omap1: remove dead code by Arnd Bergmann · 2 years, 3 months ago
  4. 58d37dc ARM: omap1: move perseus spi pinconf to board file by Arnd Bergmann · 5 years ago
  5. 1a43546 Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.14 by Mark Brown · 3 years, 7 months ago
  6. 2ec6f20 spi: Cleanup on failure of initial setup by Lukas Wunner · 3 years, 7 months ago
  7. 19bae51 spi: omap-uwire: add parenthesis for sizeof by Zhiqi Song · 3 years, 7 months ago
  8. fdb217a spi: omap-uwire: Use SPI_MODE_X_MASK by Andy Shevchenko · 3 years, 8 months ago
  9. badfae4 spi: omap-uwire: Use clk_prepare_enable and clk_disable_unprepare by Qing Zhang · 4 years, 5 months ago
  10. 160f8d0 spi: omap-uwire: Remove needless bits_per_word and speed_hz tests by Jarkko Nikula · 9 years ago
  11. d4f9dcd spi: omap-uwire: Remove needless include asm/irq.h by Jarkko Nikula · 10 years ago
  12. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  13. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  14. ec17a7f spi: omap-uwire: Fix build error by Sachin Kamat · 11 years ago
  15. 1820a8f spi: omap-uwire: Ensure devm_ioremap() is prototyped by Mark Brown · 11 years ago
  16. b3f6a57 spi: omap-uwire: use devm_ functions by Himangi Saraogi · 11 years ago
  17. e4745fe spi: Remove unneeded include of linux/workqueue.h by Axel Lin · 11 years ago
  18. 1752368 Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', 'spi/topic/omap2', 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rspi' and 'spi/topic/s3c24xx' into spi-next by Mark Brown · 11 years ago
  19. 9dee279 Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-next by Mark Brown · 11 years ago
  20. d9721ae spi: bitbang: Make spi_bitbang_stop() return void by Axel Lin · 11 years ago
  21. cbab804 spi: omap-uwire: add missing iounmap by Nishanth Menon · 11 years ago
  22. d7a7f6e spi: omap-uwire: Remove full duplex check by Axel Lin · 11 years ago
  23. 790fc55 spi: omap-uwire: Convert to use bits_per_word_mask by Axel Lin · 11 years ago
  24. 354312f1 spi: Remove duplicate code to check chip_select by Axel Lin · 11 years ago
  25. 93e9c90 spi: spi-omap-uwire: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  26. 24b5a82 spi: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  27. 2deff8d spi: Remove erroneous __init, __exit and __exit_p() references in drivers by Grant Likely · 12 years ago
  28. 70c494c ARM: OMAP1: Make plat/mux.h omap1 only by Tony Lindgren · 12 years ago
  29. 68cb700 ARM: OMAP1: Move SoC specific headers from plat to mach for omap1 by Tony Lindgren · 12 years ago
  30. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  31. d7614de spi: Add module.h to implicit users in drivers/spi by Paul Gortmaker · 13 years ago
  32. ca632f5 spi: reorganize drivers by Grant Likely · 14 years ago[Renamed (99%) from drivers/spi/omap_uwire.c]
  33. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  34. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  35. 7a8f48f OMAP7XX: omap_uwire.c: Convert to omap7xx.h by Alistair Buxton · 15 years ago
  36. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  37. 70d6027 spi: add spi_master flag word by David Brownell · 15 years ago
  38. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 16 years ago
  39. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 16 years ago
  40. ed40d0c Merge branch 'origin' into devel by Russell King · 16 years ago
  41. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  42. b1ad379 [ARM] omap: spi: arrange for omap_uwire to use connection ID by Russell King · 16 years ago
  43. 55c381e [ARM] omap: convert OMAP drivers to use ioremap() by Russell King · 16 years ago
  44. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  45. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  46. b687d2a spi: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  47. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
  48. d1e44d9 SPI driver runtime footprint shrinkage by David Brownell · 17 years ago
  49. dccd573 SPI controller drivers: check for unsupported modes by David Brownell · 17 years ago
  50. e5f1b19 omap_uwire: SPI_CPHA mode bugfix by Imre Deak · 18 years ago
  51. bb2d1c3 [PATCH] SPI controller build/warning fixes by David Brownell · 18 years ago
  52. fdb3c18 [PATCH] SPI controller driver for OMAP Microwire by David Brownell · 18 years ago