1. 996f235 spi, mpc8xx: migrate to DM_SPI by Christophe Leroy · Wed Nov 21 08:51:57 2018 +0000
  2. 454c9b3 spi: cadence_qspi: use "cdns,qspi-nor" as compatible by Simon Goldschmidt · Fri Nov 02 11:54:51 2018 +0100
  3. a942e1a dm: spi: prevent setting a speed of 0 Hz by Simon Goldschmidt · Tue Oct 30 21:09:48 2018 +0100
  4. 4b066a1 arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · Wed Aug 22 14:55:27 2018 +0200
  5. d3a8d2b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Oct 12 11:54:13 2018 -0400
  6. a147f66 spi: davinci: Add platdata support by Jagan Teki · Mon Sep 03 23:00:23 2018 +0530
  7. 00d9990 dm: spi: Add logging of some return values by Simon Glass · Mon Oct 01 12:22:24 2018 -0600
  8. 3b4b340 sandbox: spi: Add more logging by Simon Glass · Mon Oct 01 11:55:13 2018 -0600
  9. 8adb8cb spi: Add SPI driver for MT76xx SoCs by Stefan Roese · Thu Aug 16 10:48:48 2018 +0200
  10. ac3de90 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Tue Oct 02 13:02:22 2018 -0400
  11. d2da045 spi: sh_qspi: Add DM support to SH QSPI driver by Marek Vasut · Sat Aug 25 19:34:24 2018 +0200
  12. 63f7711 driver/spi: fsl_qspi: Remove non-DM stuff by Ashish Kumar · Fri Sep 07 09:49:34 2018 +0530
  13. fc3382d spi: designware_spi: Add reset ctrl to driver by Ley Foon Tan · Fri Sep 07 14:25:29 2018 +0800
  14. 3add62d spi: add support for ARM PL022 SPI controller by Quentin Schulz · Fri Aug 31 16:28:29 2018 +0200
  15. 32473fe spi: Extend the core to ease integration of SPI memory controllers by Boris Brezillon · Thu Aug 16 17:30:11 2018 +0200
  16. 5d71604 arm: sunxi: Allwinner A10 SPI driver by Stefan Mavrodiev · Tue Feb 06 15:14:33 2018 +0200
  17. 833ff18 spi: kirkwood: add orion-spi compatible string by Chris Packham · Wed Aug 01 12:19:26 2018 +0530
  18. f45abaa spi: kirkwood: Get drvdata in .ofdata_to_platdata by Jagan Teki · Thu Mar 15 17:03:22 2018 +0530
  19. 11b251d spi: stm32_qspi: rework mode management by Christophe Kerello · Mon Jul 09 15:32:38 2018 +0200
  20. a1a725a spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccr by Christophe Kerello · Mon Jul 09 15:32:37 2018 +0200
  21. 7659738 spi: zynqmp_gqspi: Add support for ZynqMP qspi driver by Siva Durga Prasad Paladugu · Wed Jul 04 17:31:23 2018 +0530
  22. 646b460 spi: xilinx_spi: convert to livetree by Vipul Kumar · Sat Jun 30 08:15:20 2018 +0530
  23. c7e2aae spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time by Vipul Kumar · Sat Jun 30 08:15:19 2018 +0530
  24. 90098ba spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function by Vipul Kumar · Sat Jun 30 08:15:18 2018 +0530
  25. 1ba1386 spi: xilinx: Read reg base address from DTS file by Michal Simek · Sat Jun 30 08:15:17 2018 +0530
  26. 579b365 spi: cadence_qspi: Fix warning cast from pointer to integer of different size by Ley Foon Tan · Fri Jun 01 16:52:20 2018 +0800
  27. 27fb12e spi: cadence_qspi: Fix compilation warning by Ley Foon Tan · Fri Jul 06 10:39:14 2018 +0800
  28. 919646d board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · Fri Jun 08 17:59:45 2018 -0400
  29. 202f9a4 spi: omap3: fix claim/release bus within DM by Hannes Schmelzer · Tue Jun 26 16:08:39 2018 +0200
  30. 7e4f833 spi: omap3: fix set_speed and set_mode dm callbacks by Hannes Schmelzer · Sat Jun 02 08:06:48 2018 +0200
  31. 9e77880 spi: omap3: pre-initialize bus-speed with max. slave-speed by Hannes Schmelzer · Sat Jun 02 08:06:47 2018 +0200
  32. 103e023 spi: mxc_spi: Fix chipselect on DM_SPI driver uclass by Michael Trimarchi · Wed Jun 20 22:51:18 2018 +0200
  33. ac98d75 spi: mxc: Fix compilation problem of DM_SPI class driver by Michael Trimarchi · Wed Jun 20 22:51:17 2018 +0200
  34. 72cf0c9 spi: zynq_qspi: Fixed incorrect return value error by Vipul Kumar · Mon Jun 25 14:13:57 2018 +0530
  35. 3bca8f5 spi: cadence_qspi: Change to use devfdt_get_addr_index() by Ley Foon Tan · Mon May 07 17:42:55 2018 +0800
  36. c89d8b3 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Jun 01 16:46:39 2018 -0400
  37. 25fb8aa spi: bcm63xx_hsspi: convert to use live dt by Álvaro Fernández Rojas · Thu Mar 22 19:39:37 2018 +0100
  38. 5383c3b spi: bcm63xx_spi: convert to use live dt by Álvaro Fernández Rojas · Thu Mar 22 19:39:36 2018 +0100
  39. bc84c44 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed May 30 14:51:37 2018 -0400
  40. b41aeec spi: atcspi200: Fix compiler warning by Rick Chen · Tue May 29 10:40:03 2018 +0800
  41. 950e75d spi: fsl_qspi: remove superfluous assignment by Heinrich Schuchardt · Sun Mar 18 12:47:20 2018 +0100
  42. 76caf5d spi: lpc32xx: simplify logical expression by Heinrich Schuchardt · Sun Mar 18 12:53:35 2018 +0100
  43. ab1643b spi: atcspi200: avoid NULL dereference by Heinrich Schuchardt · Sun Mar 18 12:41:43 2018 +0100
  44. b38c897 spi: stm32_qspi: Add reset support by Patrice Chotard · Mon May 14 15:42:56 2018 +0200
  45. b895478 spi: stm32_qspi: Use dev_read_xxx API by Patrice Chotard · Mon May 14 15:42:55 2018 +0200
  46. e3b34cb spi: stm32_qspi: Add chip select management by Christophe Kerello · Mon May 14 15:42:54 2018 +0200
  47. 4c00d55 spi: stm32_qspi: Add st, stm32f469-qspi compatible string by Christophe Kerello · Mon May 14 15:42:53 2018 +0200
  48. e5a0183 spi: stm32_qspi: Align reg-names with kernel 4.12 RC1 by Christophe Kerello · Mon May 14 15:42:52 2018 +0200
  49. 7188fac spi: stm32_qspi: Sort include files alphabetically by Patrice Chotard · Mon May 14 15:42:51 2018 +0200
  50. 0a86115 spi: stm32_qspi: Solve issue detected by checkpatch by Patrick Delaunay · Mon May 14 15:42:50 2018 +0200
  51. 8e0497a spi: stm32_qspi: Remove CONFIG_CLK flag by Patrice Chotard · Mon May 14 15:42:49 2018 +0200
  52. 0afd934 spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency by Marek Behún · Tue Apr 24 17:21:26 2018 +0200
  53. 234daec spi: fsl_qspi: Introduce is_controller_busy function by Rajat Srivastava · Thu Mar 22 13:30:55 2018 +0530
  54. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  55. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  56. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · Sun Apr 15 13:51:26 2018 -0400
  57. 208be8f spi: dw: invert wait condition in dw_spi_xfer by Eugeniy Paltsev · Thu Apr 19 17:47:41 2018 +0300
  58. 0bad345 spi: sh_qspi: Make use of the 32byte FIFO by Marek Vasut · Tue Apr 10 16:43:47 2018 +0200
  59. f6bdbcc spi: sh_qspi: Replace ad hoc waiting with wait_for_bit by Marek Vasut · Tue Apr 10 16:58:46 2018 +0200
  60. 11d106c spi: sh_qspi: Drop SPBDCR wait by Marek Vasut · Tue Apr 10 16:54:38 2018 +0200
  61. 6a1fe37 spi: sh_qspi: Replace data types with short ones by Marek Vasut · Tue Apr 10 16:47:38 2018 +0200
  62. 6ca967b mtd: spi: Add Renesas RPC SPI-flash driver by Marek Vasut · Wed Nov 29 06:29:46 2017 +0100
  63. b02a3cc Revert "spi: atmel: Drop non-dm code" by Tom Rini · Sat Apr 07 09:15:50 2018 -0400
  64. 2981c4a Revert "spi: atmel: Drop atmel_spi.h" by Tom Rini · Sat Apr 07 09:15:06 2018 -0400
  65. 10ff63a powercp: mpc8xx: move commproc.h by Christophe Leroy · Fri Mar 16 17:20:43 2018 +0100
  66. b3510fb powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx by Christophe Leroy · Fri Mar 16 17:20:41 2018 +0100
  67. 1d831b6 spi: atmel: default y if DM_SPI && ARCH_AT91 by Jagan Teki · Wed Mar 14 18:46:44 2018 +0530
  68. c5364d7 spi: atmel: Drop atmel_spi.h by Jagan Teki · Wed Mar 14 18:46:43 2018 +0530
  69. a42dbfe spi: atmel: Drop non-dm code by Jagan Teki · Wed Mar 14 18:46:42 2018 +0530
  70. 5403653 spi: atmel: Add ifdef for DM_GPIO code by Jagan Teki · Wed Mar 14 18:46:31 2018 +0530
  71. 74ac81c omap3: spi: Correct ti, pindir-d0-out-d1-in parsing by Sjoerd Simons · Thu Mar 22 22:55:02 2018 +0100
  72. e0c8923 DW SPI: use 32 bit access instead of 16 and 32 bit mix by Eugeniy Paltsev · Thu Mar 22 13:50:47 2018 +0300
  73. a7b4de1 DW SPI: add option to use external gpio for chip select by Eugeniy Paltsev · Thu Mar 22 13:50:46 2018 +0300
  74. c5c6d45 DW SPI: refactor poll_transfer functions by Eugeniy Paltsev · Thu Mar 22 13:50:45 2018 +0300
  75. 31f5013 DW SPI: fix transmit only mode by Eugeniy Paltsev · Thu Mar 22 13:50:44 2018 +0300
  76. 7215ad2 DW SPI: fix tx data loss on FIFO flush by Eugeniy Paltsev · Thu Mar 22 13:50:43 2018 +0300
  77. 7e6ad1f Merge git://git.denx.de/u-boot-spi by Tom Rini · Thu Mar 15 08:27:27 2018 -0400
  78. 55865a9 spi: omap3: Fix redeclared error by Jagan Teki · Wed Mar 14 23:07:31 2018 +0530
  79. 0c15676 board: stm32: switch to DM STM32 timer by Patrice Chotard · Wed Feb 07 10:44:50 2018 +0100
  80. 96a95ee spi: omap3: Skip set_mode, set_speed from claim by Jagan Teki · Wed Mar 07 10:30:45 2018 +0530
  81. 353dffb spi: atcspi200: Drop non-dm code by Jagan Teki · Wed Mar 07 10:33:33 2018 +0530
  82. 4afde86 spi: Migrate CONFIG_CF_SPI to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:23 2018 +0200
  83. 13b5cb8 spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:22 2018 +0200
  84. 2621268 spi: Migrate CONFIG_LPC32XX_SSP to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:21 2018 +0200
  85. d331891 spi: Migrate CONFIG_MPC8XXX_SPI to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:20 2018 +0200
  86. d395879 spi: Migrate CONFIG_MXC_SPI to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:19 2018 +0200
  87. 3244de9 spi: Migrate CONFIG_MXS_SPI to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:18 2018 +0200
  88. fa8fdfd spi: Migrate CONFIG_SH_QSPI to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:17 2018 +0200
  89. 1eadef8 spi: Migrate CONFIG_SH_SPI to Kconfig by Tuomas Tynkkynen · Wed Feb 07 02:42:16 2018 +0200
  90. 89635f0 atcspi200: avoid possible NULL dereference by Heinrich Schuchardt · Wed Jan 31 01:05:54 2018 +0100
  91. 60649bb Merge git://git.denx.de/u-boot-spi by Tom Rini · Fri Jan 26 07:46:34 2018 -0500
  92. 8b841e3 DW SPI: Get clock value from Device Tree by Eugeniy Paltsev · Thu Dec 28 15:09:03 2017 +0300
  93. ad4bd8a spi: cadence_qspi_apb: Make flash writes 32 bit aligned by Vignesh R · Wed Jan 24 10:44:07 2018 +0530
  94. 2e2389f Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible" by Vignesh R · Wed Jan 24 10:44:06 2018 +0530
  95. 16cbd09 Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible" by Goldschmidt Simon · Wed Jan 24 10:44:05 2018 +0530
  96. 1b4df5e spi: cadence_spi: Sync DT bindings with Linux by Jason Rush · Tue Jan 23 17:13:09 2018 -0600
  97. 479588d spi: kirkwood_spi: implement workaround for FE-9144572 by Chris Packham · Mon Jan 22 22:44:20 2018 +1300
  98. 2d844dd spi: spi-uclass: Fix style violations by Mario Six · Mon Jan 15 11:08:41 2018 +0100
  99. b737c24 spi: Remove spi_setup_slave_fdt by Mario Six · Mon Jan 15 11:08:38 2018 +0100
  100. 6f4cc99 spi: Remove obsolete spi_base_setup_slave_fdt by Mario Six · Mon Jan 15 11:08:36 2018 +0100