- 0c6a775 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
- b346e1b net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
- 2dcaf85 net: eepro100: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
- cbc44b8 net: eepro100: Add DM support by Marek Vasut · 4 years, 6 months ago
- 0ea22ba net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 6 months ago
- addde61 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 6 months ago
- d443d2d net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 6 months ago
- 4448e60 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 6 months ago
- 3334669 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 6 months ago
- 13beaa8 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 6 months ago
- c62e024 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 6 months ago
- 8784dd3 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 6 months ago
- f9cc66a net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 6 months ago
- d68d272 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 6 months ago
- e6ad81c net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
- f7fee91 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
- 2110c65 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 6 months ago
- 7ad665f net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 6 months ago
- 7efcae4 net: eepro100: Add cache management by Marek Vasut · 4 years, 6 months ago
- d2139bb net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 6 months ago
- 4020a8e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
- d1c5f31 net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
- 447271b net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
- c035910 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
- a2cf21c net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
- 1189341 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
- 60560d0 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
- 323b64b net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
- e4211ed net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
- 6659920 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
- dc83bfe net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
- 4b097d0 net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 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