aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-12net: rtl8139: Introduce device private dataMarek Vasut1-58/+78
2020-06-12net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut1-5/+5
2020-06-12net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut1-46/+38
2020-06-12net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut1-2/+1
2020-06-12net: rtl8139: Factor out device name assignmentMarek Vasut1-1/+6
2020-06-12net: tftp: fix progress marker for file transferRavik Hasija1-7/+9
2020-06-12net: phy: Add DP8382x phy registration to TI PHY initDan Murphy2-0/+90
2020-06-12net: phy: Add support for TI PHY initDan Murphy15-12/+55
2020-06-12net: phy: Add helper routines to set and clear bitsDan Murphy1-0/+54
2020-06-12net: phy: Fix kernel doc issues in phy.hDan Murphy1-11/+8
2020-06-12net: phy: Add missing kernel doc to phy functionsDan Murphy1-0/+39
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita1-6/+16
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren1-0/+16
2020-06-12net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue1-0/+16
2020-06-12net: smc911x: Drop the standalone EEPROM exampleMarek Vasut2-534/+0
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf2-2/+10
2020-06-12board: tbs2910: add documentationDenis 'GNUtoo' Carikli4-0/+202
2020-06-12board: tbs2910: Enable distro_boot support.Denis 'GNUtoo' Carikli2-1/+20
2020-06-12board: tbs2910_defconfig: Add support for booting general purpose distributionsDenis 'GNUtoo' Carikli1-0/+2
2020-06-12board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfigDenis 'GNUtoo' Carikli2-8/+2
2020-06-12board: tbs2910: disable CONFIG_GZIPDenis 'GNUtoo' Carikli1-0/+1
2020-06-12board: tbs2910: disable loadb and loads commandsDenis 'GNUtoo' Carikli1-0/+2
2020-06-12Add support for SHA384 and SHA512Reuben Dowle13-16/+632
2020-06-11doc: driver-model: fix typo in design.rstDario Binacchi1-1/+1
2020-06-11dm: uclass: don't assign aliased seq numbersMichael Walle5-23/+44
2020-06-11dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle1-0/+2
2020-06-11usb: provide a device tree node to USB devicesMichael Walle3-5/+67
2020-06-11log: check argument of 'log level' commandHeinrich Schuchardt1-3/+11
2020-06-11log: clean up KconfigHeinrich Schuchardt1-74/+85
2020-06-11doc: move README.log to HTML documentationHeinrich Schuchardt3-0/+292
2020-06-11doc: log: correct option name CONFIG_LOG_MAX_LEVELPatrick Delaunay1-2/+3
2020-06-11regmap: Check for out-of-range offsets before mapping themPratyush Yadav1-4/+4
2020-06-11libfdt: Remove superfluous NUL character from overlay symbolsMarcus Comstedt1-3/+2
2020-06-11doc: driver-model: there is no UCLASS_SATAHeinrich Schuchardt1-1/+1
2020-06-11fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng1-1/+2
2020-06-11fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng1-1/+2
2020-06-11buildman: Remove _of_#_ from results directory pathsOvidiu Panait2-9/+9
2020-06-11patman: Complain if a checkpatch line is not understoodSimon Glass1-0/+2
2020-06-11patman: Support warnings in the patch subjectSimon Glass1-1/+6
2020-06-11patman: Handle checkpatch output with notes and codeSimon Glass1-1/+10
2020-06-11patman: Don't try to process checkpatch lines twiceSimon Glass1-3/+8
2020-06-11patman: Support emacs mode with checkpatchSimon Glass1-3/+7
2020-06-11patman: Fix 'warning' typoSimon Glass1-1/+1
2020-06-11configs: Resync with savedefconfigTom Rini9-14/+10
2020-06-09Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini20-71/+132
2020-06-09Revert "imx: rom api: fix image offset computation"Stefano Babic1-1/+6
2020-06-08Prepare v2020.07-rc4v2020.07-rc4Tom Rini1-1/+1
2020-06-08cmd: Correct the 'md.q' commandSimon Glass1-0/+1
2020-06-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini87-86/+3111
2020-06-08Merge tag 'u-boot-rockchip-20200607' of https://gitlab.denx.de/u-boot/custodi...Tom Rini30-258/+830