1. 7c4ef09 spi: spi_bfin uses portmux for additional busses by Sonic Zhang · 17 years ago
  2. a32c691 spi: spi_bfin uses platform device resources by Bryan Wu · 17 years ago
  3. 2ed3551 spi: spi_bfin, don't bypass spi framework by Mike Frysinger · 17 years ago
  4. fad91c8 spi: spi_bfin handles spi_transfer.cs_change by Bryan Wu · 17 years ago
  5. 5fec5b5 spi: spi_bfin cleanups, error handling by Bryan Wu · 17 years ago
  6. cc2f81a spi: bfin spi uses portmux calls by Michael Hennerich · 17 years ago
  7. 131b17d spi: initial BF54x SPI support by Bryan Wu · 17 years ago
  8. 9b938b7 spi: simplify spi_sync() calling convention by Marc Pignat · 17 years ago
  9. 3f86f14 spi: at25 driver is for EEPROM not FLASH by David Brownell · 17 years ago
  10. 068f407 SPI: use mutex not semaphore by David Brownell · 17 years ago
  11. 75d4279 spi: S3C2410: add bus number to SPI GPIO driver by David Brownell · 17 years ago
  12. 438ae1a S3C24XX: ensure we only configure valid GPIOs by Ben Dooks · 17 years ago
  13. 65f97a5 atmel_spi: label GPIOs better by David Brownell · 17 years ago
  14. 529a73f Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN by Mike Frysinger · 17 years ago
  15. 822bd5a tle62x0 driver stops ignoring read errors by David Brownell · 17 years ago
  16. ba0a7f3 spi: fix error paths on txx9spi_probe by Atsushi Nemoto · 17 years ago
  17. 350d007 spi: fix double-free on spi_unregister_master by Atsushi Nemoto · 17 years ago
  18. 142956a fix abuses of ptrdiff_t by Al Viro · 17 years ago
  19. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  20. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  21. 49dce68 spi doesn't need class_device by Tony Jones · 17 years ago
  22. 328329a spi_mpc83xx handles other processors with QUICC engine by Anton Vorontsov · 17 years ago
  23. d1e44d9 SPI driver runtime footprint shrinkage by David Brownell · 17 years ago
  24. 86eeb6f OMAP2 McSPI code cleanup by Kyungmin Park · 17 years ago
  25. 8b7f9b8 Clean up duplicate includes in drivers/spi/ by Jesper Juhl · 17 years ago
  26. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  27. 65e213c spi_mpc83xx: hang fix by Jan Andersson · 17 years ago
  28. 85787a2 Fix typo in atmel_spi.c by Andrew Victor · 17 years ago
  29. 4ccdb4c spi: correct name for spi_txx9 by Atsushi Nemoto · 17 years ago
  30. fc3ba95 SPI driver hotplug/coldplug fixes by David Brownell · 17 years ago
  31. 96ddbf5 spidev warning fix by David Brownell · 17 years ago
  32. a44648b spi_mpc83xx: fix prescale modulus calculation by Anton Vorontsov · 17 years ago
  33. e24a4d1 spi_mpc83xx: in "QE mode", use sysclk/2 by Anton Vorontsov · 17 years ago
  34. 082c8cb spi device setup gets better error checking by David Brownell · 17 years ago
  35. 2a485d7 spi_mpc83xx: support loopback mode by Anton Vorontsov · 17 years ago
  36. 6f166e3 spidev supports more communications modes by Anton Vorontsov · 17 years ago
  37. 35cc0b9 spi_mpc83xx: fix QE+LSB mode shifts by Anton Vorontsov · 17 years ago
  38. 32421da spi_mpc83xx: support for lsb-first transfers by Anton Vorontsov · 17 years ago
  39. 20ba09b spi_mpc83xx: get rid of magic numbers by Anton Vorontsov · 17 years ago
  40. 49bb230 spi_mpc83xx: turn off SPI unit while switching mode by Anton Vorontsov · 17 years ago
  41. 47572b8 fixup s3c24xx build after arch moves by Ben Dooks · 17 years ago
  42. 149a650 spi.c:scan_boardinfo() mustn't be __init_or_module by Adrian Bunk · 17 years ago
  43. 9404082 use mutex instead of semaphore in SPI core/init code by Matthias Kaehlcke · 17 years ago
  44. f2cac67 spi_txx9 controller driver by Atsushi Nemoto · 17 years ago
  45. ccdc7bf SPI: omap2_mcspi driver by Samuel Ortiz · 17 years ago
  46. f29ba28 spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832x by Joakim Tjernlund · 17 years ago
  47. ae918c0 SPI master driver for Xilinx virtex by Andrei Konovalov · 17 years ago
  48. 447aef1 SPI: tle620x power switch driver by Ben Dooks · 17 years ago
  49. da0abc2 S3c24xx SPI controllers both select 'bitbang' by David Brownell · 17 years ago
  50. defbd3b atmel_spi: don't always deselect chip between messages by David Brownell · 17 years ago
  51. 8da0859 atmel_spi: minor updates by David Brownell · 17 years ago
  52. 698ca47 spi_mpc83xx.c underclocking hotfix by Clifford Wolf · 17 years ago
  53. 78961a5 spi_lm70llp parport adapter driver by Kaiwan N Billimoria · 17 years ago
  54. 4917d92 spidev compiler warning gone by David Brownell · 17 years ago
  55. dccd573 SPI controller drivers: check for unsupported modes by David Brownell · 17 years ago
  56. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  57. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  58. d6fe89b Blackfin SPI driver: fix bug SPI DMA incomplete transmission by Bryan Wu · 17 years ago
  59. 27bb9e7 Blackfin SPI driver: tweak spi cleanup function to match newer kernel changes by Mike Frysinger · 17 years ago
  60. e44a45a SPI dynamic busid generation bugfix by David Brownell · 17 years ago
  61. ac140a8 SPI: Freescale iMX SPI controller driver fixes by Andrea Paterniani · 17 years ago
  62. 5a9a62b atmel_spi dma address bugfix by Haavard Skinnemoen · 17 years ago
  63. e5f1b19 omap_uwire: SPI_CPHA mode bugfix by Imre Deak · 17 years ago
  64. 9bea3f2 spi: potential memleak in spidev_ioctl by Florin Malita · 17 years ago
  65. da90fa8 spi/spidev: check message size before copying by Domen Puncer · 17 years ago
  66. 8888735 mpc52xx_psc_spi: fix it for CONFIG_PPC_MERGE by Domen Puncer · 17 years ago
  67. 88b4036 Blackfin SPI: cleanup according to David Brownell's review by Bryan Wu · 17 years ago
  68. 0a4dd77 spi: fix spidev for >sizeof(long)/32 devices by Domen Puncer · 17 years ago
  69. 00b8fd2 MPC52xx PSC SPI master driver by Dragos Carp · 18 years ago
  70. e25df12 [S390] Kconfig: menus with depends on HAS_IOMEM. by Martin Schwidefsky · 18 years ago
  71. a1e3cf4 atmel_spi: remove unnecessary (and wrong) #ifdefs by Haavard Skinnemoen · 18 years ago
  72. 63bd235 au1550 SPI controller driver by Jan Nikitenko · 18 years ago
  73. 33e34dc SPI kerneldoc by David Brownell · 18 years ago
  74. 814a8d5 /dev/spidevB.C interface by Andrea Paterniani · 18 years ago
  75. 735ce95 minor spi_butterfly cleanup by David Brownell · 18 years ago
  76. da67529 layered parport code uses parport->dev by David Brownell · 18 years ago
  77. 35c7482 spi_s3c24xx.c: Fix build by Arnaud Patard · 18 years ago
  78. a5f6abd Blackfin: blackfin on-chip SPI controller driver by Wu, Bryan · 18 years ago
  79. 3d2c5b4 spi: fix use of set_cs in spi_s3c24xx driver by Ben Dooks · 18 years ago
  80. e9d5a46 [PATCH] drivers/spi/: fix section mismatches by Adrian Bunk · 18 years ago
  81. 6c912a3 [PATCH] spi_s3c24xx.c: warning fix by Arnaud Patard (Rtp · 18 years ago
  82. c6ca97d [PATCH] SPI: at25: do not use pointer before assignment by Atsushi Nemoto · 18 years ago
  83. 28735a7 [PATCH] gpio_direction_output() needs an initial value by David Brownell · 18 years ago
  84. a836f58 [PATCH] spi: destroy workqueue after spi_unregister_master by Chris Lesiak · 18 years ago
  85. d23c6c2 [PATCH] spi_s3c2410_gpio.c spi mode 2 and 3 support by Harald Welte · 18 years ago
  86. bb2d1c3 [PATCH] SPI controller build/warning fixes by David Brownell · 18 years ago
  87. 754ce4f [PATCH] SPI: atmel_spi driver by Haavard Skinnemoen · 18 years ago
  88. b587b13 [PATCH] SPI eeprom driver by David Brownell · 18 years ago
  89. 0ffa028 [PATCH] SPI cleanup() method param becomes non-const by Hans-Peter Nilsson · 18 years ago
  90. 7f8c761 [PATCH] spi_bitbang(): use overridable setup_transfer() method by Hans-Peter Nilsson · 18 years ago
  91. 69c202a [PATCH] SPI: Freescale iMX SPI controller driver (BIS+) by Andrea Paterniani · 18 years ago
  92. fdb3c18 [PATCH] SPI controller driver for OMAP Microwire by David Brownell · 18 years ago
  93. 85abfaa [PATCH] SPI Kconfig fix by David Brownell · 18 years ago
  94. 07b2463 Revert "Driver core: convert SPI code to use struct device" by Greg Kroah-Hartman · 18 years ago
  95. 2943ecf Driver core: convert SPI code to use struct device by Greg Kroah-Hartman · 18 years ago
  96. 1e9a51d [PATCH] SPI: alternative fix for spi_busnum_to_master by Atsushi Nemoto · 18 years ago
  97. 7f6ee1a [PATCH] spi: fix error setting the spi mode in pxa2xx_spi.c by Justin Clacherty · 18 years ago
  98. 8736b92 [PATCH] S3C24XX: fix passing spi chipselect to select routine by Ben Dooks · 18 years ago
  99. e2a5d2f [PATCH] spi_s3c24xx_gpio: use right header by Arnaud Patard (Rtp · 18 years ago
  100. 4b1badf [PATCH] SPI: define null tx_buf to mean "shift out zeroes" by David Brownell · 18 years ago