1. 940ec77 spi: bcm-qspi: switch back to reading flash using smaller chunks by Rafał Miłecki · 6 years ago
  2. 0976eda spi: bcm-qspi: fix calculation of address length by Rafał Miłecki · 6 years ago
  3. c949a8e spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc header by Boris Brezillon · 7 years ago
  4. 60489f0 spi: spi-mem: Add missing description for data.nbytes field by Boris Brezillon · 7 years ago
  5. 8dbbaa4 spi: rspi: Fix interrupted DMA transfers by Geert Uytterhoeven · 7 years ago
  6. c1ca59c spi: rspi: Fix invalid SPI use during system suspend by Geert Uytterhoeven · 7 years ago
  7. 31a5fae spi: sh-msiof: Fix handling of write value for SISTR register by Hiromitsu Yamasaki · 7 years ago
  8. ffa69d6 spi: sh-msiof: Fix invalid SPI use during system suspend by Gaku Inami · 7 years ago
  9. 1723c31 spi: gpio: Fix copy-and-paste error by Linus Walleij · 7 years ago
  10. 7001cab spi: tegra20-slink: explicitly enable/disable clock by Marcel Ziswiler · 7 years ago
  11. 5223c9c1 spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE by Angelo Dureghello · 7 years ago
  12. 04b2d03 spi: Fix double IDR allocation with DT aliases by Geert Uytterhoeven · 7 years ago
  13. 1a4327f spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers by Kirill Kapranov · 7 years ago
  14. 401c0d7 spi: spi-mem: Constify spi_mem->name by Boris Brezillon · 7 years ago
  15. b02b17f mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name by Frieder Schrempf · 7 years ago
  16. 5d27a9c spi: spi-mem: Extend the SPI mem interface to set a custom memory name by Frieder Schrempf · 7 years ago
  17. 06bcb51 spi: spi-mem: Fix a typo in the documentation of struct spi_mem by Frieder Schrempf · 7 years ago
  18. 07ebbbe spi: uniphier: remove unnecessary include headers by Keiji Hayashibara · 7 years ago
  19. 4b859db spi: spi-gpio: add SPI_3WIRE support by Lorenzo Bianconi · 7 years ago
  20. 304d343 spi: add flags parameter to txrx_word function pointers by Lorenzo Bianconi · 7 years ago
  21. 5ba155a spi: add SPI controller driver for UniPhier SoC by Keiji Hayashibara · 7 years ago
  22. 4dcd5c2 spi: add DT bindings for UniPhier SPI controller by Kunihiko Hayashi · 7 years ago
  23. f09757a spi: dw: document Microsemi integration by Alexandre Belloni · 7 years ago
  24. baec8eb spi: img-spfi: Set device select bits for SPFI port state by Ionela Voinescu · 7 years ago
  25. 45e41bc spi: omap2-mcspi: remove several redundant variables by Colin Ian King · 7 years ago
  26. c2c25cc spi: dw-mmio: add MSCC Ocelot support by Alexandre Belloni · 7 years ago
  27. c79bdbb spi: dw: export dw_spi_set_cs by Alexandre Belloni · 7 years ago
  28. 516ddd7 spi: spi-fsl-espi: Log fifo counters on error by Tiago Brusamarello · 7 years ago
  29. 2ca300a spi: imx: Use the longuest possible burst size when in dynamic_burst by Maxime Chevallier · 7 years ago
  30. 0486dd4 spi: imx: remove unnecessary check in spi_imx_can_dma by Maxime Chevallier · 7 years ago
  31. afb27208 spi: imx: Use correct number of bytes per words by Maxime Chevallier · 7 years ago
  32. 2801b2f5 spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32 by Maxime Chevallier · 7 years ago
  33. a021cac spi: imx: Remove duplicate variable assignments by Maxime Chevallier · 7 years ago
  34. 6576bf0 spi: spi-fsl-dspi: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  35. 7c201ea spi: spi-bitbang: change flags from u8 to u16 by David Lechner · 7 years ago
  36. b86d771 Merge tag 'spi-dw-set-cs' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-4.19 by Mark Brown · 7 years ago
  37. 62dbbae spi: dw: allow providing own set_cs callback by Alexandre Belloni · 7 years ago
  38. 5f8f803 spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer by Andrey Smirnov · 7 years ago
  39. 504f256 spi: rockchip: add description for px30 by Liang Chen · 7 years ago
  40. d8ffee2 spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe by Krzysztof Kozlowski · 7 years ago
  41. 22d71a50 spi: pxa2xx: Add support for Intel Ice Lake by Mika Westerberg · 7 years ago
  42. 80dc12c spi: spi-fsl-dspi: Fix copy-paste error in dspi_probe by Gustavo A. R. Silva · 7 years ago
  43. 3e7cc62 spi: spi-fsl-dspi: Enable extended SPI mode by Esben Haabendal · 7 years ago
  44. 35c9d46 spi: spi-fsl-dspi: Advertise 32 bit for XSPI mode by Esben Haabendal · 7 years ago
  45. 8fcd151 spi: spi-fsl-dspi: XSPI FIFO handling (in TCFQ mode) by Esben Haabendal · 7 years ago
  46. 51d583a spi: spi-fsl-dspi: Framesize control for XSPI mode by Esben Haabendal · 7 years ago
  47. 58ba07ec spi: spi-fsl-dspi: Add support for XSPI mode registers by Esben Haabendal · 7 years ago
  48. 071db7a Merge branch 'spi-4.18' into spi-4.19 for DSPI dep by Mark Brown · 7 years ago
  49. 8570043 spi: spi-fsl-dspi: Fixup regmap configuration by Esben Haabendal · 7 years ago
  50. d87e08f spi: spi-fsl-dspi: Fix MCR register handling by Esben Haabendal · 7 years ago
  51. dadcf4a spi: spi-fsl-dspi: Support 4 to 16 bits per word transfers by Esben Haabendal · 7 years ago
  52. 0a4ec2c spi: spi-fsl-dspi: Simplify transfer counter handling by Esben Haabendal · 7 years ago
  53. 9e1dc9b spi: spi-fsl-dspi: Fix per transfer cs_change handling by Esben Haabendal · 7 years ago
  54. 4779f23 spi: spi-fsl-dspi: Drop unneeded use of dataflags bits by Esben Haabendal · 7 years ago
  55. c87bdcc spi: spi-fsl-dspi: Drop unreachable else if statement by Esben Haabendal · 7 years ago
  56. fb9acf5 spi: orion: fix CS GPIO handling again by Jan Kundrát · 7 years ago
  57. 931c4e9 spi: cadence: Change usleep_range() to udelay(), for atomic context by Janek Kotas · 7 years ago
  58. 08ba7ae spi: sh-msiof: Make sure all DMA operations have completed by Geert Uytterhoeven · 7 years ago
  59. 3e247b0 spi: remove unused adi_spi3.h header by Corentin Labbe · 7 years ago
  60. ce397d2 Linux 4.18-rc1 by Linus Torvalds · 7 years ago
  61. 265c5596 Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  62. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  63. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  64. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  65. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  66. 29d6849 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  67. a5b729e Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  68. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  69. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  70. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  71. 6a4d4b3 Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  72. 8949170c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  73. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  74. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  75. 315e6bc Documentation: rstFlatTable.py: fix a broken reference by Mauro Carvalho Chehab · 7 years ago
  76. 6ec71b2 ABI: sysfs-devices-system-cpu: remove a broken reference by Mauro Carvalho Chehab · 7 years ago
  77. e5ca425 devicetree: fix a series of wrong file references by Mauro Carvalho Chehab · 7 years ago
  78. 18ba1f9 devicetree: fix name of pinctrl-bindings.txt by Mauro Carvalho Chehab · 7 years ago
  79. 6c79521 devicetree: fix some bindings file names by Mauro Carvalho Chehab · 7 years ago
  80. 5efa6f8 MAINTAINERS: fix location of DT npcm files by Mauro Carvalho Chehab · 7 years ago
  81. 2f635cf MAINTAINERS: fix location of some display DT bindings by Mauro Carvalho Chehab · 7 years ago
  82. 1ca2c80 kernel-parameters.txt: fix pointers to sound parameters by Mauro Carvalho Chehab · 7 years ago
  83. 042c768 bindings: nvmem/zii: Fix location of nvmem.txt by Mauro Carvalho Chehab · 7 years ago
  84. 34962fb docs: Fix more broken references by Mauro Carvalho Chehab · 7 years ago
  85. a78513c scripts/documentation-file-ref-check: check tools/*/Documentation by Mauro Carvalho Chehab · 7 years ago
  86. 2d69708 scripts/documentation-file-ref-check: get rid of false-positives by Mauro Carvalho Chehab · 7 years ago
  87. e1f319f scripts/documentation-file-ref-check: hint: dash or underline by Mauro Carvalho Chehab · 7 years ago
  88. be600e5 scripts/documentation-file-ref-check: add a fix logic for DT by Mauro Carvalho Chehab · 7 years ago
  89. 5044024 scripts/documentation-file-ref-check: accept more wildcards at filenames by Mauro Carvalho Chehab · 7 years ago
  90. 40fc3eb scripts/documentation-file-ref-check: fix help message by Mauro Carvalho Chehab · 7 years ago
  91. b698201 media: max2175: fix location of driver's companion documentation by Mauro Carvalho Chehab · 7 years ago
  92. 2ebe0bb media: v4l: fix broken video4linux docs locations by Mauro Carvalho Chehab · 7 years ago
  93. 670d7adb media: dvb: point to the location of the old README.dvb-usb file by Mauro Carvalho Chehab · 7 years ago
  94. fe63a1a media: dvb: fix location of get_dvb_firmware script by Mauro Carvalho Chehab · 7 years ago
  95. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  96. ec15872 docs: fix broken references with multiple hints by Mauro Carvalho Chehab · 7 years ago
  97. 7cfde0a net: stmmac: Run HWIF Quirks after getting HW caps by Jose Abreu · 7 years ago
  98. f6a6f20 neighbour: skip NTF_EXT_LEARNED entries during forced gc by Roopa Prabhu · 7 years ago
  99. 7c09977 net: cxgb3: add error handling for sysfs_create_group by Zhouyang Jia · 7 years ago
  100. c14a024 Merge branch 'tls-fixes' by David S. Miller · 7 years ago