summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sntp: use udp frameworkWIP/30Sep2020-next2Philippe Reynes2020-09-305-34/+40
* sandbox: enable support of generic udp protocolPhilippe Reynes2020-09-301-0/+1
* net: add a generic udp protocolPhilippe Reynes2020-09-307-2/+142
* net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay2020-09-301-4/+3
* phy: add support for stingray PAXB PHY controllerSrinath Mannam2020-09-303-0/+185
* net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt2020-09-302-5/+5
* net: tftp: Fix load_block offset calculationLey Foon Tan2020-09-301-1/+2
* net: tftp: Fix store_block offset calculationLey Foon Tan2020-09-301-2/+3
* net: tftp: Fix tftp_prev_block counter updateLey Foon Tan2020-09-301-0/+1
* net: smc911x: Automatically Update ethaddr with MACAdam Ford2020-09-301-0/+3
* net: ftgmac100: Add support for board specific PHY interface addressThirupathaiah Annapureddy2020-09-301-0/+4
* net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner2020-09-301-24/+46
* net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner2020-09-301-0/+59
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2020-09-3033-211/+357
|\
| * riscv: Add some comments to start.SSean Anderson2020-09-301-2/+17
| * riscv: Ensure gp is NULL or points to valid dataSean Anderson2020-09-302-4/+27
| * riscv: Consolidate fences into AMOs for available_harts_lockSean Anderson2020-09-301-6/+3
| * riscv: Clear pending IPIs on initializationSean Anderson2020-09-301-0/+20
| * riscv: Use a valid bit to ignore already-pending IPIsSean Anderson2020-09-302-2/+21
| * riscv: Match memory barriers between send_ipi_many and handle_ipiSean Anderson2020-09-301-0/+2
| * Revert "riscv: Clear pending interrupts before enabling IPIs"Sean Anderson2020-09-301-2/+0
| * riscv: Update SiFive device tree for new CLINT driverSean Anderson2020-09-302-2/+10
| * riscv: Update Kendryte device tree for new CLINT driverSean Anderson2020-09-301-3/+4
| * riscv: clk: Add CLINT clock to kendryte clock driverSean Anderson2020-09-302-0/+5
| * riscv: Rework Sifive CLINT as UCLASS_TIMER driverSean Anderson2020-09-302-32/+34
| * riscv: Clean up initialization in Andes PLICSean Anderson2020-09-301-33/+25
| * riscv: Rework Andes PLMT as a UCLASS_TIMER driverSean Anderson2020-09-304-32/+23
| * timer: Add a test for timer_timebase_fallbackSean Anderson2020-09-305-10/+80
| * timer: Add helper for drivers using timebase fallbackSean Anderson2020-09-302-0/+46
| * riscv: Rework riscv timer driver to only support S-modeSean Anderson2020-09-308-71/+25
| * ram: sifive: Remove regmap dependencyBin Meng2020-09-301-9/+3
| * ram: sifive: Check return value on clk_enable()Bin Meng2020-09-301-0/+5
| * doc/sipeed/maix: describe RESET and BOOT buttonHeinrich Schuchardt2020-09-301-2/+6
| * doc: correct kflash settings for Maix One DockHeinrich Schuchardt2020-09-301-1/+1
| * cmd: irq: disable CMD_IRQ for riscv archPragnesh Patel2020-09-301-1/+1
* | Merge branch '2020-09-29-dev_xxx-print-improvement' into nextTom Rini2020-09-3048-407/+486
|\ \ | |/ |/|
| * dm: Print device name in dev_xxx like LinuxSean Anderson2020-09-301-28/+82
| * dm: Use symbolic constants for log levels in dev_xxxSean Anderson2020-09-301-10/+11
| * video: stm32: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-10/+14
| * usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+5
| * usb: dwc3: Don't include asm-generic/io.hSean Anderson2020-09-301-1/+0
| * usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+2
| * usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-303-18/+21
| * usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-16/+23
| * usb: cdns3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-302-4/+4
| * sysreset: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+1
| * spi: zynqmp_gqspi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-3/+3
| * spi: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-3/+3
| * soc: qualcomm: Fix not calling dev_err with a deviceSean Anderson2020-09-301-1/+1
| * remoteproc: k3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-4/+5