1. e0152db net: pfe_eth: Use spi_flash_read API to access flash memory by Kuldeep Singh · 4 years, 4 months ago
  2. e7005b3 fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delays by Vladimir Oltean · 4 years, 5 months ago
  3. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  4. cf081a5 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 2 months ago
  5. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  6. 3e1b59c dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs by Dave Gerlach · 4 years, 3 months ago
  7. 21e3c21 test: Add tests for SOC uclass by Dave Gerlach · 4 years, 3 months ago
  8. 6d3b82d dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 3 months ago
  9. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 8 months ago
  10. f23a785 net: dc2114x: Add DM support by Marek Vasut · 4 years, 3 months ago
  11. bc4666a net: dc2114x: Split common parts of non-DM functions out by Marek Vasut · 4 years, 3 months ago
  12. 05c4917 net: dc2114x: Split RX path by Marek Vasut · 4 years, 3 months ago
  13. 32d8d11 net: dc2114x: Add RX/TX rings into the private data by Marek Vasut · 4 years, 3 months ago
  14. 8a5c6f1 net: dc2114x: Pass PCI BDF into phys_to_bus() by Marek Vasut · 4 years, 3 months ago
  15. fcd6217 net: dc2114x: Pass private data around by Marek Vasut · 4 years, 3 months ago
  16. 2301a4b net: dc2114x: Introduce private data by Marek Vasut · 4 years, 3 months ago
  17. 02b95a4 net: dc2114x: Use standard I/O accessors by Marek Vasut · 4 years, 3 months ago
  18. 9b98f20 net: dc2114x: Drop update_srom() by Marek Vasut · 4 years, 3 months ago
  19. a410f13 net: dc2114x: Add Kconfig entries by Marek Vasut · 4 years, 3 months ago
  20. 777aa71 net: dc2114x: Support all DC2114x by Marek Vasut · 4 years, 3 months ago
  21. 75e375b net: dc2114x: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 3 months ago
  22. 4ce9566 mmc: renesas-sdhi: Enable support for R8A774A1 by Adam Ford · 4 years, 3 months ago
  23. 43ef803 pinctrl: renesas: Enable R8A774A1 PFC tables by Adam Ford · 4 years, 3 months ago
  24. e9a52c4 clk: renesas: Add R8A774A1 clock tables by Adam Ford · 4 years, 3 months ago
  25. 6d65ac3 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 3 months ago
  26. ada61f1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 2 months ago
  27. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  28. ecb70bd ram: sifive: Avoid using hardcoded ram base and size by Bin Meng · 4 years, 2 months ago
  29. 27b4a4a serial: Fix SIFIVE debug serial dependency by Michal Simek · 4 years, 3 months ago
  30. 9cdfade sysreset: syscon: Support value property by Bin Meng · 4 years, 3 months ago
  31. 1ce8182 sysreset: syscon: Don't assume default value for offset and mask property by Bin Meng · 4 years, 3 months ago
  32. 5d3a21d Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
  33. 95fc1f1 Merge tag 'u-boot-rockchip-20200722' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 2 months ago
  34. ad415c8 pci: rockchip: Drop legacy PHY driver by Jagan Teki · 4 years, 3 months ago
  35. ce920e0 pci: rockchip: Switch to generic-phy by Jagan Teki · 4 years, 3 months ago
  36. 7bdeb4e phy: Add Rockchip PCIe PHY driver by Jagan Teki · 4 years, 3 months ago
  37. b32858c rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not set by Kever Yang · 4 years, 2 months ago
  38. 40794c8 ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUG by Jagan Teki · 4 years, 3 months ago
  39. 304eaae ram: rk3399: Drop debug stride in driver by Jagan Teki · 4 years, 3 months ago
  40. e93d2f4 drivers: spi: rk_spi: Add support for RK3328 by Johannes Krottmayer · 4 years, 3 months ago
  41. 19933b6 drivers: clk: rockchip: clk_rk3328: Add SPI support by Johannes Krottmayer · 4 years, 3 months ago
  42. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  43. 6f25e27 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 2 months ago
  44. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  45. 527be81 dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs by Dave Gerlach · 4 years, 3 months ago
  46. fbde39f test: Add tests for SOC uclass by Dave Gerlach · 4 years, 3 months ago
  47. 6426a26 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 3 months ago
  48. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 8 months ago
  49. 5d9dc91 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 3 months ago
  50. fe48d4f mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies by Shivamurthy Shastri · 4 years, 3 months ago
  51. 1f4836b mtd: spinand: micron: Add M70A series Micron SPI NAND devices by Shivamurthy Shastri · 4 years, 3 months ago
  52. 720fcb2 mtd: spinand: micron: identify SPI NAND device with Continuous Read mode by Shivamurthy Shastri · 4 years, 3 months ago
  53. 5cf049c mtd: spinand: micron: Add new Micron SPI NAND devices by Shivamurthy Shastri · 4 years, 3 months ago
  54. 92fc25d mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGD by Shivamurthy Shastri · 4 years, 3 months ago
  55. 1527ec4 mtd: spinand: micron: Generalize the OOB layout structure and function names by Shivamurthy Shastri · 4 years, 3 months ago
  56. d2ee543 dm: core: Don't show an ACPI warning if there is no ordering by Simon Glass · 4 years, 2 months ago
  57. 59aea37 sysreset: Add Octeon sysreset driver by Stefan Roese · 4 years, 3 months ago
  58. 892d461 mtd: mtdpart: use uint64_t instead of int for cur_off by Martin Kaistra · 4 years, 3 months ago
  59. bb5a2cf treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 3 months ago
  60. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  61. e6676a3 Convert CONFIG_MXC_UART to Kconfig by Tom Rini · 4 years, 4 months ago
  62. 7c3cc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 2 months ago
  63. 42e7659 Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 2 months ago
  64. d40d2c5 acpi: Enable ACPI table generation by default on x86 by Simon Glass · 4 years, 3 months ago
  65. b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 3 months ago
  66. 11e27ae pmc: Move common registers to the header file by Simon Glass · 4 years, 3 months ago
  67. 6d349e2 p2sb: Add a method to hide the bus by Simon Glass · 4 years, 3 months ago
  68. 4b0ec52 i2c: designware_i2c: Support ACPI table generation by Simon Glass · 4 years, 3 months ago
  69. c61c8ef i2c: Add log_ret() on error by Simon Glass · 4 years, 3 months ago
  70. 767abfc i2c: designware_i2c: Add a little more debugging by Simon Glass · 4 years, 3 months ago
  71. 43ee86c x86: gpio: Add support for obtaining ACPI info for a GPIO by Simon Glass · 4 years, 3 months ago
  72. 59cf264 x86: pinctrl: Drop the acpi_path member by Simon Glass · 4 years, 3 months ago
  73. 6b65148 x86: pinctrl: Set up itss in the probe() method by Simon Glass · 4 years, 3 months ago
  74. a9331a3 x86: pinctrl: Add multi-ACPI control by Simon Glass · 4 years, 3 months ago
  75. 4916f45 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · 4 years, 3 months ago
  76. 54bcca2 sound: Add an ACPI driver for Maxim MAX98357ac by Simon Glass · 4 years, 3 months ago
  77. 0324b71 sound: Add an ACPI driver for Dialog Semicondutor da7219 by Simon Glass · 4 years, 3 months ago
  78. dba7ee4 acpi: mmc: Generate ACPI info for the PCI SD Card by Simon Glass · 4 years, 3 months ago
  79. b4e8433 dm: acpi: Add support for the NHLT table by Simon Glass · 4 years, 3 months ago
  80. f185895 dm: core: Add a way of overriding the ACPI device path by Simon Glass · 4 years, 3 months ago
  81. a4f8208 acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 3 months ago
  82. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 3 months ago
  83. 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 3 months ago
  84. 0f7b111 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 3 months ago
  85. 64ba6f4 acpi: Record the items added to SSDT by Simon Glass · 4 years, 3 months ago
  86. b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 3 months ago
  87. 70e5e67 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 3 months ago
  88. 31e1787 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 3 months ago
  89. 2912686 gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 3 months ago
  90. f495513 irq: Add a method to convert an interrupt to ACPI by Simon Glass · 4 years, 3 months ago
  91. 4b724a1 dm: core: Add an ACPI name for the root node by Simon Glass · 4 years, 3 months ago
  92. d872e7d drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge by Wolfgang Wallner · 4 years, 3 months ago
  93. ee6866e watchdog: imx: Support set timeout by wdt command by Mo, Yuezhang · 4 years, 3 months ago
  94. eefd93e power: pmic_pca9450: fix PCA9450A I2C address by Sébastien Szymanski · 4 years, 3 months ago
  95. 6103e57 gpio: mxc_gpio: Improve to use ofdata_to_platdata by Ye Li · 4 years, 4 months ago
  96. dfbdaa6 misc: scu_api: Add SCFW API to get the index of boot container set by Ye Li · 4 years, 4 months ago
  97. def88bc spi: fsl_qspi: Support to use full AHB space on i.MX by Ye Li · 4 years, 4 months ago
  98. 93d6c8f spi: fsl_qspi: Add support for i.MX7ULP by Ye Li · 4 years, 4 months ago
  99. 3b33eff Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 3 months ago
  100. ed4a11c mmc_spi: generate R1b response for erase and stop transmission command by Pragnesh Patel · 4 years, 3 months ago