1. d8f21b2 net: dm9000: Make RxLen and RxStatus lowercase by Marek Vasut · 2 years, 8 months ago
  2. 42a7e0f net: dm9000: Replace DM9000_DBG() with debug() by Marek Vasut · 2 years, 8 months ago
  3. ff61d4e net: dm9000: Make accessor names lowercase by Marek Vasut · 2 years, 8 months ago
  4. af8b0a8 driver: net: ti: keystone_net: Change priv member type by Marek Behún · 2 years, 8 months ago
  5. 71b65d8 driver: net: ti: keystone_net: Convert to ofnode functions by Marek Behún · 2 years, 8 months ago
  6. 71f4739 driver: net: ti: keystone_net: Deduplicate code by Marek Behún · 2 years, 8 months ago
  7. 1ffe366 net: tftp: fix tftp server initialization by Arjan Minzinga Zijlstra · 2 years, 8 months ago
  8. d79f1a8 phy: adin: add driver for Analog Devices ADIN1300 PHY by Nate Drude · 2 years, 8 months ago
  9. f3409d7 net: eth-phy: prevent undesired de-assertion of phy-reset on request by Tim Harvey · 2 years, 9 months ago
  10. 4223fb0 net: fec: prevent undesired de-assertion of phy-reset on request by Tim Harvey · 2 years, 9 months ago
  11. e24b58f net: phy: don't require PHY interface mode during PHY creation by Marek Behún · 2 years, 8 months ago
  12. b638814 bcmgenet, sun8i_emac: Don't connect PHY two times by Marek Behún · 2 years, 8 months ago
  13. 79bef5f net: phy: use ->is_c45 instead of is_10g_interface() by Marek Behún · 2 years, 8 months ago
  14. f961b3a net: phy: xilinx: Check interface type in ->config(), not ->probe() by Marek Behún · 2 years, 8 months ago
  15. c677fb1 phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definition by Marek Behún · 2 years, 8 months ago
  16. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
  17. 6706d7d treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX by Marek Behún · 2 years, 8 months ago
  18. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  19. 9c06b48 net: phy: fix parsing wrong property by Marek Behún · 2 years, 8 months ago
  20. 1776a24 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 8 months ago
  21. 351bfa6 net: mdio-uclass: add wrappers for read/write/reset operations by Marek Behún · 2 years, 8 months ago
  22. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  23. a7a96ef net: mdio-uclass: use ARRAY_SIZE() by Marek Behún · 2 years, 8 months ago
  24. 6fb4482 net: mdio-uclass: fix type for phy_mode_str and phy_handle_str by Marek Behún · 2 years, 8 months ago
  25. e2b6cf5 net: phy: dp83867: Fix a never true comparison by Haolin Li · 2 years, 8 months ago
  26. 5faf161 net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 9 months ago
  27. 107b14e net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 9 months ago
  28. 8221c52 Merge tag 'u-boot-at91-2022.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 2 years, 8 months ago
  29. 25b8ace Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support" by Tom Rini · 2 years, 8 months ago
  30. 10d615f Merge branch '2022-04-01-arm-semihosting-cleanups-and-new-features' into next by Tom Rini · 2 years, 8 months ago
  31. 7a76347 serial: dm: Add support for puts by Sean Anderson · 2 years, 8 months ago
  32. 53b953f arm64: ls1046a: Support semihosting fallback by Sean Anderson · 2 years, 8 months ago
  33. 2332590 serial: smh: Initialize serial only if semihosting is enabled by Sean Anderson · 2 years, 8 months ago
  34. bbe310c arm64: Catch non-emulated semihosting calls by Sean Anderson · 2 years, 8 months ago
  35. 385d69d arm: smh: Add option to detect semihosting by Sean Anderson · 2 years, 8 months ago
  36. 6d16157 arm64: Import some ESR and SPSR defines from Linux by Sean Anderson · 2 years, 8 months ago
  37. e75d791 arm64: Save spsr in pt_regs by Sean Anderson · 2 years, 8 months ago
  38. e97ac47 arm64: Save esr in pt_regs by Sean Anderson · 2 years, 8 months ago
  39. 93c3d32 ls1046ardb: Add support for JTAG boot by Sean Anderson · 2 years, 8 months ago
  40. eeb54e8 doc: smh: Update semihosting documentation by Sean Anderson · 2 years, 8 months ago
  41. 74d11d3 serial: Add semihosting driver by Sean Anderson · 2 years, 8 months ago
  42. 3ea744e arm: smh: Add some functions for working with the host console by Sean Anderson · 2 years, 8 months ago
  43. dcc4f96 arm: smh: Remove smhload command by Sean Anderson · 2 years, 8 months ago
  44. dbf6f7c cmd: fdt: Use start/size for chosen instead of start/end by Sean Anderson · 2 years, 8 months ago
  45. f676b45 fs: Add semihosting filesystem by Sean Anderson · 2 years, 8 months ago
  46. 8e1c9fe spl: Add semihosting boot method by Sean Anderson · 2 years, 8 months ago
  47. 12a05b3 arm: smh: Add some file manipulation commands by Sean Anderson · 2 years, 8 months ago
  48. 79f6ad6 arm: smh: Document functions in header by Sean Anderson · 2 years, 8 months ago
  49. 80e62cc arm: smh: Return errno on error by Sean Anderson · 2 years, 8 months ago
  50. eff77c3 arm: smh: Use numeric modes for smh_open by Sean Anderson · 2 years, 8 months ago
  51. b10f724 arm: smh: Export semihosting functions by Sean Anderson · 2 years, 8 months ago
  52. c8f4cc9 arm: smh: Add semihosting entry to MAINTAINERS by Sean Anderson · 2 years, 8 months ago
  53. e5e982c doc: ls1046ardb: Document debug uart by Sean Anderson · 2 years, 8 months ago
  54. b5ec417 doc: ls1046ardb: Expand boot mode section by Sean Anderson · 2 years, 8 months ago
  55. 71230cd nxp: ls1046ardb: Convert README to rST by Sean Anderson · 2 years, 8 months ago
  56. d0ed9b1 doc: Convert semihosting readme to rST by Sean Anderson · 2 years, 8 months ago
  57. 8d78a6b vexpress64: Add ARMv8R-64 board variant by Peter Hoyes · 2 years, 9 months ago
  58. 1a1143a vexpress64: pick DRAM size from DT by Andre Przywara · 2 years, 9 months ago
  59. 30cacb8 vexpress64: generalise page table generation by Andre Przywara · 2 years, 9 months ago
  60. 168e815 vexpress64: defconfigs: allow default commands by Andre Przywara · 2 years, 9 months ago
  61. 8a0a8ff vexpress64: fvp: add distro_boot support by Andre Przywara · 2 years, 9 months ago
  62. 5865038 vexpress64: move hardware setting from defconfig to Kconfig by Andre Przywara · 2 years, 9 months ago
  63. e09ec8e vexpress64: config header: unify environment definition by Andre Przywara · 2 years, 9 months ago
  64. c0fce92 vexpress64: fvp: enable OF_CONTROL by Andre Przywara · 2 years, 9 months ago
  65. 71fa41e arm: dts: Add Arm FVP Fastmodel RevC .dts files from Linux by Andre Przywara · 2 years, 9 months ago
  66. fac7fc4 vexpress64: Kconfig: move board definitions out of arch/arm by Andre Przywara · 2 years, 9 months ago
  67. 5b160c3 Merge branch '2022-04-01-Kconfig-migrations-and-cleanups' into next by Tom Rini · 2 years, 8 months ago
  68. 0a3689c configs: Resync with savedefconfig by Tom Rini · 2 years, 8 months ago
  69. eeec000 global: Remove CONFIG_SYS_EXTRA_OPTIONS support by Tom Rini · 2 years, 8 months ago
  70. e4d741f Convert CONFIG_SYS_MONITOR_BASE to Kconfig by Tom Rini · 2 years, 8 months ago
  71. d4a2c40 Convert CONFIG_NORFLASH_PS32BIT to Kconfig by Tom Rini · 2 years, 8 months ago
  72. 2c32f24 at91: Switch to SD_BOOT / CONFIG_NAND_BOOT by Tom Rini · 2 years, 8 months ago
  73. 7505588 Convert CONFIG_SRIO_PCIE_BOOT_SLAVE to Kconfig by Tom Rini · 2 years, 8 months ago
  74. f2428ac Convert CONFIG_E300 et al to Kconfig by Tom Rini · 2 years, 8 months ago
  75. f13d7e2 mx53loco: Convert CONFIG_DIALOG_POWER to Kconfig by Tom Rini · 2 years, 8 months ago
  76. 38c108f exynos: Drop CONFIG_DEVICE_TREE_LIST by Tom Rini · 2 years, 8 months ago
  77. 28f9c31 Convert CONFIG_DEEP_SLEEP to Kconfig by Tom Rini · 2 years, 8 months ago
  78. ac28e20 M5329EVB, M5373EVB: Remove CONFIG_NANDFLASH_SIZE by Tom Rini · 2 years, 8 months ago
  79. 225aaac db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP by Tom Rini · 2 years, 8 months ago
  80. 53f2222 p1_p2_rdb: Remove CONFIG_CPLD_[BO]R_PRELIM by Tom Rini · 2 years, 8 months ago
  81. 15b4aed Convert CONFIG_CLOCKS to Kconfig by Tom Rini · 2 years, 8 months ago
  82. b20e79f Convert CONFIG_CLOCK_SYNTHESIZER to Kconfig by Tom Rini · 2 years, 8 months ago
  83. a9ee1ad exynos: Drop CONFIG_CLK_* by Tom Rini · 2 years, 8 months ago
  84. d7b7e3e Convert CONFIG_SYS_USE_NORFLASH et al to Kconfig by Tom Rini · 2 years, 8 months ago
  85. 36a4dae global: Remove CONFIG_SYS_USE_DATAFLASH* by Tom Rini · 2 years, 8 months ago
  86. d433c74 Convert CONFIG_SDCARD et al to Kconfig by Tom Rini · 2 years, 8 months ago
  87. 0941548 am43xx_evm_qspiboot: Remove CONFIG_SYS_EXTRA_OPTIONS by Tom Rini · 2 years, 8 months ago
  88. ef26b53 MPC837XERDB: Move CONFIG_PCIE to Kconfig by Tom Rini · 2 years, 8 months ago
  89. db48e52 Convert CONFIG_LPUART et al to Kconfig by Tom Rini · 2 years, 8 months ago
  90. e9ce70e Convert CONFIG_LSCHLV2 to Kconfig et al by Tom Rini · 2 years, 8 months ago
  91. 11f077b mpc8548cds: Rework CONFIG_LEGACY usage by Tom Rini · 2 years, 8 months ago
  92. 7f3092d Convert CONFIG_KM_COGE5UN et al to Kconfig by Tom Rini · 2 years, 8 months ago
  93. 0ebaa72 kmtegr1: Drop CONFIG_KMTEGR1 by Tom Rini · 2 years, 8 months ago
  94. c6c0e56 keymile: Move sourcing of common Kconfig by Tom Rini · 2 years, 8 months ago
  95. a8a326e Convert CONFIG_EMMC_BOOT et al to Kconfig by Tom Rini · 2 years, 8 months ago
  96. ef0a344 mx28evk_auart_console: Remove CONFIG_SYS_EXTRA_OPTIONS by Tom Rini · 2 years, 8 months ago
  97. 26e5944 stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig by Tom Rini · 2 years, 8 months ago
  98. 3c205a6 Convert CONFIG_MCFRTC et al to Kconfig by Tom Rini · 2 years, 8 months ago
  99. b787264 stmark2: Remove CONFIG_SERIAL_FLASH by Tom Rini · 2 years, 8 months ago
  100. 143a365 Convert CONFIG_MCFTMR to Kconfig by Tom Rini · 2 years, 8 months ago