aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-01usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun2-4/+1
2020-10-01usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun4-3/+11
2020-10-01usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2-55/+52
2020-10-01usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun3-2/+4
2020-10-01Merge branch '2020-09-30-assorted-network-improvements' into nextTom Rini22-72/+494
2020-09-30sntp: use udp frameworkPhilippe Reynes5-34/+40
2020-09-30sandbox: enable support of generic udp protocolPhilippe Reynes1-0/+1
2020-09-30net: add a generic udp protocolPhilippe Reynes7-2/+142
2020-09-30net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay1-4/+3
2020-09-30phy: add support for stingray PAXB PHY controllerSrinath Mannam3-0/+185
2020-09-30net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt2-5/+5
2020-09-30net: tftp: Fix load_block offset calculationLey Foon Tan1-1/+2
2020-09-30net: tftp: Fix store_block offset calculationLey Foon Tan1-2/+3
2020-09-30net: tftp: Fix tftp_prev_block counter updateLey Foon Tan1-0/+1
2020-09-30net: smc911x: Automatically Update ethaddr with MACAdam Ford1-0/+3
2020-09-30net: ftgmac100: Add support for board specific PHY interface addressThirupathaiah Annapureddy1-0/+4
2020-09-30net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner1-24/+46
2020-09-30net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner1-0/+59
2020-09-30Merge branch '2020-09-30-add-new-apis' into nextTom Rini42-33/+3268
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere6-6/+211
2020-09-30reset: add reset controller driver for SCMI agentsEtienne Carriere5-0/+154
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere7-11/+431
2020-09-30clk: add clock driver for SCMI agentsEtienne Carriere5-3/+197
2020-09-30dt-bindings: arm: SCMI bindings documentationEtienne Carriere1-0/+197
2020-09-30firmware: scmi: support Arm SMCCC transportEtienne Carriere3-3/+93
2020-09-30firmware: scmi: mailbox/smt agent deviceEtienne Carriere5-2/+333
2020-09-30firmware: add SCMI agent uclassEtienne Carriere15-0/+505
2020-09-30test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot2-0/+211
2020-09-30test/py: allow multi-digit index in in_tree()Pratyush Yadav1-1/+1
2020-09-30regmap: Add support for regmap fieldsJean-Jacques Hiblot2-0/+205
2020-09-30regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2-1/+11
2020-09-30regmap: Add regmap_init_mem_range()Pratyush Yadav2-0/+46
2020-09-30regmap: Allow left shifting register offset before accessPratyush Yadav2-1/+11
2020-09-30regmap: Allow specifying read/write widthPratyush Yadav2-19/+34
2020-09-30regmap: zero out the regmap on allocationPratyush Yadav1-1/+2
2020-09-30regmap: Add devm_regmap_init()Jean-Jacques Hiblot2-0/+47
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot4-4/+116
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2-0/+118
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot4-6/+127
2020-09-30drivers: reset: Add a managed API to get reset controllers from the DTJean-Jacques Hiblot2-5/+248
2020-09-30Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini33-211/+357
2020-09-30Merge branch '2020-09-29-dev_xxx-print-improvement' into nextTom Rini48-407/+486
2020-09-30dm: Print device name in dev_xxx like LinuxSean Anderson1-28/+82
2020-09-30dm: Use symbolic constants for log levels in dev_xxxSean Anderson1-10/+11
2020-09-30video: stm32: Fix not calling dev_xxx with a deviceSean Anderson1-10/+14
2020-09-30usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson1-4/+5
2020-09-30usb: dwc3: Don't include asm-generic/io.hSean Anderson1-1/+0
2020-09-30usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson3-18/+21
2020-09-30usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson1-16/+23