- b6f7b90 imx: convert gwventana board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
- 7a45ca3 imx: convert mx6cuboxi board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
- c87da3c imx: convert cgtqmx6eval board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
- 5b1b0d7 imx: convert dms-ba16 boards to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
- ea8617b imx: convert pico-imx6 to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
- 0185268 imx: convert embest boards to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
- 9239f9e tbs2910: migrate to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
- 4702064 video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 6 months ago
- 8329ce3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · 4 years, 6 months ago
- 0dcb3fd video: make backlight and panel drivers optional by Anatolij Gustschin · 4 years, 6 months ago
- 0087836 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · 4 years, 6 months ago
- 20b7919 video: make vidconsole commands optional by Anatolij Gustschin · 4 years, 6 months ago
- da791fc nitrogen6x: update video console name by Anatolij Gustschin · 4 years, 6 months ago
- 81d4964 board: nitrogen6x: migrate to CONFIG_DM_VIDEO by Troy Kisky · 4 years, 6 months ago
- 3e47248 common: hash: Remove a debug printf statement by Harald Seiler · 4 years, 6 months ago
- 2396f98 Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 6 months ago
- 933e6bf Merge branch '2020-06-12-next-net' into next by Tom Rini · 4 years, 6 months ago
- 235361a net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
- e387e9a net: tftp: fix option validation as per RFCs by Ravik Hasija · 4 years, 6 months ago
- 922a9ca net: rtl8139: Add DM support by Marek Vasut · 4 years, 7 months ago
- fce51f2 net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 7 months ago
- ac3f000 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 7 months ago
- d9dd2a8 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 7 months ago
- a7c1295 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 7 months ago
- 775b067 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 7 months ago
- b1d652f net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 7 months ago
- 6826194 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 7 months ago
- c4840a0 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 7 months ago
- 66ed9fc net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 7 months ago
- d42686e net: tftp: fix progress marker for file transfer by Ravik Hasija · 4 years, 7 months ago
- 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 7 months ago
- 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 7 months ago
- c06211d net: phy: Add helper routines to set and clear bits by Dan Murphy · 4 years, 7 months ago
- 98422d9 net: phy: Fix kernel doc issues in phy.h by Dan Murphy · 4 years, 7 months ago
- c3f0ba9 net: phy: Add missing kernel doc to phy functions by Dan Murphy · 4 years, 7 months ago
- 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 7 months ago
- f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · 4 years, 8 months ago
- a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 8 months ago
- 98c9797 net: smc911x: Drop the standalone EEPROM example by Marek Vasut · 4 years, 9 months ago
- d924938 net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 9 months ago
- 05b4e12 board: tbs2910: add documentation by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
- 8559dc4 board: tbs2910: Enable distro_boot support. by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
- d7a6dfc board: tbs2910_defconfig: Add support for booting general purpose distributions by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
- 904aec0 board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
- 7bfb638 board: tbs2910: disable CONFIG_GZIP by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
- 4367795 board: tbs2910: disable loadb and loads commands by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
- 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 8 months ago
- 78e280f doc: driver-model: fix typo in design.rst by Dario Binacchi · 4 years, 6 months ago
- 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 6 months ago
- eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 6 months ago
- 7c96132 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 6 months ago
- 276bf92 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 6 months ago
- 524956c log: clean up Kconfig by Heinrich Schuchardt · 4 years, 6 months ago
- 9f3d332 doc: move README.log to HTML documentation by Heinrich Schuchardt · 4 years, 6 months ago
- d59d9f5 doc: log: correct option name CONFIG_LOG_MAX_LEVEL by Patrick Delaunay · 4 years, 6 months ago
- 5c42d5d regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · 4 years, 6 months ago
- db12d38 libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · 4 years, 6 months ago
- 7e91996 doc: driver-model: there is no UCLASS_SATA by Heinrich Schuchardt · 4 years, 6 months ago
- 32d294b fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 6 months ago
- a26ad7a fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 6 months ago
- ee8e9cb buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · 4 years, 7 months ago
- 7a54365 patman: Complain if a checkpatch line is not understood by Simon Glass · 4 years, 7 months ago
- d2d136c patman: Support warnings in the patch subject by Simon Glass · 4 years, 7 months ago
- 9a690c4 patman: Handle checkpatch output with notes and code by Simon Glass · 4 years, 7 months ago
- 9eb74a9 patman: Don't try to process checkpatch lines twice by Simon Glass · 4 years, 7 months ago
- 396168c patman: Support emacs mode with checkpatch by Simon Glass · 4 years, 7 months ago
- 39d6d84 patman: Fix 'warning' typo by Simon Glass · 4 years, 7 months ago
- 4e852a7 configs: Resync with savedefconfig by Tom Rini · 4 years, 6 months ago
- 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
- 4d0b410 Revert "imx: rom api: fix image offset computation" by Stefano Babic · 4 years, 6 months ago
- 177bad0 Prepare v2020.07-rc4 by Tom Rini · 4 years, 6 months ago
- 28db7f5 cmd: Correct the 'md.q' command by Simon Glass · 4 years, 6 months ago
- 7e069ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 6 months ago
- 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
- 8dd60ad ARM: dts: imx: m53menlo: Convert to DM_ETH by Marek Vasut · 4 years, 6 months ago
- 9ae0ad9 ARM: imx: m53menlo: Do not fail boot on invalid splash screen by Marek Vasut · 4 years, 6 months ago
- f4bb565 ARM: imx: ddr: Add missing PHY reset by Marek Vasut · 4 years, 6 months ago
- 16189d6 power: pmic: Add SPL Kconfig entry for PFUZE100 by Marek Vasut · 4 years, 6 months ago
- 8df28af imx: imx8mp_evk: fix boot issue by Peng Fan · 4 years, 6 months ago
- a50c0a3 imx8mp_evk: spl: no need the code since spl framework could do that by Peng Fan · 4 years, 6 months ago
- 5d93e1c imx8mp_evk: spl: use spl_early_init by Peng Fan · 4 years, 6 months ago
- a93e395 imx8mp_evk: spl: drop timer_init by Peng Fan · 4 years, 6 months ago
- eb5ba81 imx8mp_evk: spl: drop useless code by Peng Fan · 4 years, 6 months ago
- a3d18cd imx: Update MTD partitions layout for display5 (i.MX6Q) board by Lukasz Majewski · 4 years, 7 months ago
- 143173e imx: rom api: fix image offset computation by Sébastien Szymanski · 4 years, 7 months ago
- 209054e verdin-imx8mm: Select the watchdog driver by Fabio Estevam · 4 years, 7 months ago
- 029da11 imx8mp_evk: Select the watchdog driver by Fabio Estevam · 4 years, 7 months ago
- 79ebfcf imx8mm_beacon: Select the watchdog driver by Fabio Estevam · 4 years, 7 months ago
- fe6548d imx8mn_ddr4_evk: Select the watchdog driver by Fabio Estevam · 4 years, 7 months ago
- 1296add imx8mm_evk: Select the watchdog driver by Fabio Estevam · 4 years, 7 months ago
- c17a317 imx8mp_evk: Add a README file by Fabio Estevam · 4 years, 7 months ago
- 4c881c0 imx: move ATF to the back of the FIT to fix loading over yModem by Patrick Wildt · 4 years, 7 months ago
- 5ac9b44 imx: Kconfig: enable IMX_BOOTAUX for i.MX8M by Peng Fan · 4 years, 7 months ago
- 1c0cb07 ARM: dts: imxrt1050: indent lcdif node correctly by Giulio Benetti · 4 years, 7 months ago
- 44d5213 rockchip: enable PCIe and NVMe on Pinebook Pro by Patrick Wildt · 4 years, 6 months ago
- f9fb955 rockchip: puma: enable new usb config options by Heiko Stuebner · 4 years, 6 months ago
- a27ea4c rockchip: puma: drop special handling of usb host regulator by Heiko Stuebner · 4 years, 6 months ago
- a11e567 rockchip: puma: remove separate fit generator by Heiko Stuebner · 4 years, 6 months ago
- e2a5586 rockchip: puma: reorganize devicetrees to actually work and match upstream by Heiko Stuebner · 4 years, 6 months ago
- 5a57b9b rockchip: puma: fix indentation of misc_init_r by Heiko Stuebner · 4 years, 6 months ago