1. 365e856 spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct device by Andy Shevchenko · 5 years ago
  2. 5ce2570 spi: pxa2xx: Sort headers by Andy Shevchenko · 5 years ago
  3. 4f3d957 spi: pxa2xx: No need to keep pointer to platform device by Andy Shevchenko · 5 years ago
  4. e74dc5c spi: use new `spi_transfer_delay_exec` helper where straightforward by Alexandru Ardelean · 5 years ago
  5. acc7720 spi: spi-axi: extend support for the `delay` field by Alexandru Ardelean · 5 years ago
  6. c5751ba spi: bcm63xx: extend error condition to `delay` as well by Alexandru Ardelean · 5 years ago
  7. 3e2405f spi: spi-falcon: extend warning to `delay` as well by Alexandru Ardelean · 5 years ago
  8. 3984d39 spi: spi-fsl-espi: convert transfer delay to `spi_delay` format by Alexandru Ardelean · 5 years ago
  9. 25093bd spi: implement SW control for CS times by Alexandru Ardelean · 5 years ago
  10. 8105936 spi: tegra114: change format for `spi_set_cs_timing()` function by Alexandru Ardelean · 5 years ago
  11. 8e319dd spi: spidev: use new `delay` field for spi transfers by Alexandru Ardelean · 5 years ago
  12. 867bd88 spi: spi-loopback-test: use new `delay` field by Alexandru Ardelean · 5 years ago
  13. b883d5e spi: tegra20-sflash: use to new `spi_transfer_delay_exec` by Alexandru Ardelean · 5 years ago
  14. cd13152 spi: tegra114: use `spi_transfer_delay_exec` helper by Alexandru Ardelean · 5 years ago
  15. bebcfd2 spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec() by Alexandru Ardelean · 5 years ago
  16. 6c613f6 spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device by Alexandru Ardelean · 5 years ago
  17. ec3fa72 spi: spidev: use new `word_delay` field for spi transfers by Alexandru Ardelean · 5 years ago
  18. 21e2606 spi: orion: use new `word_delay` field for SPI transfers by Alexandru Ardelean · 5 years ago
  19. 84593a1 spi: sprd: convert transfer word delay to spi_delay struct by Alexandru Ardelean · 5 years ago
  20. 329f0da spi: make `cs_change_delay` the first user of the `spi_delay` logic by Alexandru Ardelean · 5 years ago
  21. b2c9815 spi: introduce spi_delay struct as "value + unit" & spi_delay_exec() by Alexandru Ardelean · 5 years ago
  22. 6b3f236 spi: move `cs_change_delay` backwards compat logic outside switch by Alexandru Ardelean · 5 years ago
  23. c46652e spi: npcm: Remove set but not used variable 'val' by zhengbin · 5 years ago
  24. 944be39 spi: omap-100k: Remove set but not used variable 'dataH' by zhengbin · 5 years ago
  25. 2b60d72 Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.5 by Mark Brown · 5 years ago
  26. f691067 spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register by Frieder Schrempf · 5 years ago
  27. 5d2af8b spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode by Vladimir Oltean · 5 years ago
  28. d6b71df spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ mode by Vladimir Oltean · 5 years ago
  29. b42faee spi: Add a PTP system timestamp to the transfer structure by Vladimir Oltean · 5 years ago
  30. 62217f8 spi: gpio: Look for a device node instead of match by Stephen Boyd · 5 years ago
  31. 3c0af1d spi: stm32-qspi: Fix kernel oops when unbinding driver by Patrice Chotard · 5 years ago
  32. 3c0f9d8 spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode by Vladimir Oltean · 5 years ago
  33. 8f5c285 SPI: designware: pci: Switch over to MSI interrupts by Felipe Balbi · 5 years ago
  34. 16c3e05 spi: spi-fsl-qspi: Introduce variable to fix different invalid master Id by Kuldeep Singh · 5 years ago
  35. 057b894 spi: lpspi: fix memory leak in fsl_lpspi_probe by Navid Emamdoost · 5 years ago
  36. d3b0ffa spi: gpio: prevent memory leak in spi_gpio_probe by Navid Emamdoost · 5 years ago
  37. 1b0a2b2 spi: fsl-lpspi: clean up indentation issue by Colin Ian King · 5 years ago
  38. f4b3239 spi: Introduce dspi_slave_abort() function for NXP's dspi SPI driver by Lukasz Majewski · 5 years ago
  39. 3f049e7 spi: xtensa-xtfpga: Use devm_platform_ioremap_resource() in xtfpga_spi_probe() by Markus Elfring · 5 years ago
  40. 6cdcb5d spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_slave_probe() by Markus Elfring · 5 years ago
  41. 5dd381e spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe() by Markus Elfring · 5 years ago
  42. 2226269 spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe() by Markus Elfring · 5 years ago
  43. 539ff24 spi: mxic: Ensure width is respected in spi-mem operations by Miquel Raynal · 5 years ago
  44. e61bb11 spi: atmel: Remove AVR32 leftover by Gregory CLEMENT · 5 years ago
  45. 3ade3a3 spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller by Phil Edworthy · 5 years ago
  46. 1e69598 spi: dw: Add basic runtime PM support by Phil Edworthy · 5 years ago
  47. cef0aa0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  48. c710364 Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 5 years ago
  49. 3f2dc27 Merge branch 'entropy' by Linus Torvalds · 5 years ago
  50. 50ee752 random: try to actively add entropy rather than passively wait for it by Linus Torvalds · 5 years ago
  51. 9bfd731 Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 5 years ago
  52. a4207a1 Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes by Olof Johansson · 5 years ago
  53. a3c0e7b Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  54. 939ca9f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 5 years ago
  55. 9ecb3e1 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  56. 4d2af08 Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 5 years ago
  57. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  58. 11af27f i2c: slave-eeprom: Add read only mode by Björn Ardö · 5 years ago
  59. fd4b204 i2c: i801: Bring back Block Process Call support for certain platforms by Jarkko Nikula · 5 years ago
  60. a71e2ac i2c: riic: Clear NACK in tend isr by Chris Brandt · 5 years ago
  61. 127068a i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 by Lee Jones · 5 years ago
  62. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  63. 2a78f99 iommu/amd: Lock code paths traversing protection_domain->dev_list by Joerg Roedel · 5 years ago
  64. ab7b257 iommu/amd: Lock dev_data in attach/detach code paths by Joerg Roedel · 5 years ago
  65. 45e528d iommu/amd: Check for busy devices earlier in attach_device() by Joerg Roedel · 5 years ago
  66. f6c0bfc iommu/amd: Take domain->lock for complete attach/detach path by Joerg Roedel · 5 years ago
  67. 3a11905 iommu/amd: Remove amd_iommu_devtable_lock by Joerg Roedel · 5 years ago
  68. f15d9a9 iommu/amd: Remove domain->updated by Joerg Roedel · 5 years ago
  69. e37e3bc Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 5 years ago
  70. faeacb6 net: tap: clean up an indentation issue by Colin Ian King · 5 years ago
  71. 78beef6 nfp: abm: fix memory leak in nfp_abm_u32_knode_replace by Navid Emamdoost · 5 years ago
  72. e51df6c mmc: host: sdhci-pci: Add Genesys Logic GL975x support by Ben Chuang · 5 years ago
  73. d0e00bc Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 5 years ago
  74. 52feb8b mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions by Danielle Ratson · 5 years ago
  75. 979b9b2 mlxsw: spectrum: Clear VLAN filters during port initialization by Ido Schimmel · 5 years ago
  76. 4208966 net: ena: clean up indentation issue by Colin Ian King · 5 years ago
  77. 6ba5bbb NFC: st95hf: clean up indentation issue by Colin Ian King · 5 years ago
  78. b960bc4 mmc: tegra: Implement ->set_dma_mask() by Nicolin Chen · 5 years ago
  79. 4ee7dde mmc: sdhci: Let drivers define their DMA mask by Adrian Hunter · 5 years ago
  80. 121bd08 mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence by Russell King · 5 years ago
  81. d1c536e mmc: sdhci: improve ADMA error reporting by Russell King · 5 years ago
  82. 407d809 net: phy: micrel: add Asym Pause workaround for KSZ9021 by Hans Andersson · 5 years ago
  83. fd4a809 net: socionext: ave: Avoid using netdev_err() before calling register_netdev() by Kunihiko Hayashi · 5 years ago
  84. 2df4de1 ptp: correctly disable flags on old ioctls by Jacob Keller · 5 years ago
  85. a3aa6e6 net: dsa: microchip: Always set regmap stride to 1 by Marek Vasut · 5 years ago
  86. 7bccb9f Merge tag 'linux-watchdog-5.4-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 5 years ago
  87. 289991c Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  88. 8ce39eb nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprs by Navid Emamdoost · 5 years ago
  89. 8572cea nfp: flower: prevent memory leak in nfp_flower_spawn_phy_reprs by Navid Emamdoost · 5 years ago
  90. dac9117 vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled by David Ahern · 5 years ago
  91. 0cd81d7 Merge tag 'ntb-5.4' of git://github.com/jonmason/ntb by Linus Torvalds · 5 years ago
  92. 2b6fd3e net: dsa: qca8k: Fix port enable for CPU port by Andrew Lunn · 5 years ago
  93. 2310421 net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse() by Dan Carpenter · 5 years ago
  94. 1a4b62a net: nixge: Fix a signedness bug in nixge_probe() by Dan Carpenter · 5 years ago
  95. d7eb651 of: mdio: Fix a signedness bug in of_phy_get_and_connect() by Dan Carpenter · 5 years ago
  96. 73e211e net: axienet: fix a signedness bug in probe by Dan Carpenter · 5 years ago
  97. f102105 net: stmmac: dwmac-meson8b: Fix signedness bug in probe by Dan Carpenter · 5 years ago
  98. 7f9e88e net: socionext: Fix a signedness bug in ave_probe() by Dan Carpenter · 5 years ago
  99. ced81eb enetc: Fix a signedness bug in enetc_of_get_phy() by Dan Carpenter · 5 years ago
  100. bd55f8d net: netsec: Fix signedness bug in netsec_probe() by Dan Carpenter · 5 years ago