1. c77512d spi: spi-axi: Free resources on error path by Christophe JAILLET · 7 years ago
  2. 14e5c8c spi: dw: Make debugfs name unique between instances by Phil Reid · 7 years ago
  3. 9846c67 spi: fix device-node leaks by Johan Hovold · 7 years ago
  4. c52829f spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 7 years ago
  5. aabb797 spi: davinci: use dma_mapping_error() by Kevin Hilman · 7 years ago
  6. 5da6415 spi: double time out tolerance by Hauke Mehrtens · 7 years ago
  7. 404950a spi: s3c64xx: fix inconsistency between binding and driver by Andi Shyti · 7 years ago
  8. 97d5e20 spi: pxa2xx: add missed break by Andy Shevchenko · 7 years ago
  9. f52e670 spi: mvebu: fix baudrate calculation for armada variant by Uwe Kleine-König · 7 years ago
  10. 2fbef66 Merge remote-tracking branches 'spi/fix/dt', 'spi/fix/fsl-dspi' and 'spi/fix/fsl-espi' into spi-linus by Mark Brown · 8 years ago
  11. 5ee67b5 spi: dspi: clear SPI_SR before enable interrupt by Yuan Yao · 8 years ago
  12. 5c0ba57 spi: fsl-espi: avoid processing uninitalized data on error by Arnd Bergmann · 8 years ago
  13. e0af98a spi: mark device nodes only in case of successful instantiation by Ralf Ramsauer · 8 years ago
  14. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  15. 2ce0468 Merge remote-tracking branches 'spi/topic/ti-qspi', 'spi/topic/tools', 'spi/topic/txx9' and 'spi/topic/xlp' into spi-next by Mark Brown · 8 years ago
  16. 3424ff2 Merge remote-tracking branches 'spi/topic/rspi', 'spi/topic/sc18is602', 'spi/topic/sh-msiof', 'spi/topic/spidev-test' and 'spi/topic/st-ssc4' into spi-next by Mark Brown · 8 years ago
  17. 66b5a33 Merge remote-tracking branches 'spi/topic/octeon', 'spi/topic/pic32-sqi', 'spi/topic/pxa2xx' and 'spi/topic/qup' into spi-next by Mark Brown · 8 years ago
  18. e2df04e Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/imx', 'spi/topic/jcore', 'spi/topic/loopback' and 'spi/topic/meson' into spi-next by Mark Brown · 8 years ago
  19. a931a18 Merge remote-tracking branches 'spi/topic/bcm', 'spi/topic/dw' and 'spi/topic/fsl-dspi' into spi-next by Mark Brown · 8 years ago
  20. c5aee51 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  21. 76cce7e spi: sc18is602: Change gpiod_set_value to gpiod_set_value_cansleep by Phil Reid · 8 years ago
  22. 089bd46 spi: pxa2xx: Fix build error because of missing header by Mika Westerberg · 8 years ago
  23. 446576f spi: imx: fix error return code in spi_imx_probe() by Wei Yongjun · 8 years ago
  24. 99f499c spi: pxa2xx: Add support for GPIO descriptor chip selects by Mika Westerberg · 8 years ago
  25. f13d4e1 spi: imx: Gracefully handle NULL master->cs_gpios by Marek Vasut · 8 years ago
  26. cc20a38 spi: iproc-qspi: Add Broadcom iProc SoCs support by Kamal Dasu · 8 years ago
  27. 604042a spi: fsl-espi: improve return value handling in fsl_espi_probe by Heiner Kallweit · 8 years ago
  28. acf6921 spi: fsl-espi: simplify of_fsl_espi_probe by Heiner Kallweit · 8 years ago
  29. fb8ac912 spi: fsl-espi: remove unused variable in fsl_espi_setup by Heiner Kallweit · 8 years ago
  30. 71b8f35 spi: bcm-qspi: Fix error return code in bcm_qspi_probe() by Wei Yongjun · 8 years ago
  31. 3bf3eb2 spi: bcm-qspi: Fix return value check in bcm_qspi_probe() by Wei Yongjun · 8 years ago
  32. a0319f8b1 spi: bcm-qspi: fix suspend/resume #ifdef by Arnd Bergmann · 8 years ago
  33. c0a75d0 spi: bcm-qspi: don't include linux/mtd/cfi.h by Arnd Bergmann · 8 years ago
  34. 81abc2e spi: fsl-espi: improve and extend register bit definitions by Heiner Kallweit · 8 years ago
  35. 46afd38 spi: fsl-espi: align register access with other drivers by Heiner Kallweit · 8 years ago
  36. 35f5d71 spi: fsl-espi: improve and simplify interrupt handler by Heiner Kallweit · 8 years ago
  37. d198ebf spi: fsl-espi: simplify fsl_espi_setup_transfer by Heiner Kallweit · 8 years ago
  38. 15ca921 spi: imx: support loopback mode on imx35 by Martin Kaiser · 8 years ago
  39. 2636ba8 spi: imx: set spi_bus_clk for mx1, mx31 and mx35 by Martin Kaiser · 8 years ago
  40. 4e3b2d2 spi: bcm-qspi: Add BSPI spi-nor flash controller driver by Kamal Dasu · 8 years ago
  41. 44f95d8 spi: brcmstb-qspi: Broadcom settop platform driver by Kamal Dasu · 8 years ago
  42. fa236a7 spi: bcm-qspi: Add Broadcom MSPI driver by Kamal Dasu · 8 years ago
  43. 4253168 spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs by Axel Lin · 8 years ago
  44. 2f58ea6 spi: meson: Add GXBB compatible by Neil Armstrong · 8 years ago
  45. 38d003f spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans by Heiner Kallweit · 8 years ago
  46. 06af115 spi: fsl-espi: improve message length handling by Heiner Kallweit · 8 years ago
  47. cce7e3a spi: fsl-espi: factor out handling of read data by Heiner Kallweit · 8 years ago
  48. 96361faf spi: fsl-espi: centralize populating struct spi_transfer by Heiner Kallweit · 8 years ago
  49. d3152cf1 spi: fsl-espi: factor out initial message checking by Heiner Kallweit · 8 years ago
  50. 7c7289a spi: pxa2xx: Default thresholds to PXA configuration by Andy Shevchenko · 8 years ago
  51. 96579a4 spi: pxa2xx: Remove pointer to chip data from driver data by Jarkko Nikula · 8 years ago
  52. 4fc0caa spi: pxa2xx: Remove pointer to current SPI message from driver data by Jarkko Nikula · 8 years ago
  53. bffc967 spi: pxa2xx: Do not needlessly initialize stack variables by Jarkko Nikula · 8 years ago
  54. 3aef463 spi: dw: round up result of calculation for clock divider by Matthias Seidel · 8 years ago
  55. 5bcc6a2 spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs by Heiner Kallweit · 8 years ago
  56. 84ccfc3 spi: fsl-espi: improve return value handling in fsl_espi_bufs by Heiner Kallweit · 8 years ago
  57. 809b1e0 spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans by Heiner Kallweit · 8 years ago
  58. faceef3 spi: fsl-espi: eliminate struct fsl_espi_transfer by Heiner Kallweit · 8 years ago
  59. 5cd7b8b spi: fsl-espi: remove element actual_length from struct fsl_espi_trans by Heiner Kallweit · 8 years ago
  60. 0319d49 spi: fsl-espi: fix status handling in fsl_espi_do_one_msg by Heiner Kallweit · 8 years ago
  61. e33a3ad spi: fsl-espi: remove element status from struct fsl_espi_transfer by Heiner Kallweit · 8 years ago
  62. 7c159aa spi: fsl-espi: factor out filling the local buffer by Heiner Kallweit · 8 years ago
  63. 1423877 spi: fsl-espi: pre-allocate message buffer by Heiner Kallweit · 8 years ago
  64. ae4860b Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fix/put', 'spi/fix/pxa2xx', 'spi/fix/sh-msiof' and 'spi/fix/timeout' into spi-linus by Mark Brown · 8 years ago
  65. 71581a15 spi: fsl-espi: remove unneeded check in fsl_espi_do_trans by Heiner Kallweit · 8 years ago
  66. a755af5 spi: fsl-espi: simplify fsl_espi_setup_transfer by Heiner Kallweit · 8 years ago
  67. daae020 spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer by Heiner Kallweit · 8 years ago
  68. 13b1030 spi: dw: fix multiple slaves with different baudrates by Matthias Seidel · 8 years ago
  69. d0716dd spi: Prevent unexpected SPI time out due to arithmetic overflow by Sien Wu · 8 years ago
  70. 9d04d8b spi: qup: skip clk_disable_unprepare if the device is already runtime suspended by Sudeep Holla · 8 years ago
  71. dbd4fef spi: fsl-espi: remove unneeded variable in fsl_espi_do_trans by Heiner Kallweit · 8 years ago
  72. 10ed1e6 spi: fsl-espi: add missing static declaration to fsl_espi_cpu_irq by Heiner Kallweit · 8 years ago
  73. bbb55f6 spi: fsl-espi: change return type of fsl_espi_cpu_bufs to void by Heiner Kallweit · 8 years ago
  74. ea616ee spi: fsl-espi: change return type of fsl_espi_setup_transfer to void by Heiner Kallweit · 8 years ago
  75. 6bdf03b spi: fsl-espi: dont include irq.h by Heiner Kallweit · 8 years ago
  76. dc34b89 spi: loopback-test: mark rx_ranges_cmp() static by Baoyou Xie · 8 years ago
  77. 6ffc84d spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH by Geert Uytterhoeven · 8 years ago
  78. f990080 spi: sc18is602: Add reset control via gpio pin. by Phil Reid · 8 years ago
  79. 568852b spi: spi-cavium-thunderx: Add missing clk_disable_unprepare() by Wei Yongjun · 8 years ago
  80. b70cd2d spi: pxa2xx-pci: fix ACPI-based enumeration of SPI devices by Andy Shevchenko · 8 years ago
  81. 6999aea spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function by Wei Yongjun · 8 years ago
  82. 1c5ea2b spi: spi-fsl-dspi: Check clk_prepare_enable() error by Fabio Estevam · 8 years ago
  83. 7347a6c7 spi: octeon: Add ThunderX driver by Jan Glauber · 8 years ago
  84. 1ae4ec1 spi: spi-txx9: Add missing clock (un)prepare calls for CCF by Geert Uytterhoeven · 8 years ago
  85. 02a595d spi: fsl-espi: eliminate spi nor flash read loop by Heiner Kallweit · 8 years ago
  86. 5720ec0 spi: spi-ti-qspi: Add DMA support for QSPI mmap read by Vignesh R · 8 years ago
  87. b1b8153 spi: Add support to handle kmap'd buffers in spi_map_buf() by Vignesh R · 8 years ago
  88. 53d8916 spi: spi-fsl-dspi: fix a possible NULL dereference by LABBE Corentin · 8 years ago
  89. 94b968b spi: spi-fsl-dspi: constify devtype_data by LABBE Corentin · 8 years ago
  90. 764f2166 spi: Drop io_mutex in error paths by Mark Brown · 8 years ago
  91. 097d061 spi: xlp: Add ACPI support for Vulcan SPI controller by Kamlakant Patel · 8 years ago
  92. f75529f spi: jcore: remove unnecessary platform_set_drvdata() by Wei Yongjun · 8 years ago
  93. aeb8f8c spi: rspi: Increase accuracy of bit rate for RZ by Chris Brandt · 8 years ago
  94. a3cfea0 spi: pic32-sqi: use list_move_tail and list_move by Wei Yongjun · 8 years ago
  95. 2cb1b3b spi: add driver for J-Core SPI controller by Rich Felker · 8 years ago
  96. c3ccf35 spi: sh-msiof: Avoid invalid clock generator parameters by Geert Uytterhoeven · 8 years ago
  97. 043248c Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  98. 7ae0ae4 Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  99. 2932c28 spi: img-spfi: Remove spi_master_put in img_spfi_remove() by Wei Yongjun · 8 years ago
  100. c2b08ce spi: mediatek: remove spi_master_put in mtk_spi_remove() by Wei Yongjun · 8 years ago