1. 0c6a775 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  2. b346e1b net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  3. 2dcaf85 net: eepro100: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  4. cbc44b8 net: eepro100: Add DM support by Marek Vasut · 4 years, 6 months ago
  5. 0ea22ba net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 6 months ago
  6. addde61 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 6 months ago
  7. d443d2d net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 6 months ago
  8. 4448e60 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 6 months ago
  9. 3334669 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 6 months ago
  10. 13beaa8 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 6 months ago
  11. c62e024 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 6 months ago
  12. 8784dd3 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 6 months ago
  13. f9cc66a net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 6 months ago
  14. d68d272 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 6 months ago
  15. e6ad81c net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
  16. f7fee91 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  17. 2110c65 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 6 months ago
  18. 7ad665f net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 6 months ago
  19. 7efcae4 net: eepro100: Add cache management by Marek Vasut · 4 years, 6 months ago
  20. d2139bb net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 6 months ago
  21. 4020a8e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
  22. d1c5f31 net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
  23. 447271b net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
  24. c035910 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
  25. a2cf21c net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
  26. 1189341 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
  27. 60560d0 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
  28. 323b64b net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
  29. e4211ed net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
  30. 6659920 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
  31. dc83bfe net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
  32. 4b097d0 net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
  33. 3e47248 common: hash: Remove a debug printf statement by Harald Seiler · 4 years, 6 months ago
  34. 2396f98 Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 6 months ago
  35. 933e6bf Merge branch '2020-06-12-next-net' into next by Tom Rini · 4 years, 6 months ago
  36. 235361a net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
  37. e387e9a net: tftp: fix option validation as per RFCs by Ravik Hasija · 4 years, 6 months ago
  38. 922a9ca net: rtl8139: Add DM support by Marek Vasut · 4 years, 7 months ago
  39. fce51f2 net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 7 months ago
  40. ac3f000 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 7 months ago
  41. d9dd2a8 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 7 months ago
  42. a7c1295 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 7 months ago
  43. 775b067 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 7 months ago
  44. b1d652f net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 7 months ago
  45. 6826194 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 7 months ago
  46. c4840a0 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 7 months ago
  47. 66ed9fc net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 7 months ago
  48. d42686e net: tftp: fix progress marker for file transfer by Ravik Hasija · 4 years, 7 months ago
  49. 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 7 months ago
  50. 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 7 months ago
  51. c06211d net: phy: Add helper routines to set and clear bits by Dan Murphy · 4 years, 7 months ago
  52. 98422d9 net: phy: Fix kernel doc issues in phy.h by Dan Murphy · 4 years, 7 months ago
  53. c3f0ba9 net: phy: Add missing kernel doc to phy functions by Dan Murphy · 4 years, 7 months ago
  54. 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 7 months ago
  55. f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · 4 years, 8 months ago
  56. a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 8 months ago
  57. 98c9797 net: smc911x: Drop the standalone EEPROM example by Marek Vasut · 4 years, 9 months ago
  58. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 9 months ago
  59. 05b4e12 board: tbs2910: add documentation by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  60. 8559dc4 board: tbs2910: Enable distro_boot support. by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  61. d7a6dfc board: tbs2910_defconfig: Add support for booting general purpose distributions by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  62. 904aec0 board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  63. 7bfb638 board: tbs2910: disable CONFIG_GZIP by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  64. 4367795 board: tbs2910: disable loadb and loads commands by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  65. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 8 months ago
  66. 78e280f doc: driver-model: fix typo in design.rst by Dario Binacchi · 4 years, 6 months ago
  67. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 6 months ago
  68. eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 6 months ago
  69. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 6 months ago
  70. 276bf92 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 6 months ago
  71. 524956c log: clean up Kconfig by Heinrich Schuchardt · 4 years, 6 months ago
  72. 9f3d332 doc: move README.log to HTML documentation by Heinrich Schuchardt · 4 years, 6 months ago
  73. d59d9f5 doc: log: correct option name CONFIG_LOG_MAX_LEVEL by Patrick Delaunay · 4 years, 6 months ago
  74. 5c42d5d regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · 4 years, 6 months ago
  75. db12d38 libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · 4 years, 6 months ago
  76. 7e91996 doc: driver-model: there is no UCLASS_SATA by Heinrich Schuchardt · 4 years, 6 months ago
  77. 32d294b fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 6 months ago
  78. a26ad7a fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 6 months ago
  79. ee8e9cb buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · 4 years, 7 months ago
  80. 7a54365 patman: Complain if a checkpatch line is not understood by Simon Glass · 4 years, 7 months ago
  81. d2d136c patman: Support warnings in the patch subject by Simon Glass · 4 years, 7 months ago
  82. 9a690c4 patman: Handle checkpatch output with notes and code by Simon Glass · 4 years, 7 months ago
  83. 9eb74a9 patman: Don't try to process checkpatch lines twice by Simon Glass · 4 years, 7 months ago
  84. 396168c patman: Support emacs mode with checkpatch by Simon Glass · 4 years, 7 months ago
  85. 39d6d84 patman: Fix 'warning' typo by Simon Glass · 4 years, 7 months ago
  86. 4e852a7 configs: Resync with savedefconfig by Tom Rini · 4 years, 6 months ago
  87. df3a9fe Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 6 months ago
  88. 4d0b410 Revert "imx: rom api: fix image offset computation" by Stefano Babic · 4 years, 6 months ago
  89. 177bad0 Prepare v2020.07-rc4 by Tom Rini · 4 years, 6 months ago
  90. 28db7f5 cmd: Correct the 'md.q' command by Simon Glass · 4 years, 6 months ago
  91. 7e069ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 6 months ago
  92. 1544257 Merge tag 'u-boot-rockchip-20200607' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 6 months ago
  93. 8dd60ad ARM: dts: imx: m53menlo: Convert to DM_ETH by Marek Vasut · 4 years, 6 months ago
  94. 9ae0ad9 ARM: imx: m53menlo: Do not fail boot on invalid splash screen by Marek Vasut · 4 years, 6 months ago
  95. f4bb565 ARM: imx: ddr: Add missing PHY reset by Marek Vasut · 4 years, 6 months ago
  96. 16189d6 power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · 4 years, 6 months ago
  97. 8df28af imx: imx8mp_evk: fix boot issue by Peng Fan · 4 years, 6 months ago
  98. a50c0a3 imx8mp_evk: spl: no need the code since spl framework could do that by Peng Fan · 4 years, 6 months ago
  99. 5d93e1c imx8mp_evk: spl: use spl_early_init by Peng Fan · 4 years, 6 months ago
  100. a93e395 imx8mp_evk: spl: drop timer_init by Peng Fan · 4 years, 6 months ago