1. 43e31e4 Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  2. 85adbcd Merge tag 'spi-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 7 years ago
  3. 57f22cd Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/topcliff-pch' into spi-next by Mark Brown · 7 years ago
  4. e2a3b0d Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-next by Mark Brown · 7 years ago
  5. 2016d52 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/topic/mpc52xx', 'spi/topic/ppc4xx' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 7 years ago
  6. 3470650 Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/ep93xx', 'spi/topic/falcon' and 'spi/topic/fsl-lpspi' into spi-next by Mark Brown · 7 years ago
  7. 244a60c Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/bcm-qspi' and 'spi/topic/bcm53xx' into spi-next by Mark Brown · 7 years ago
  8. 3490462 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 7 years ago
  9. 42af2f5 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 7 years ago
  10. e0afd0f Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/rspi' and 'spi/fix/s3c64xx' into spi-linus by Mark Brown · 7 years ago
  11. 7abfe04 spi: spi-ti-qspi: Fix error handling by Christophe JAILLET · 7 years ago
  12. 30fb272 spi: spi-ti-qspi: Fix error handling by Christophe JAILLET · 7 years ago
  13. 582c97f spi: lantiq-ssc: activate under COMPILE_TEST by Hauke Mehrtens · 7 years ago
  14. e92f005 spi: armada-3700: Remove spi_master_put in a3700_spi_remove() by Wei Yongjun · 7 years ago
  15. cce59c2 spi: ti-qspi: revise ti_qspi_probe() failure flow by Prahlad V · 7 years ago
  16. 55f0cd3 spi: spi-ep93xx: simplify GPIO chip selects by H Hartley Sweeten · 7 years ago
  17. ad16d4a spi: rspi: Replaces "n" by "len" in qspi_transfer_*() by DongCV · 7 years ago
  18. 7264abc spi: rspi: Fixes bogus received byte in qspi_transfer_in() by DongCV · 7 years ago
  19. 973f7dd spi: bcm-qspi: Remove unnecessary platform_set_drvdata() by Wei Yongjun · 7 years ago
  20. 345309f spi: bcm-qspi: Fix bcm_qspi_bspi_read() performance by Kamal Dasu · 7 years ago
  21. 17f84b7 spi: lantiq-ssc: add support for Lantiq SSC SPI controller by Hauke Mehrtens · 7 years ago
  22. 379f831 spi: s3c64xx: fix inconsistency between binding and driver by Andi Shyti · 7 years ago
  23. 398d873 Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linux by Brian Norris · 7 years ago
  24. 902cc69 mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes by Cyrille Pitchen · 8 years ago
  25. d9928b4 spi: armada-3700: Remove .owner field for driver by Wei Yongjun · 7 years ago
  26. 0c6543f spi: acpi: Initialize modalias from of_compatible by Dan O'Donovan · 7 years ago
  27. 81ab52f spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read() by Kamal Dasu · 7 years ago
  28. 8324147 spi: fix device-node leaks by Johan Hovold · 8 years ago
  29. 1ce2486 spi: mediatek: Only do dma for 4-byte aligned buffers by Daniel Kurtz · 8 years ago
  30. 88b0aa5 spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 8 years ago
  31. 64e02cb spi: pca2xx-pci: Allow MSI by Jan Kiszka · 8 years ago
  32. e51e9b9 spi: pxa2xx: Prepare for edge-triggered interrupts by Jan Kiszka · 8 years ago
  33. cca112e Merge tag 'spi-fix-v4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  34. e18a80a spi: pxa2xx: Add support for Intel Gemini Lake by David E. Box · 8 years ago
  35. 52cc720 Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus by Mark Brown · 8 years ago
  36. 3f95ba3 Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 8 years ago
  37. 45e861a spi/topcliff-pch: Delete an error message for a failed memory allocation in pch_spi_set_tx() by Markus Elfring · 8 years ago
  38. b996356 spi/topcliff-pch: Combine substrings for four messages by Markus Elfring · 8 years ago
  39. baa35f5 spi/topcliff-pch: Improve size determinations in pch_spi_probe() by Markus Elfring · 8 years ago
  40. 84aa0ba spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma() by Markus Elfring · 8 years ago
  41. 6ceb3b2 spi/topcliff-pch: Delete an unnecessary return statement in two functions by Markus Elfring · 8 years ago
  42. 797236f spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe() by Markus Elfring · 8 years ago
  43. ffcaef5 spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe() by Markus Elfring · 8 years ago
  44. 9c4f044 spi/mpc52xx: Combine substrings for two messages by Markus Elfring · 8 years ago
  45. 8b6c895 spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe() by Markus Elfring · 8 years ago
  46. 31ae779 spi: fsl: Combine substrings for two messages by Markus Elfring · 8 years ago
  47. 5223db0 spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
  48. d9bc4a8 spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
  49. f9bdb7f spi: Use kcalloc() in spi_register_board_info() by Markus Elfring · 8 years ago
  50. b031248 spi: pxa2xx: Factor out handle_bad_msg by Jan Kiszka · 8 years ago
  51. 72bc7ae spi: s3c64xx: potential oops on probe error by Dan Carpenter · 8 years ago
  52. c5a2a39 spi: davinci: use dma_mapping_error() by Kevin Hilman · 8 years ago
  53. 9c6a3af spi: make falcon-spi bool by Hauke Mehrtens · 8 years ago
  54. 102ecc47 spi: fsl-lpspi: fix indentation error by Gao Pan · 8 years ago
  55. 3d63a47 spi: s3c64xx: Don't request/release DMA channels for each SPI transfer by Marek Szyprowski · 8 years ago
  56. e70002c spi: dw: Make debugfs use bus num and make irq name unique by Phil Reid · 8 years ago
  57. 9620ca9 spi: spi-axi: Free resources on error path by Christophe JAILLET · 8 years ago
  58. e360e72 spi: bcm53xx: (re)license code to the GPL v2 by Rafał Miłecki · 8 years ago
  59. 66459c5 spi: imx: adjust watermark level according to transfer length by Jiada Wang · 8 years ago
  60. 2501452 spi: pxa2xx-pci: Enable DMA for Intel Merrifield by Andy Shevchenko · 8 years ago
  61. a2dd8af spi: pxa2xx: add missed break by Andy Shevchenko · 8 years ago
  62. e7ad4a7 spi: sh-msiof: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
  63. ffcfae3 spi: rspi: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
  64. cf1716e spi: dw-mid: switch to new dmaengine_terminate_* API (part 2) by Andy Shevchenko · 8 years ago
  65. 85798e15 spi: armada-3700: Coding style fixes by Romain Perier · 8 years ago
  66. cfd6693 spi: armada-3700: Replaced raw values for nbits by the SPI macros by Romain Perier · 8 years ago
  67. 13288bd spi: dw: Make debugfs name unique between instances by Phil Reid · 8 years ago
  68. 78d759d spi: bcm53xx: set of_node to let DT specify device(s) by Rafał Miłecki · 8 years ago
  69. 279e4af spi: bcm-qspi: Enable the driver on BMIPS_GENERIC by Jaedon Shin · 8 years ago
  70. 264c3e8 spi: sh-msiof: Do not use C++ style comment by Simon Horman · 8 years ago
  71. 23e291c spi: rockchip: support "sleep" pin configuration by Brian Norris · 8 years ago
  72. 42cd4ed spi: armada-3700: Set mode bits correctly by Dan Carpenter · 8 years ago
  73. 0cc059a spi: armada-3700: Remove unnecessary condition by Dan Carpenter · 8 years ago
  74. c2e51ac spi: core: Extract of_spi_parse_dt() by Geert Uytterhoeven · 8 years ago
  75. e3842cb Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  76. f6f0083 spi: armada-3700: fix unsigned compare than zero on irq by Colin Ian King · 8 years ago
  77. 4286db8 spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings by Simon Horman · 8 years ago
  78. 91829a9 spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select by Felix Fietkau · 8 years ago
  79. 22c7632 spi: spi-ath79: support multiple internal chip select lines by Felix Fietkau · 8 years ago
  80. dadab2d spi: SPI_FSL_DSPI should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  81. cc4a7ff spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg() by Geert Uytterhoeven · 8 years ago
  82. fafd679 Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/topic/ti-qspi', 'spi/topic/topcliff-pch' and 'spi/topic/xlp' into spi-next by Mark Brown · 8 years ago
  83. 6694430 Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rspi' and 'spi/topic/s3c64xx' into spi-next by Mark Brown · 8 years ago
  84. 830d705 Merge remote-tracking branches 'spi/topic/fsl-lpspi', 'spi/topic/imx', 'spi/topic/jcore' and 'spi/topic/omap' into spi-next by Mark Brown · 8 years ago
  85. 3bc1ad25 Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/fsl-dspi' and 'spi/topic/fsl-espi' into spi-next by Mark Brown · 8 years ago
  86. 0afa072 Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/topic/axi' into spi-next by Mark Brown · 8 years ago
  87. 9b12be6 Merge remote-tracking branch 'spi/topic/rcar' into spi-next by Mark Brown · 8 years ago
  88. cc93993 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  89. 0523266 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
  90. b14a8a8 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/mvbeu' and 'spi/fix/spidev' into spi-linus by Mark Brown · 8 years ago
  91. 7243e0b spi: mvebu: fix baudrate calculation for armada variant by Uwe Kleine-König · 8 years ago
  92. 5762ab7 spi: Add support for Armada 3700 SPI Controller by Romain Perier · 8 years ago
  93. d989eed spi: fsl-lpspi: quit reading rx fifo under error condition by Gao Pan · 8 years ago
  94. b6787b6 spi: fsl-lpspi: use GPL as module license by Gao Pan · 8 years ago
  95. 7e2ef00 spi: fsl-espi: fix ioread16/iowrite16 endianness by Heiner Kallweit · 8 years ago
  96. d54ef05 spi: fsl-espi: remove unused linearization code by Heiner Kallweit · 8 years ago
  97. dcb425f3 spi: fsl-espi: eliminate need for linearization when reading from hardware by Heiner Kallweit · 8 years ago
  98. 0582343 spi: fsl-espi: eliminate need for linearization when writing to hardware by Heiner Kallweit · 8 years ago
  99. e1cdee7 spi: fsl-espi: determine need for byte swap only once by Heiner Kallweit · 8 years ago
  100. b88a0de spi: fsl-lpspi: read lpspi tx/rx fifo size in probe() by Gao Pan · 8 years ago