summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextWIP/13Jun2020Tom Rini2020-06-1341-207/+691
|\
| * doc: driver-model: fix typo in design.rstDario Binacchi2020-06-111-1/+1
| * dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-115-23/+44
| * dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle2020-06-111-0/+2
| * usb: provide a device tree node to USB devicesMichael Walle2020-06-113-5/+67
| * log: check argument of 'log level' commandHeinrich Schuchardt2020-06-111-3/+11
| * log: clean up KconfigHeinrich Schuchardt2020-06-111-74/+85
| * doc: move README.log to HTML documentationHeinrich Schuchardt2020-06-113-0/+292
| * doc: log: correct option name CONFIG_LOG_MAX_LEVELPatrick Delaunay2020-06-111-2/+3
| * regmap: Check for out-of-range offsets before mapping themPratyush Yadav2020-06-111-4/+4
| * libfdt: Remove superfluous NUL character from overlay symbolsMarcus Comstedt2020-06-111-3/+2
| * doc: driver-model: there is no UCLASS_SATAHeinrich Schuchardt2020-06-111-1/+1
| * fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| * fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| * buildman: Remove _of_#_ from results directory pathsOvidiu Panait2020-06-112-9/+9
| * patman: Complain if a checkpatch line is not understoodSimon Glass2020-06-111-0/+2
| * patman: Support warnings in the patch subjectSimon Glass2020-06-111-1/+6
| * 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 tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...WIP/09Jun2020Tom Rini2020-06-0920-71/+132
| |\
| | * Revert "imx: rom api: fix image offset computation"Stefano Babic2020-06-091-1/+6
| | * ARM: dts: imx: m53menlo: Convert to DM_ETHMarek Vasut2020-06-082-0/+14
| | * ARM: imx: m53menlo: Do not fail boot on invalid splash screenMarek Vasut2020-06-081-5/+9
| | * ARM: imx: ddr: Add missing PHY resetMarek Vasut2020-06-082-3/+20
| | * power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut2020-06-081-0/+7
| | * imx: imx8mp_evk: fix boot issuePeng Fan2020-06-082-8/+7
| | * imx8mp_evk: spl: no need the code since spl framework could do thatPeng Fan2020-06-081-5/+1
| | * imx8mp_evk: spl: use spl_early_initPeng Fan2020-06-081-6/+6
| | * imx8mp_evk: spl: drop timer_initPeng Fan2020-06-081-2/+0
| | * imx8mp_evk: spl: drop useless codePeng Fan2020-06-081-14/+0
| | * imx: Update MTD partitions layout for display5 (i.MX6Q) boardLukasz Majewski2020-06-083-5/+6
| | * imx: rom api: fix image offset computationSébastien Szymanski2020-06-081-6/+1
| | * verdin-imx8mm: Select the watchdog driverFabio Estevam2020-06-081-1/+0
| | * imx8mp_evk: Select the watchdog driverFabio Estevam2020-06-081-1/+0
| | * imx8mm_beacon: Select the watchdog driverFabio Estevam2020-06-081-1/+0
| | * imx8mn_ddr4_evk: Select the watchdog driverFabio Estevam2020-06-081-1/+0
| | * imx8mm_evk: Select the watchdog driverFabio Estevam2020-06-081-1/+0
| | * imx8mp_evk: Add a README fileFabio Estevam2020-06-081-0/+41
| | * imx: move ATF to the back of the FIT to fix loading over yModemPatrick Wildt2020-06-081-14/+17
| | * imx: Kconfig: enable IMX_BOOTAUX for i.MX8MPeng Fan2020-06-081-1/+1
| | * ARM: dts: imxrt1050: indent lcdif node correctlyGiulio Benetti2020-06-081-6/+6
* | | 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