1. 4ebf881 spi: spidev: Remove redundant initialization of variable status by Jay Fang · 4 years, 4 months ago
  2. aa9e862 spi: spidev: Align buffers for DMA by Christian Eggers · 4 years, 5 months ago
  3. 06096cc spi: spidev: fix a potential use-after-free in spidev_release() by Zhenzhong Duan · 4 years, 7 months ago
  4. abd4278 spi: spidev: fix a race between spidev_release and spidev_remove by Zhenzhong Duan · 4 years, 7 months ago
  5. 66ec7b3 spi: spidev: Add support for Octal mode data transfers by Geert Uytterhoeven · 4 years, 9 months ago
  6. 4276fc8 spi: spidev: fix speed setting message by Oleksandr Suvorov · 4 years, 10 months ago
  7. ea70fb5b spi: spidev: fix a debug message value by Oleksandr Suvorov · 4 years, 10 months ago
  8. 138c9c3 spi: spidev: Fix CS polarity if GPIO descriptors are used by Lukas Wunner · 4 years, 11 months ago
  9. 8e319dd spi: spidev: use new `delay` field for spi transfers by Alexandru Ardelean · 5 years ago
  10. ec3fa72 spi: spidev: use new `word_delay` field for spi transfers by Alexandru Ardelean · 5 years ago
  11. 9f918a72 spi: Add call to spi_slave_abort() function when spidev driver is released by Lukasz Majewski · 5 years ago
  12. 4343f61 Merge tag 'v5.2-rc4' into spi-5.3 by Mark Brown · 6 years ago
  13. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  14. c6e2d2c spidev: Add M53Menlo CPLD compatible by Marek Vasut · 6 years ago
  15. 9783da2 spi: spidev: Add dhcom-board to compatibility list by Christoph Niedermaier · 6 years ago
  16. 41bc10c Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux by Linus Torvalds · 6 years ago
  17. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  18. 2ed6692 spi: spidev: Enable control of inter-word delays by Jan Kundrát · 6 years ago
  19. 605b3be spi: spidev: Fix OF tree warning logic by Trent Piepho · 6 years ago
  20. 5e9feb3 spidev: Enable the Liebherr's BK4 board to work with spidev driver by Lukasz Majewski · 6 years ago
  21. 090a81d Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  22. 251d595 spidev: quit messing with access_ok() by Al Viro · 8 years ago
  23. f792943 spi: spidev: use memdup_user by Geliang Tang · 8 years ago
  24. 76bf569 spi: spidev: remove unused completion by Seraphime Kirkovski · 8 years ago
  25. 91b46346 spi: spidev: Add sx1301 to device tree compatibility list by Ben Whitten · 8 years ago
  26. 144235e spi: spidev: Add device to spidev device tree compatibility list by Fabien Lahoudere · 8 years ago
  27. cf9f432 spi: spidev: Add ACPI probing support by Mika Westerberg · 9 years ago
  28. 4f95307 Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/spidev' into spi-next by Mark Brown · 9 years ago
  29. 56ea107 spi: spidev: Hold spi_lock over all defererences of spi in release() by Mark Brown · 9 years ago
  30. f15c584 spi: spidev: Use "%u" to format __u32 by Geert Uytterhoeven · 9 years ago
  31. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  32. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  33. 711e020 Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi-linus by Mark Brown · 9 years ago
  34. dd85ebf spi: spidev: fix possible NULL dereference by Sudip Mukherjee · 9 years ago
  35. c92ec7c Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topic/sh-msiof', 'spi/topic/spidev' and 'spi/topic/stats' into spi-next by Mark Brown · 9 years ago
  36. 89a6356 spi: spidev: fix inconsistent indenting by Colin Ian King · 9 years ago
  37. ffe2288 spi: spidev: Fix typo by Fabio Estevam · 9 years ago
  38. 6fec919 spi: spidev: add compatible value for LTC2488 by Jiri Prchal · 10 years ago
  39. fda052b Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev' and 'spi/topic/zynq' into spi-next by Mark Brown · 10 years ago
  40. 99472cc spi: spidev: Remove unneeded variable by Fabio Estevam · 10 years ago
  41. 98d6f47 spi: spidev: use spi_sync instead of spi_async by Martin Sperl · 10 years ago
  42. 956b200a spi: spidev: Warn loudly if instantiated from DT as "spidev" by Mark Brown · 10 years ago
  43. f20fbaa spi: spidev: fix possible arithmetic overflow for multi-transfer message by Ian Abbott · 10 years ago
  44. 9a12bff spi: spidev: only use up TX/RX bounce buffer space when needed by Ian Abbott · 10 years ago
  45. 30b9278 Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev', 'spi/topic/st-ssc' and 'spi/topic/ti-qspi' into spi-next by Mark Brown · 10 years ago
  46. 7782a1a spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n) by Ian Abbott · 10 years ago
  47. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  48. 9169051 spi: spidev: Don't mangle max_speed_hz in underlying spi device by Mark Brown · 10 years ago
  49. 865f6d1 spi: spidev: Use separate TX and RX bounce buffers by Ray Jui · 10 years ago
  50. dc64d39 spi: spidev: Add support for Dual/Quad SPI Transfers by Geert Uytterhoeven · 11 years ago
  51. e645618 spi: spidev: Restore all SPI mode flags on ioctl failure by Geert Uytterhoeven · 11 years ago
  52. 95c63cf spi: spidev: Fix checkpatch issue by Jingoo Han · 11 years ago
  53. 91a92e1 spi: spidev: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  54. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  55. 8179bb2 spi/spidev: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  56. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  57. 8fad805 spi: spidev: Add Rohm DH2228FV DAC compatible string by Maxime Ripard · 12 years ago
  58. 880cfd4 spi: spidev: Add device tree bindings by Maxime Ripard · 12 years ago
  59. ca632f5 spi: reorganize drivers by Grant Likely · 14 years ago
  60. 7d48ec36 spi/spidev: Add 32 bit compat ioctl() by Bernhard Walle · 14 years ago
  61. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  62. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  63. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  64. db389b6 spidev: add proper section markers by Mike Frysinger · 15 years ago
  65. 8ae1c92 spidev: use DECLARE_BITMAP instead of declaring the array by Thadeu Lima de Souza Cascardo · 15 years ago
  66. 478e4e9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  67. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  68. 41df70d spi: fix spidev compilation failure when VERBOSE is defined by Florian Fainelli · 15 years ago
  69. 137f1188 spidev: fix double "of of" in comment by Thadeu Lima de Souza Cascardo · 15 years ago
  70. 4c2aedc spi: Remove BKL from spidev_open by Thomas Gleixner · 15 years ago
  71. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  72. e0626e3 spi: prefix modalias with "spi:" by Anton Vorontsov · 15 years ago
  73. b55f627 spi: new spi->mode bits by David Brownell · 16 years ago
  74. aaacf4b spi: avoid spidev crash when device is removed by Wolfgang Ocker · 16 years ago
  75. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  76. 4ef754b spidev: BKL removal by Alan Cox · 16 years ago
  77. 3d81252 device create: spi: convert device_create to device_create_drvdata by David Brownell · 17 years ago
  78. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  79. 4b1295b spi: fix the read path in spidev by Sebastian Siewior · 17 years ago
  80. 609f9e9 spidev: BKL pushdown by Jonathan Corbet · 17 years ago
  81. b2c8dad spi: fix refcount-related spidev oops-on-rmmod by David Brownell · 17 years ago
  82. 25d5cb4 spi: remove some spidev oops-on-rmmod paths by David Brownell · 17 years ago
  83. 142956a fix abuses of ptrdiff_t by Al Viro · 17 years ago
  84. 96ddbf5 spidev warning fix by David Brownell · 17 years ago
  85. 6f166e3 spidev supports more communications modes by Anton Vorontsov · 17 years ago
  86. 4917d92 spidev compiler warning gone by David Brownell · 17 years ago
  87. 9bea3f2 spi: potential memleak in spidev_ioctl by Florin Malita · 18 years ago
  88. da90fa8 spi/spidev: check message size before copying by Domen Puncer · 18 years ago
  89. 0a4dd77 spi: fix spidev for >sizeof(long)/32 devices by Domen Puncer · 18 years ago
  90. 814a8d5 /dev/spidevB.C interface by Andrea Paterniani · 18 years ago