summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/01Oct2020-nextTom Rini2020-10-016-118/+98
|\
| * usb: xhci-rcar: Add support for R8A774A1 SoCLad Prabhakar2020-10-011-0/+1
| * usb: xhci: convert to readx_poll_sleep_timeout()Chunfeng Yun2020-10-011-14/+11
| * usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2020-10-013-20/+7
| * usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun2020-10-012-3/+2
| * usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun2020-10-012-12/+7
| * usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-013-9/+6
| * usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun2020-10-012-4/+1
| * usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun2020-10-014-3/+11
| * usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2020-10-012-55/+52
| * usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2020-10-013-2/+4
* | Revert "net: smc911x: Automatically Update ethaddr with MAC"Tom Rini2020-10-011-3/+0
* | Merge branch 'next' of git://git.denx.de/u-boot-sh into nextTom Rini2020-10-0137-116/+4690
|\ \ | |/ |/|
| * net: ravb: Remove writeext function callBiju Das2020-09-261-2/+0
| * board: renesas: draak: Drop CA57 resetBiju Das2020-09-261-14/+1
| * board: renesas: remove empty board_early_init_f functionBiju Das2020-09-264-10/+2
| * arm: rmobile: Use imply for BOARD_EARLY_INIT_FBiju Das2020-09-262-1/+2
| * board: renesas: Remove empty s_init functionBiju Das2020-09-265-20/+0
| * arm: mach-rmobile: Mark the default s_init function as weakBiju Das2020-09-261-0/+6
| * arm: dts: r8a774e1: Import DTS from Linux 5.9-rc4Biju Das2020-09-263-0/+1759
| * arm: dts: r8a774b1: Import DTS from Linux 5.9-rc4Biju Das2020-09-263-0/+2713
| * arm: dts: r8a774a1: Import DTS from Linux 5.9-rc4Biju Das2020-09-263-57/+51
| * pinctrl: renesas: Fix PINCTRL_PFC_R8A774A1 help descriptionBiju Das2020-09-261-10/+10
| * arm: rmobile: Identify R8A7796 r1.3 SoCBiju Das2020-09-261-2/+7
| * ARM: rmobile: Enable dfu tftp on Gen3Marek Vasut2020-09-265-0/+48
| * ARM: rmobile: Enable RPC on Salvator-X, ULCB, EbisuMarek Vasut2020-09-2614-0/+91
* | Merge branch '2020-09-30-assorted-network-improvements' into nextTom Rini2020-10-0122-72/+494
|\ \
| * | 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 '2020-09-30-add-new-apis' into nextTom Rini2020-09-3042-33/+3268
|\ \ \ | |/ / |/| |
| * | firmware: smci: sandbox test for SCMI reset controllersWIP/30Sep2020-nextEtienne Carriere2020-09-306-6/+211
| * | reset: add reset controller driver for SCMI agentsEtienne Carriere2020-09-305-0/+154
| * | firmware: scmi: sandbox test for SCMI clocksEtienne Carriere2020-09-307-11/+431
| * | clk: add clock driver for SCMI agentsEtienne Carriere2020-09-305-3/+197
| * | dt-bindings: arm: SCMI bindings documentationEtienne Carriere2020-09-301-0/+197
| * | firmware: scmi: support Arm SMCCC transportEtienne Carriere2020-09-303-3/+93
| * | firmware: scmi: mailbox/smt agent deviceEtienne Carriere2020-09-305-2/+333
| * | firmware: add SCMI agent uclassEtienne Carriere2020-09-3015-0/+505
| * | test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot2020-09-302-0/+211