1. 4e8aba4 apalis-imx8: enable of_system_setup by Marcel Ziswiler · 4 years, 5 months ago
  2. 041dd8e ARM: dts: imx6qdl-sabresd: Fix AR8031 phy-mode by Fabio Estevam · 4 years, 5 months ago
  3. 64e2793 ARM: dts: imx6qdl-sabreauto: Fix AR8031 phy-mode by Fabio Estevam · 4 years, 5 months ago
  4. d8da22c mx6cuboxi: Convert to DM_ETH by Fabio Estevam · 4 years, 5 months ago
  5. db86e6c ARM: dts: imx6qdl-sr-som: Sync with kernel 5.8-rc1 by Fabio Estevam · 4 years, 5 months ago
  6. 89b5bd5 net: fec: Allow the PHY node to be retrieved by Fabio Estevam · 4 years, 5 months ago
  7. 338d9b0 phy: atheros: ar8035: Fix clock output calculation by Fabio Estevam · 4 years, 5 months ago
  8. 6ccbd15 Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · 4 years, 5 months ago
  9. f5a8214 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 5 months ago
  10. 5575f79 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 5 months ago
  11. 2b8692b Merge tag 'efi-2020-07-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
  12. 1e389a4 Merge tag 'u-boot-stm32-20200619' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 5 months ago
  13. d0cc022 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · 4 years, 5 months ago
  14. 7929192 ARM: dts: stm32: Reinstate card detect behavior on ST boards by Patrick Delaunay · 4 years, 5 months ago
  15. 3c2e2a1 ARM: dts: stm32: Reinstate card detect behavior on DHSOM by Marek Vasut · 4 years, 5 months ago
  16. 0d7c291 cmd: bootefi: Honor the address & size cells properties correctly by Atish Patra · 4 years, 5 months ago
  17. 7b4f42b t210: Nano: Add NVME support by Tom Warren · 4 years, 6 months ago
  18. 5c3cd8e Merge tag 'fixes-for-v2020.07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
  19. 0490925 Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 4 years, 5 months ago
  20. c46443d colibri_t20: change maintainer by Igor Opaniuk · 4 years, 7 months ago
  21. 1ec7453 ARM: tegra: Enable PSCI support for Tegra210 and Tegra186 by Jon Hunter · 4 years, 5 months ago
  22. fb264ef firmware: PSCI: Fix PSCI support for OF live trees by Jon Hunter · 4 years, 5 months ago
  23. 717e779 Azure/GitLab: Move to latest Docker image by Tom Rini · 4 years, 5 months ago
  24. fb3dd9c video: ipuv3: remove non-DM code by Anatolij Gustschin · 4 years, 6 months ago
  25. 3715791 imx: convert mx53loco board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  26. ff4e52e imx: convert mx51evk board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  27. d37618d imx: convert gwventana board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  28. c0d5117 imx: convert mx6cuboxi board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  29. 1e916aa imx: convert cgtqmx6eval board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  30. bf4d323 imx: convert dms-ba16 boards to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  31. ddfda8e imx: convert pico-imx6 to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  32. 3f15df3 imx: convert embest boards to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  33. 10fa7ec ARM: rmobile: Increase PHY auto-negotiation timeout to 20s by Marek Vasut · 4 years, 5 months ago
  34. d789a82 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  35. 59edb26 net: pcnet: Add DM support by Marek Vasut · 4 years, 6 months ago
  36. dea9b60 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  37. 1023a1e net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 6 months ago
  38. 3b2d63a net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
  39. fdf6cbe net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
  40. 60074d9 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
  41. d20e857 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
  42. 69e08bd net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
  43. 246d2bf net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
  44. ae38e96 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
  45. 1c38c36 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
  46. e4797c3 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  47. 1524e40 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  48. 97d5c14 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  49. 6463b73 net: eepro100: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  50. af8ecdf net: eepro100: Add DM support by Marek Vasut · 4 years, 6 months ago
  51. 8835103 net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 6 months ago
  52. 43b7383 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 6 months ago
  53. fb8307e net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 6 months ago
  54. 39daab2 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 6 months ago
  55. 389da97 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 6 months ago
  56. bd159c6 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 6 months ago
  57. fa9e121 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 6 months ago
  58. acdf5d8 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 6 months ago
  59. a6c06ec net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 6 months ago
  60. 66fed73 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 6 months ago
  61. 6c7d3f6 net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
  62. 3a15684 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  63. 047a800 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 6 months ago
  64. d47cf87 net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 6 months ago
  65. 5116aae net: eepro100: Add cache management by Marek Vasut · 4 years, 6 months ago
  66. 95655b9 net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 6 months ago
  67. 46df32e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
  68. 81bdeea net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
  69. f3878f5 net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
  70. b013173 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
  71. 614e951 net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
  72. 7a30873 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
  73. 773af83 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
  74. 9b12ff9 net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
  75. db9f181 net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
  76. e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
  77. aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
  78. 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
  79. 513acd0 tbs2910: migrate to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  80. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 6 months ago
  81. db755b3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · 4 years, 6 months ago
  82. e26e520 video: make backlight and panel drivers optional by Anatolij Gustschin · 4 years, 6 months ago
  83. 0b12f76 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · 4 years, 6 months ago
  84. 39b9555 video: make vidconsole commands optional by Anatolij Gustschin · 4 years, 6 months ago
  85. ffd955c nitrogen6x: update video console name by Anatolij Gustschin · 4 years, 6 months ago
  86. 59d078b board: nitrogen6x: migrate to CONFIG_DM_VIDEO by Troy Kisky · 4 years, 6 months ago
  87. 1099b2a colibri_imx6: fix video stdout in default environment by Anatolij Gustschin · 4 years, 6 months ago
  88. d8c37c6 apalis_imx6: fix video stdout in default environment by Anatolij Gustschin · 4 years, 6 months ago
  89. f94e548 cm_fx6: fix video stdout in default environment by Anatolij Gustschin · 4 years, 6 months ago
  90. 2a2b94a am335x: baltos: Enable DM_SPI by Jagan Teki · 4 years, 6 months ago
  91. 8d50551 dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 6 months ago
  92. 47df4b5 powerpc: Remove TWR-P1025_defconfig board by Jagan Teki · 4 years, 5 months ago
  93. 5d226cd powerpc: Remove T4160QDS_NAND_defconfig board by Jagan Teki · 4 years, 5 months ago
  94. ce17d99 powerpc: Remove T1040QDS_DDR4_defconfig board by Jagan Teki · 4 years, 5 months ago
  95. 7723a6d powerpc: Remove T1024QDS_DDR4_SECURE_BOOT_defconfig board by Jagan Teki · 4 years, 5 months ago
  96. 197fc64 powerpc: Remove P1022DS_36BIT_NAND_defconfig board by Jagan Teki · 4 years, 5 months ago
  97. 8429b95 powerpc: Remove configs/MPC8536DS_36BIT_defconfig board by Jagan Teki · 4 years, 5 months ago
  98. 447ec17 powerpc: Remove configs/C29XPCIE_NAND_defconfig board by Jagan Teki · 4 years, 5 months ago
  99. 55bcea4 powerpc: Remove configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig board by Jagan Teki · 4 years, 5 months ago
  100. f178468 powerpc: Remove configs/BSC9131RDB_NAND_SYSCLK100_defconfig board by Jagan Teki · 4 years, 5 months ago