1. c9ad048 spi: nxp_fspi: Fix error reporting by Adam Ford · 3 years, 11 months ago
  2. 060ae38 spi: imx: Implement set_speed by Marek Vasut · 3 years, 10 months ago
  3. df070ce Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 9 months ago
  4. b8003d5 spi: zynqmp_gqspi: fix set_speed bug on multiple runs by Brandon Maier · 3 years, 10 months ago
  5. 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · 3 years, 10 months ago
  6. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  7. b4c5396 spi: fsl_qspi: apply the same settings for LS1088 as LS208x by Mathew McBride · 3 years, 10 months ago
  8. 148dba4 spi: fsl_qspi: Ensure width is respected in spi-mem operations by Mathew McBride · 3 years, 10 months ago
  9. 4d9cce7 spi: zynqmp_gqspi: support dual and quad mode by Brandon Maier · 3 years, 10 months ago
  10. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  11. f33cf3c spi: mtk_snor: add support for MTK SPI NOR controller by developer · 3 years, 10 months ago
  12. 7bf38bc Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 10 months ago
  13. 2dfdc3f spi: add spi controller support for MediaTek MT7620 SoC by developer · 4 years, 1 month ago
  14. bc0d3c8 spi: imx: Use clock framework if enabled by Marek Vasut · 3 years, 11 months ago
  15. eb68aa1 spi: imx: Define register bits in the driver by Marek Vasut · 3 years, 11 months ago
  16. cf559bf spi: nxp_fspi: Enable support for nxp,imx8mm-fspi by Adam Ford · 3 years, 11 months ago
  17. f686e4d dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 11 months ago
  18. 72e220c spi: stm32_qspi: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  19. 7380f9e spi: stm32_spi: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  20. ab34b89 spi: omap3_spi: Fix speed and mode selection by Vignesh Raghavendra · 4 years ago
  21. 7cb5159 spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata by Ovidiu Panait · 4 years ago
  22. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
  23. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  24. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  25. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  26. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  27. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  28. de64048 x86: spl: Move priv/plat structs to headers by Simon Glass · 4 years ago
  29. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  30. cc59fc9 spi: zynqmp_gqspi: Fix unaligned data writes issue by T Karthik Reddy · 4 years ago
  31. c1e0dac dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 4 years ago
  32. 40dcee1 spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 4 years ago
  33. a2c9d01 test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 4 years ago
  34. 05f3881 spi: sandbox_spi: Implement speed/mode setup by Ovidiu Panait · 4 years ago
  35. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
  36. a220c1d sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 4 years ago
  37. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  38. c4222cd spi: Update for new sequence numbers by Simon Glass · 4 years ago
  39. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  40. 8f04b52 spi: ca_sflash: Add CAxxxx SPI Flash Controller by Pengpeng Chen · 4 years, 4 months ago
  41. 16edba3 spi: dw: Add mem_ops by Sean Anderson · 4 years, 1 month ago
  42. debbff8 spi: dw: Add support for multiple CTRLR0 layouts by Sean Anderson · 4 years, 1 month ago
  43. e11c0b1 spi: dw: Rearrange struct dw_spi_priv by Sean Anderson · 4 years, 1 month ago
  44. f252082 spi: dw: Remove spi_enable_chip by Sean Anderson · 4 years, 1 month ago
  45. 75ea2f6 spi: dw: Rename registers to match datasheet by Sean Anderson · 4 years, 1 month ago
  46. 72097a7 spi: dw: Use generic function to read reg address by Sean Anderson · 4 years, 1 month ago
  47. 17f69fb spi: dw: Rename "cs-gpio" to "cs-gpios" by Sean Anderson · 4 years, 1 month ago
  48. 0dfb3ac spi: dw: Convert calls to debug to dev_* by Sean Anderson · 4 years, 1 month ago
  49. 8fc04b5 spi: dw: Fix driving MOSI low while recieving by Sean Anderson · 4 years, 1 month ago
  50. 1d83e03 spi: migrate trace to dev and log macro in spi uclass by Patrick Delaunay · 4 years, 2 months ago
  51. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  52. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  53. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  54. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  55. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  56. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  57. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  58. ecdc4b3 x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 2 months ago
  59. 27e770a spi: zynq_qspi: Add function description by Ashok Reddy Soma · 4 years, 10 months ago
  60. b1f0d3d spi: zynq_qspi: Use clk subsystem to get reference qspi clk by T Karthik Reddy · 4 years, 10 months ago
  61. 1f33d10 spi: zynq_spi: Use clk subsystem to get reference spi clk by T Karthik Reddy · 4 years, 10 months ago
  62. 8f344c9 spi: xilinx_spi: remove unused local variable by T Karthik Reddy · 4 years, 2 months ago
  63. 16d5d3b spi: xilinx_spi: Remove unused variable by Michal Simek · 4 years, 2 months ago
  64. e4b17a7 spi: Add Qualcomm QUP SPI controller driver by Robert Marko · 4 years, 2 months ago
  65. 5e45920 spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string by Biju Das · 4 years, 2 months ago
  66. ba26a20 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 2 months ago
  67. a89b943 spi: fsl_qspi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  68. acccaca spi: nxp_fspi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  69. bea4632 spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2 by Stefan Roese · 4 years, 4 months ago
  70. 344a33b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 2 months ago
  71. 5de2f33 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 2 months ago
  72. e286380 spi: mvebu_a3700_spi: add support for cs-gpios by George Hilliard · 4 years, 2 months ago
  73. 38ae92e Merge branch 'next' by Tom Rini · 4 years, 2 months ago
  74. 241232a spi: zynqmp_gqspi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 3 months ago
  75. 64474dd spi: sunxi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 3 months ago
  76. 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 2 months ago
  77. 3239d71 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 3 months ago
  78. 1930dbb spi: mpc8xxx_spi.c: fix cs activate/deactivate by Rasmus Villemoes · 4 years, 2 months ago
  79. 12b2fb2 spi: omap3_spi: Read platform data in ofdata_to_platdata() by Faiz Abbas · 4 years, 3 months ago
  80. 618ba9f arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · 4 years, 3 months ago
  81. 8598c34 spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures by Faiz Abbas · 4 years, 3 months ago
  82. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  83. 4e8120b Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 4 months ago
  84. 3f41a43 spi: Drop duplicate dm.h inclusion by Simon Glass · 4 years, 4 months ago
  85. dfb7c08 mtd: spi-mem: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  86. 4171777 drivers: spi: Add SPI controller driver for Octeon by Suneel Garapati · 4 years, 4 months ago
  87. 6935893 drivers: avoid using aliases on drivers when OF_PLATDATA is enabled by Walter Lozano · 4 years, 4 months ago
  88. e96aa95 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 4 months ago
  89. 2926f57 fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delays by Vladimir Oltean · 4 years, 7 months ago
  90. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  91. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 5 months ago
  92. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  93. cb41516 Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 4 months ago
  94. a601d5b drivers: spi: rk_spi: Add support for RK3328 by Johannes Krottmayer · 4 years, 5 months ago
  95. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  96. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 5 months ago
  97. 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 5 months ago
  98. 0964239 dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 5 months ago
  99. 711fd98 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 5 months ago
  100. d7e3c9a spi: fsl_qspi: Support to use full AHB space on i.MX by Ye Li · 4 years, 6 months ago