summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | patman: Handle checkpatch output with notes and codeSimon Glass2020-06-111-1/+10
| | * | | | | | | patman: Don't try to process checkpatch lines twiceSimon Glass2020-06-111-3/+8
| | * | | | | | | patman: Support emacs mode with checkpatchSimon Glass2020-06-111-3/+7
| | * | | | | | | patman: Fix 'warning' typoSimon Glass2020-06-111-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch '2020-06-12-next-net' into nextTom Rini2020-06-1233-693/+892
| |\ \ \ \ \ \ \
| | * | | | | | | net: move random_port() to dnsBaruch Siach2020-06-123-17/+10
| | * | | | | | | net: tftp: fix option validation as per RFCsRavik Hasija2020-06-121-7/+52
| | * | | | | | | net: rtl8139: Add DM supportMarek Vasut2020-06-121-1/+132
| | * | | | | | | net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut2020-06-121-9/+18
| | * | | | | | | net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-121-2/+2
| | * | | | | | | net: rtl8139: Split out common and non-DM functionsMarek Vasut2020-06-121-24/+68
| | * | | | | | | net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut2020-06-121-9/+9
| | * | | | | | | net: rtl8139: Introduce device private dataMarek Vasut2020-06-121-58/+78
| | * | | | | | | net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut2020-06-121-5/+5
| | * | | | | | | net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut2020-06-121-46/+38
| | * | | | | | | net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-121-2/+1
| | * | | | | | | net: rtl8139: Factor out device name assignmentMarek Vasut2020-06-121-1/+6
| | * | | | | | | net: tftp: fix progress marker for file transferRavik Hasija2020-06-121-7/+9
| | * | | | | | | net: phy: Add DP8382x phy registration to TI PHY initDan Murphy2020-06-122-0/+90
| | * | | | | | | net: phy: Add support for TI PHY initDan Murphy2020-06-1215-12/+55
| | * | | | | | | net: phy: Add helper routines to set and clear bitsDan Murphy2020-06-121-0/+54
| | * | | | | | | net: phy: Fix kernel doc issues in phy.hDan Murphy2020-06-121-11/+8
| | * | | | | | | net: phy: Add missing kernel doc to phy functionsDan Murphy2020-06-121-0/+39
| | * | | | | | | net: phy: add phyid search in vendor specific spaceFlorin Chiculita2020-06-121-6/+16
| | * | | | | | | net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren2020-06-121-0/+16
| | * | | | | | | net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue2020-06-121-0/+16
| | * | | | | | | net: smc911x: Drop the standalone EEPROM exampleMarek Vasut2020-06-122-534/+0
| | * | | | | | | net: Fix error if some network features are disabledKrebs, Olaf2020-06-122-2/+10
| | * | | | | | | board: tbs2910: add documentationDenis 'GNUtoo' Carikli2020-06-124-0/+202
| | * | | | | | | board: tbs2910: Enable distro_boot support.Denis 'GNUtoo' Carikli2020-06-122-1/+20
| | * | | | | | | board: tbs2910_defconfig: Add support for booting general purpose distributionsDenis 'GNUtoo' Carikli2020-06-121-0/+2
| | * | | | | | | board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfigDenis 'GNUtoo' Carikli2020-06-122-8/+2
| | * | | | | | | board: tbs2910: disable CONFIG_GZIPDenis 'GNUtoo' Carikli2020-06-121-0/+1
| | * | | | | | | board: tbs2910: disable loadb and loads commandsDenis 'GNUtoo' Carikli2020-06-121-0/+2
| |/ / / / / / /
| * | | | | | | Add support for SHA384 and SHA512Reuben Dowle2020-06-1213-16/+632
| * | | | | | | configs: Resync with savedefconfigTom Rini2020-06-119-14/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Prepare v2020.07Tom Rini2020-07-061-1/+1
* | | | | | | configs: Resync with savedefconfigTom Rini2020-07-06399-400/+392
* | | | | | | Merge branch '2020-07-05-gpio-regression-fix'Tom Rini2020-07-057-4/+51
|\ \ \ \ \ \ \
| * | | | | | | sandbox, test: add test for GPIO_HOG functionHeiko Schocher2020-07-056-0/+47
| * | | | | | | gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher2020-07-051-4/+4
|/ / / / / / /
* | | | | | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-07-0312-25/+129
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | riscv: use log functions in fdt_fixupHeinrich Schuchardt2020-07-031-6/+8
| * | | | | | riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel2020-07-035-1/+81
| * | | | | | riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra2020-07-031-3/+3
| * | | | | | riscv: Do not return error if reserved node already existsAtish Patra2020-07-031-1/+1
| * | | | | | doc: qemu-riscv: Update QEMU run commandBin Meng2020-07-031-5/+5
| * | | | | | riscv: sifive: fu540: Add gpio-restart supportBin Meng2020-07-031-0/+2
| * | | | | | riscv: Do not build reset.c if SYSRESET is onBin Meng2020-07-031-0/+2
| * | | | | | riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATEBin Meng2020-07-022-1/+3