1. 3a15684 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 4 months ago
  2. 047a800 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 4 months ago
  3. d47cf87 net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 4 months ago
  4. 5116aae net: eepro100: Add cache management by Marek Vasut · 4 years, 4 months ago
  5. 95655b9 net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 4 months ago
  6. 46df32e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 4 months ago
  7. 81bdeea net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 4 months ago
  8. f3878f5 net: eepro100: Fix camelcase by Marek Vasut · 4 years, 4 months ago
  9. b013173 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 4 months ago
  10. 614e951 net: eepro100: Fix indented label by Marek Vasut · 4 years, 4 months ago
  11. 7a30873 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 4 months ago
  12. 773af83 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 4 months ago
  13. 9b12ff9 net: eepro100: Fix braces by Marek Vasut · 4 years, 4 months ago
  14. db9f181 net: eepro100: Fix spacing by Marek Vasut · 4 years, 4 months ago
  15. e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 4 months ago
  16. aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 4 months ago
  17. 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 4 months ago
  18. 7a81989 common: hash: Remove a debug printf statement by Harald Seiler · 4 years, 4 months ago
  19. f9e3d2e Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 4 months ago
  20. 8a1292c Merge branch '2020-06-12-next-net' into next by Tom Rini · 4 years, 4 months ago
  21. f1d925d net: move random_port() to dns by Baruch Siach · 4 years, 4 months ago
  22. 0813921 net: tftp: fix option validation as per RFCs by Ravik Hasija · 4 years, 4 months ago
  23. 46c8b18 net: rtl8139: Add DM support by Marek Vasut · 4 years, 5 months ago
  24. d8afb8b net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 5 months ago
  25. 2df3a51 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  26. 6a4a5c1 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  27. 26f59c2 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 5 months ago
  28. 3feb6f7 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 5 months ago
  29. 8ff1d4a net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 5 months ago
  30. f438553 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 5 months ago
  31. 1ba8d98 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 5 months ago
  32. 9962dd2 net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 5 months ago
  33. de5468e net: tftp: fix progress marker for file transfer by Ravik Hasija · 4 years, 5 months ago
  34. 8882238 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 5 months ago
  35. bc0e578 net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 5 months ago
  36. 535247a net: phy: Add helper routines to set and clear bits by Dan Murphy · 4 years, 5 months ago
  37. ea756fb net: phy: Fix kernel doc issues in phy.h by Dan Murphy · 4 years, 5 months ago
  38. 6325c8b net: phy: Add missing kernel doc to phy functions by Dan Murphy · 4 years, 5 months ago
  39. 9c6de50 net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 5 months ago
  40. a7a435e net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · 4 years, 6 months ago
  41. baafd99 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 6 months ago
  42. 73d7aec net: smc911x: Drop the standalone EEPROM example by Marek Vasut · 4 years, 7 months ago
  43. 808f13d net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 7 months ago
  44. f3767bc board: tbs2910: add documentation by Denis 'GNUtoo' Carikli · 4 years, 4 months ago
  45. 9658884 board: tbs2910: Enable distro_boot support. by Denis 'GNUtoo' Carikli · 4 years, 4 months ago
  46. e63ab45 board: tbs2910_defconfig: Add support for booting general purpose distributions by Denis 'GNUtoo' Carikli · 4 years, 4 months ago
  47. 0c7550f board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig by Denis 'GNUtoo' Carikli · 4 years, 4 months ago
  48. b3e5d29 board: tbs2910: disable CONFIG_GZIP by Denis 'GNUtoo' Carikli · 4 years, 4 months ago
  49. 9fd573c board: tbs2910: disable loadb and loads commands by Denis 'GNUtoo' Carikli · 4 years, 4 months ago
  50. d16b38f Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 6 months ago
  51. cea8f2c doc: driver-model: fix typo in design.rst by Dario Binacchi · 4 years, 4 months ago
  52. be1a6e9 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 4 months ago
  53. 0a6b75f dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 4 months ago
  54. c03b761 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 4 months ago
  55. 77007f9 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 4 months ago
  56. 7b6c34c log: clean up Kconfig by Heinrich Schuchardt · 4 years, 4 months ago
  57. a781391 doc: move README.log to HTML documentation by Heinrich Schuchardt · 4 years, 4 months ago
  58. b44c751 doc: log: correct option name CONFIG_LOG_MAX_LEVEL by Patrick Delaunay · 4 years, 4 months ago
  59. b59889b regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · 4 years, 4 months ago
  60. 42a768c libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · 4 years, 4 months ago
  61. 2f8f5e2 doc: driver-model: there is no UCLASS_SATA by Heinrich Schuchardt · 4 years, 4 months ago
  62. f6704c7 fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 4 months ago
  63. a9ad113 fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 4 months ago
  64. 7664b03 buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · 4 years, 5 months ago
  65. 96daa41 patman: Complain if a checkpatch line is not understood by Simon Glass · 4 years, 5 months ago
  66. 37f3bb5 patman: Support warnings in the patch subject by Simon Glass · 4 years, 5 months ago
  67. 666eb15 patman: Handle checkpatch output with notes and code by Simon Glass · 4 years, 5 months ago
  68. 7175b08 patman: Don't try to process checkpatch lines twice by Simon Glass · 4 years, 5 months ago
  69. 7d5b5e8 patman: Support emacs mode with checkpatch by Simon Glass · 4 years, 5 months ago
  70. 870bd56 patman: Fix 'warning' typo by Simon Glass · 4 years, 5 months ago
  71. f191f3a configs: Resync with savedefconfig by Tom Rini · 4 years, 4 months ago
  72. be79009 Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 4 months ago
  73. 3854296 Revert "imx: rom api: fix image offset computation" by Stefano Babic · 4 years, 4 months ago
  74. e411a09 Prepare v2020.07-rc4 by Tom Rini · 4 years, 4 months ago
  75. 90606da cmd: Correct the 'md.q' command by Simon Glass · 4 years, 4 months ago
  76. 08649c3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 4 months ago
  77. 325b83e Merge tag 'u-boot-rockchip-20200607' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 4 months ago
  78. a13644c ARM: dts: imx: m53menlo: Convert to DM_ETH by Marek Vasut · 4 years, 4 months ago
  79. dae6cb8 ARM: imx: m53menlo: Do not fail boot on invalid splash screen by Marek Vasut · 4 years, 4 months ago
  80. 0e06d63 ARM: imx: ddr: Add missing PHY reset by Marek Vasut · 4 years, 4 months ago
  81. 661d9af power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · 4 years, 4 months ago
  82. 28fff3f imx: imx8mp_evk: fix boot issue by Peng Fan · 4 years, 4 months ago
  83. 0ec9d5b imx8mp_evk: spl: no need the code since spl framework could do that by Peng Fan · 4 years, 4 months ago
  84. bdada3b imx8mp_evk: spl: use spl_early_init by Peng Fan · 4 years, 4 months ago
  85. ebdd07f imx8mp_evk: spl: drop timer_init by Peng Fan · 4 years, 4 months ago
  86. 87f6e2f imx8mp_evk: spl: drop useless code by Peng Fan · 4 years, 4 months ago
  87. c04b41b imx: Update MTD partitions layout for display5 (i.MX6Q) board by Lukasz Majewski · 4 years, 5 months ago
  88. 1f63ee6 imx: rom api: fix image offset computation by Sébastien Szymanski · 4 years, 5 months ago
  89. 2c72bf2 verdin-imx8mm: Select the watchdog driver by Fabio Estevam · 4 years, 5 months ago
  90. 51c0e49 imx8mp_evk: Select the watchdog driver by Fabio Estevam · 4 years, 5 months ago
  91. 979d5e4 imx8mm_beacon: Select the watchdog driver by Fabio Estevam · 4 years, 5 months ago
  92. 010bd47 imx8mn_ddr4_evk: Select the watchdog driver by Fabio Estevam · 4 years, 5 months ago
  93. c5a015c imx8mm_evk: Select the watchdog driver by Fabio Estevam · 4 years, 5 months ago
  94. 9ccd30d imx8mp_evk: Add a README file by Fabio Estevam · 4 years, 5 months ago
  95. 0e9c045 imx: move ATF to the back of the FIT to fix loading over yModem by Patrick Wildt · 4 years, 5 months ago
  96. f3e1c53 imx: Kconfig: enable IMX_BOOTAUX for i.MX8M by Peng Fan · 4 years, 5 months ago
  97. 8fde50f ARM: dts: imxrt1050: indent lcdif node correctly by Giulio Benetti · 4 years, 5 months ago
  98. 187ab38 rockchip: enable PCIe and NVMe on Pinebook Pro by Patrick Wildt · 4 years, 4 months ago
  99. 5872c45 rockchip: puma: enable new usb config options by Heiko Stuebner · 4 years, 4 months ago
  100. c48cbb9 rockchip: puma: drop special handling of usb host regulator by Heiko Stuebner · 4 years, 4 months ago