aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini31-928/+5164
2020-10-05Merge tag 'u-boot-stm32-20201003' of https://gitlab.denx.de/u-boot/custodians...Tom Rini5-36/+42
2020-10-05cpu: at91: add driver for CPUClaudiu Beznea2-0/+124
2020-10-02pinctrl: bcm283x: Store the return value of dev_read_u32_default to intOvidiu Panait1-1/+1
2020-10-02pinctrl: bcm283x: Read address from DT in ofdata_to_platdataOvidiu Panait1-7/+10
2020-10-02pinctrl: bcm283x: DM_FLAG_PRE_RELOC: Remove OF_CONTROL checkOvidiu Panait1-1/+1
2020-10-02mailbox: stm32_ipcc: Convert to use APIs which support live DTPatrick Delaunay1-6/+3
2020-10-02video: stm32_dsi: Convert to use APIs which support live DTPatrick Delaunay1-2/+1
2020-10-02video: stm32_ltdc: Convert to use APIs which support live DTPatrick Delaunay1-2/+1
2020-10-02pinctrl: stm32: Add header with SPDX licencePatrick Delaunay1-0/+5
2020-10-02pinctrl: stm32: Convert to use APIs which support live DTPatrick Delaunay1-20/+23
2020-10-02gpio: stm32: check result of ofnode_phandle_argsPatrick Delaunay1-0/+5
2020-10-02gpio: stm32: cosmetic: cleanup gpio_stm32_probePatrick Delaunay1-6/+4
2020-10-01Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini5-105/+93
2020-10-01Revert "net: smc911x: Automatically Update ethaddr with MAC"Tom Rini1-3/+0
2020-10-01usb: xhci-rcar: Add support for R8A774A1 SoCLad Prabhakar1-0/+1
2020-10-01usb: xhci: convert to readx_poll_sleep_timeout()Chunfeng Yun1-14/+11
2020-10-01usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2-14/+7
2020-10-01usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun1-2/+2
2020-10-01usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun1-9/+7
2020-10-01usb: xhci: convert to TRB_TYPE()Chunfeng Yun2-8/+6
2020-10-01usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun1-2/+1
2020-10-01usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun3-3/+9
2020-10-01usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun1-55/+50
2020-10-01usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2-2/+3
2020-10-01Merge branch 'next' of git://git.denx.de/u-boot-sh into nextTom Rini2-12/+10
2020-10-01Merge branch '2020-09-30-assorted-network-improvements' into nextTom Rini7-28/+300
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: 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-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere2-6/+151
2020-09-30reset: add reset controller driver for SCMI agentsEtienne Carriere4-0/+94
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere3-5/+241
2020-09-30clk: add clock driver for SCMI agentsEtienne Carriere4-3/+119
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 Carriere6-0/+271
2020-09-30regmap: Add support for regmap fieldsJean-Jacques Hiblot1-0/+83
2020-09-30regmap: Allow devices to specify regmap range start and size in configPratyush Yadav1-1/+5
2020-09-30regmap: Add regmap_init_mem_range()Pratyush Yadav1-0/+27
2020-09-30regmap: Allow left shifting register offset before accessPratyush Yadav1-1/+5
2020-09-30regmap: Allow specifying read/write widthPratyush Yadav1-3/+12
2020-09-30regmap: zero out the regmap on allocationPratyush Yadav1-1/+2
2020-09-30regmap: Add devm_regmap_init()Jean-Jacques Hiblot1-0/+29
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot1-0/+71
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot2-6/+64
2020-09-30drivers: reset: Add a managed API to get reset controllers from the DTJean-Jacques Hiblot1-4/+114