1. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 9 months ago
  2. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 9 months ago
  3. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  4. a53f6fa x86: spl: Move priv/plat structs to headers by Simon Glass · 3 years, 9 months ago
  5. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  6. 9021748 spi: zynqmp_gqspi: Fix unaligned data writes issue by T Karthik Reddy · 3 years, 10 months ago
  7. fc31430 dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 3 years, 9 months ago
  8. 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 3 years, 9 months ago
  9. add685f test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 3 years, 9 months ago
  10. 2da1800 spi: sandbox_spi: Implement speed/mode setup by Ovidiu Panait · 3 years, 9 months ago
  11. 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 3 years, 9 months ago
  12. 1f6d618 sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 3 years, 9 months ago
  13. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 9 months ago
  14. 6d83c74 spi: Update for new sequence numbers by Simon Glass · 3 years, 9 months ago
  15. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  16. 24f2794 spi: ca_sflash: Add CAxxxx SPI Flash Controller by Pengpeng Chen · 4 years, 2 months ago
  17. fec7bf0 spi: dw: Add mem_ops by Sean Anderson · 4 years ago
  18. 5887579 spi: dw: Add support for multiple CTRLR0 layouts by Sean Anderson · 4 years ago
  19. ddd3450 spi: dw: Rearrange struct dw_spi_priv by Sean Anderson · 4 years ago
  20. 934beab spi: dw: Remove spi_enable_chip by Sean Anderson · 4 years ago
  21. 3004034 spi: dw: Rename registers to match datasheet by Sean Anderson · 4 years ago
  22. c785f43 spi: dw: Use generic function to read reg address by Sean Anderson · 4 years ago
  23. 13fc44e spi: dw: Rename "cs-gpio" to "cs-gpios" by Sean Anderson · 4 years ago
  24. 1b3dd49 spi: dw: Convert calls to debug to dev_* by Sean Anderson · 4 years ago
  25. caf1107 spi: dw: Fix driving MOSI low while recieving by Sean Anderson · 4 years ago
  26. 46c5391 spi: migrate trace to dev and log macro in spi uclass by Patrick Delaunay · 4 years ago
  27. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  28. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 10 months ago
  29. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  30. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  31. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  32. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  33. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 11 months ago
  34. d07f31a x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years ago
  35. 17fbb59 spi: zynq_qspi: Add function description by Ashok Reddy Soma · 4 years, 8 months ago
  36. ea836be spi: zynq_qspi: Use clk subsystem to get reference qspi clk by T Karthik Reddy · 4 years, 8 months ago
  37. b79a703 spi: zynq_spi: Use clk subsystem to get reference spi clk by T Karthik Reddy · 4 years, 8 months ago
  38. c94b44c spi: xilinx_spi: remove unused local variable by T Karthik Reddy · 4 years ago
  39. e1303b2 spi: xilinx_spi: Remove unused variable by Michal Simek · 4 years ago
  40. 367ea42 spi: Add Qualcomm QUP SPI controller driver by Robert Marko · 4 years ago
  41. 2f220c6 spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string by Biju Das · 4 years ago
  42. dadc1e3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years ago
  43. d13da03 spi: fsl_qspi: Include device_compat.h by Sean Anderson · 4 years ago
  44. 06aaca5 spi: nxp_fspi: Include device_compat.h by Sean Anderson · 4 years ago
  45. 8a35094 spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2 by Stefan Roese · 4 years, 2 months ago
  46. 0f35d96 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years ago
  47. 957a3e5 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years ago
  48. 2df2863 spi: mvebu_a3700_spi: add support for cs-gpios by George Hilliard · 4 years ago
  49. b7e7831 Merge branch 'next' by Tom Rini · 4 years ago
  50. 49dfbe9 spi: zynqmp_gqspi: Fix not calling dev_err with a device by Sean Anderson · 4 years ago
  51. 32bbe5b spi: sunxi: Fix not calling dev_err with a device by Sean Anderson · 4 years ago
  52. 67ece26 Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years ago
  53. 54fdef2 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 1 month ago
  54. 10a6aa9 spi: mpc8xxx_spi.c: fix cs activate/deactivate by Rasmus Villemoes · 4 years ago
  55. afd4f15 spi: omap3_spi: Read platform data in ofdata_to_platdata() by Faiz Abbas · 4 years ago
  56. 41cf3cb arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · 4 years ago
  57. 280af01 spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures by Faiz Abbas · 4 years ago
  58. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  59. bb3694d Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 2 months ago
  60. 8b69e62 spi: Drop duplicate dm.h inclusion by Simon Glass · 4 years, 2 months ago
  61. 340fd10 mtd: spi-mem: Drop dm.h header file by Simon Glass · 4 years, 2 months ago
  62. 7853cc0 drivers: spi: Add SPI controller driver for Octeon by Suneel Garapati · 4 years, 2 months ago
  63. df17cdc drivers: avoid using aliases on drivers when OF_PLATDATA is enabled by Walter Lozano · 4 years, 2 months ago
  64. 8d1fc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 2 months ago
  65. e7005b3 fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delays by Vladimir Oltean · 4 years, 5 months ago
  66. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  67. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  68. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  69. 5d3a21d Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
  70. e93d2f4 drivers: spi: rk_spi: Add support for RK3328 by Johannes Krottmayer · 4 years, 3 months ago
  71. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  72. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  73. 7c3cc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 2 months ago
  74. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 3 months ago
  75. 70e5e67 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 3 months ago
  76. def88bc spi: fsl_qspi: Support to use full AHB space on i.MX by Ye Li · 4 years, 4 months ago
  77. 93d6c8f spi: fsl_qspi: Add support for i.MX7ULP by Ye Li · 4 years, 4 months ago
  78. 497c759 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 2 months ago
  79. a58c7ff spi: kirkwood: Drop nondm code by Bhargav Shah · 4 years, 3 months ago
  80. 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 3 months ago
  81. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 3 months ago
  82. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 3 months ago
  83. 0e14699 spi: add support for all spi modes with soft spi by Johannes Holland · 4 years, 4 months ago
  84. 5d12812 spi: omap3: Drop nondm code by Jagan Teki · 4 years, 4 months ago
  85. 582b4f7 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · 4 years, 3 months ago
  86. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  87. f0e236c Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 3 months ago
  88. f44bd3b spi: zynq_[q]spi: Convert config's to macro's by Ashok Reddy Soma · 4 years, 4 months ago
  89. 8d50551 dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 4 months ago
  90. 807f0ff spi: davinci: Drop non-dm code by Jagan Teki · 4 years, 4 months ago
  91. beeb34a spi: atmel: Drop atmel_spi.h by Jagan Teki · 4 years, 4 months ago
  92. 0984500 spi: atmel: Remove nondm code by Jagan Teki · 4 years, 4 months ago
  93. a9d3cab spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUT by Jagan Teki · 4 years, 4 months ago
  94. 62b02a6 spi: fsl_dspi: Drop nondm code by Jagan Teki · 4 years, 4 months ago
  95. 726c034 spi: Zap SOFT_SPI (non-dm) by Jagan Teki · 4 years, 4 months ago
  96. 7e07b37 spi: mxs: Code cleanup by Jagan Teki · 4 years, 4 months ago
  97. c9a9823 spi: mxs: Drop nondm code by Jagan Teki · 4 years, 4 months ago
  98. 0d8f35b5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 4 months ago
  99. 609b90a x86: spi: Rewrite logic for obtaining the SPI memory map by Simon Glass · 4 years, 4 months ago
  100. 84673b4 spi: Zap sh_spi driver by Jagan Teki · 4 years, 4 months ago