1. c38a490 Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8 by Mark Brown · 4 years, 8 months ago
  2. b9dd3f6 spi: bcm2835aux: Fix controller unregister order by Lukas Wunner · 4 years, 8 months ago
  3. 9dd277f spi: bcm2835: Fix controller unregister order by Lukas Wunner · 4 years, 8 months ago
  4. 8485567 spi: Fix controller unregister order by Lukas Wunner · 4 years, 8 months ago
  5. 73da235 spi: ti_qspi: fix unit address by Kangmin Park · 4 years, 8 months ago
  6. 7db097dc spi: dw: Add Tx/Rx DMA properties by Serge Semin · 4 years, 8 months ago
  7. b271cf3 Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semin <Sergey.Semin@baikalelectronics.ru>: by Mark Brown · 4 years, 8 months ago
  8. eb1262e spi: spi-rockchip: use num-cs property and ctlr->enable_gpiods by Chris Ruehl · 4 years, 9 months ago
  9. d065f41 spi: spi-rockchip: add support for spi slave mode by Chris Ruehl · 4 years, 9 months ago
  10. d66571a spi: spi-rockchip: cleanup use struct spi_controller by Chris Ruehl · 4 years, 9 months ago
  11. 0327f0b spi: dw: Clear DMAC register when done or stopped by Serge Semin · 4 years, 8 months ago
  12. 77810d4 spi: dw: Initialize paddr in DW SPI MMIO private data by Serge Semin · 4 years, 8 months ago
  13. 9aea644 spi: dw: Fix native CS being unset by Serge Semin · 4 years, 8 months ago
  14. afb7f565 spi: dw: Drop duplicate error message when remap resource by Andy Shevchenko · 4 years, 8 months ago
  15. 5483ef0 spi: Convert UniPhier SPI controller to json-schema by Kunihiko Hayashi · 4 years, 9 months ago
  16. 4dd227a spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabled by Jay Fang · 4 years, 9 months ago
  17. 74750e0 spi: sun6i: Add support for GPIO chip select lines by Alistair Francis · 4 years, 9 months ago
  18. 5bc4861 spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify code by Kunihiko Hayashi · 4 years, 9 months ago
  19. 6a09140 spi: uniphier: Depend on HAS_IOMEM by Kunihiko Hayashi · 4 years, 9 months ago
  20. a041e67 spi: dw: Get rid of dma_inited flag by Andy Shevchenko · 4 years, 9 months ago
  21. 140e45e spi: dw: Avoid useless assignments in generic DMA setup by Andy Shevchenko · 4 years, 9 months ago
  22. 22d48ad spi: dw: Add Elkhart Lake PSE DMA support by Jarkko Nikula · 4 years, 9 months ago
  23. 6370aba spi: dw: Propagate struct device pointer to ->dma_init() callback by Andy Shevchenko · 4 years, 9 months ago
  24. 37aa8aa spi: dw: Add 'mfld' suffix to Intel Medfield related routines by Andy Shevchenko · 4 years, 9 months ago
  25. e794095 spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMA by Andy Shevchenko · 4 years, 9 months ago
  26. e62a15d spi: dw: Downgrade interrupt.h to irqreturn.h where appropriate by Andy Shevchenko · 4 years, 9 months ago
  27. 0c2ce3f spi: dw: Move interrupt.h to spi-dw.h who is user of it by Andy Shevchenko · 4 years, 9 months ago
  28. d4dd6c0 spi: dw: Remove unused variable in CR0 configuring hooks by Andy Shevchenko · 4 years, 9 months ago
  29. 3cb97e2 spi: dw: Zero DMA Tx and Rx configurations on stack by Andy Shevchenko · 4 years, 9 months ago
  30. dd4441a spi: bcm2835: Fix error return code in bcm2835_dma_init() by Wei Yongjun · 4 years, 9 months ago
  31. 5b68451 spi: a3700: make a3700_spi_init() return void by Jason Yan · 4 years, 9 months ago
  32. c48e0c5 spi: dw-apb-ssi: Add Intel Keem Bay support by Wan Ahmad Zainie · 4 years, 9 months ago
  33. 3812a08 spi: dw-apb-ssi: Add compatible string for DesignWare DWC_ssi by Wan Ahmad Zainie · 4 years, 9 months ago
  34. f423779 spi: dw: Add support for Intel Keem Bay SPI by Wan Ahmad Zainie · 4 years, 9 months ago
  35. e539f43 spi: dw: Add support for DesignWare DWC_ssi by Wan Ahmad Zainie · 4 years, 9 months ago
  36. c4eadee spi: dw: Add update_cr0() callback to update CTRLR0 by Wan Ahmad Zainie · 4 years, 9 months ago
  37. 299cb65 spi: dw: Fix typo in few registers name by Wan Ahmad Zainie · 4 years, 9 months ago
  38. e37687c spi: bcm2835: Fixes bare use of unsigned by Jacko Dirks · 4 years, 9 months ago
  39. 4f18b82 Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>: by Mark Brown · 4 years, 9 months ago
  40. f13242d Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8 by Mark Brown · 4 years, 9 months ago
  41. 36c72a5 spi: amd: Drop superfluous member from struct amd_spi by Lukas Wunner · 4 years, 9 months ago
  42. 7b9c94b spi: amd: Fix refcount underflow on remove by Lukas Wunner · 4 years, 9 months ago
  43. 4332ea8 spi: amd: Drop duplicate driver data assignments by Lukas Wunner · 4 years, 9 months ago
  44. cc17fbe spi: amd: Pass probe errors back to driver core by Lukas Wunner · 4 years, 9 months ago
  45. 2b60c49 spi: amd: Fix duplicate iounmap in error path by Lukas Wunner · 4 years, 9 months ago
  46. b68527d spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit() by Jules Irenge · 4 years, 9 months ago
  47. 6eefaee spi: pxa2xx: Apply CS clk quirk to BXT by Evan Green · 4 years, 9 months ago
  48. be6ef16 spi: stm32-qspi: Fix unbalanced pm_runtime_enable issue by Patrice Chotard · 4 years, 9 months ago
  49. 1816829 spi: uniphier: fix error return code in uniphier_spi_probe() by Wei Yongjun · 4 years, 9 months ago
  50. f84b604 spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe() by Wei Yongjun · 4 years, 9 months ago
  51. 68d047c spi: spi-amd: fix warning by Sanjay R Mehta · 4 years, 9 months ago
  52. bbb336f spi: spi-amd: Add AMD SPI controller driver support by Sanjay R Mehta · 4 years, 9 months ago
  53. e5c9a22 Merge tag 'v5.7-rc3' into spi-5.8 by Mark Brown · 4 years, 9 months ago
  54. 6a8b55e Linux 5.7-rc3 by Linus Torvalds · 4 years, 9 months ago
  55. d4fb4bf Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 9 months ago
  56. e9a61af Merge tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 9 months ago
  57. c5f3378 Merge tag 'tty-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 9 months ago
  58. f6da8bd Merge tag 'char-misc-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 9 months ago
  59. edf17b2 Merge tag 'staging-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 9 months ago
  60. a8a0e2a Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 9 months ago
  61. 749f046 Merge tag 's390-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 9 months ago
  62. 670bcd7 Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 9 months ago
  63. 5879288 Merge tag 'devicetree-fixes-for-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 9 months ago
  64. 5a35770 firmware_loader: revert removal of the fw_fallback_config export by Luis Chamberlain · 4 years, 9 months ago
  65. b2768df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  66. acd6294 Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  67. 05db498 Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  68. e185880 Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  69. 9b3e59e Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  70. 673deb0 s390/protvirt: fix compilation issue by Claudio Imbrenda · 4 years, 9 months ago
  71. ab51cac Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  72. 167ff13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 9 months ago
  73. e1cebd8 selftests/bpf: Fix a couple of broken test_btf cases by Stanislav Fomichev · 4 years, 9 months ago
  74. dfc55ac tools/runqslower: Ensure own vmlinux.h is picked up first by Andrii Nakryiko · 4 years, 9 months ago
  75. 6f302bf bpf: Make bpf_link_fops static by Zou Wei · 4 years, 9 months ago
  76. 32e4c6f bpftool: Respect the -d option in struct_ops cmd by Martin KaFai Lau · 4 years, 9 months ago
  77. 1d8a0af selftests/bpf: Add test for freplace program with expected_attach_type by Toke Høiland-Jørgensen · 4 years, 9 months ago
  78. 03f87c0 bpf: Propagate expected_attach_type when verifying freplace programs by Toke Høiland-Jørgensen · 4 years, 9 months ago
  79. 4adb7a4 bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd by Andrii Nakryiko · 4 years, 9 months ago
  80. 5ca1ca0 bpf, x86_32: Fix logic error in BPF_LDX zero-extension by Wang YanQing · 4 years, 9 months ago
  81. 50fe7eb bpf, x86_32: Fix clobbering of dst for BPF_JSET by Luke Nelson · 4 years, 9 months ago
  82. 5fa9a98 bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension by Luke Nelson · 4 years, 9 months ago
  83. a33d314 bpf: Fix reStructuredText markup by Jakub Wilk · 4 years, 9 months ago
  84. 3554e54 net: systemport: suppress warnings on failed Rx SKB allocations by Doug Berger · 4 years, 9 months ago
  85. ecaeceb net: bcmgenet: suppress warnings on failed Rx SKB allocations by Doug Berger · 4 years, 9 months ago
  86. 7f32708 macsec: avoid to set wrong mtu by Taehee Yoo · 4 years, 9 months ago
  87. 5ef58e2 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 9 months ago
  88. 4bc77b2 dt-bindings: phy: qcom-qusb2: Fix defaults by Douglas Anderson · 4 years, 9 months ago
  89. 2bdfd4f dt-bindings: Fix erroneous 'additionalProperties' by Rob Herring · 4 years, 9 months ago
  90. 6ade99e proc: Put thread_pid in release_task not proc_flush_pid by Eric W. Biederman · 4 years, 9 months ago
  91. 8e9ccd0 Merge tag 'pm-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
  92. 5be35f7 Merge tag 'pnp-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
  93. 9dc5d98 Merge tag 'acpi-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
  94. bc0c4d1 mm: check that mm is still valid in madvise() by Linus Torvalds · 4 years, 9 months ago
  95. c651b46 Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 4 years, 9 months ago
  96. 0303b3a Merge tag 'wireless-drivers-2020-04-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 4 years, 9 months ago
  97. aee1a00 Merge tag 'io_uring-5.7-2020-04-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  98. 81da3d3 Merge tag 'libata-5.7-2020-04-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  99. 3d29cb1 Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  100. da5de55 Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 9 months ago