summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-20sysreset: provide type of reset in do_reset cmdIgor Opaniuk1-1/+10
2021-04-20sysreset: psci: use psci driver exported functionsIgor Opaniuk1-6/+2
2021-04-20psci: add features/reset2 supportIgor Opaniuk1-0/+68
2021-04-20net: calxedagmac: Convert to DM_ETHAndre Przywara2-64/+135
2021-04-20power: regulator: add driver for ANATOP regulatorYing-Chun Liu (PaulLiu)3-0/+289
2021-04-20net: octeontx: smi: fix mii probeTim Harvey1-0/+2
2021-04-20drivers: ata: ahci: update max id if it is more than available portsSuneel Garapati1-0/+3
2021-04-20drivers: net: octeontx: fix QSGMIITim Harvey1-13/+7
2021-04-20Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk1-109/+43
2021-04-20misc: make CONFIG_IRQ selectable for all platformsWasim Khan1-3/+2
2021-04-20phy: meson-g12a-usb3-pcie: add support for PCIe opsNeil Armstrong1-4/+77
2021-04-20clk: meson-g12a: add PCIe gatesNeil Armstrong1-0/+2
2021-04-19gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banksEugen Hristev1-0/+22
2021-04-18Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini4-176/+285
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-60/+414
2021-04-18usb: ehci-mx6: Add iMX8M supportMarek Vasut1-1/+3
2021-04-18usb: ehci-mx6: Fix aarch64 build warningsMarek Vasut1-4/+4
2021-04-18usb: ehci-mx6: Add fsl,imx7d-usb compatible stringMarek Vasut1-0/+1
2021-04-18usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not definedMarek Vasut1-0/+5
2021-04-18usb: ehci-mx6: Add generic EHCI PHY supportMarek Vasut1-2/+17
2021-04-18usb: ehci-mx6: Use portnr from DT in DM caseMarek Vasut1-45/+7
2021-04-18usb: ehci-mx6: Pass MISC address to usb_oc_config()Marek Vasut1-11/+8
2021-04-18usb: ehci-mx6: Split usb_power_config()Marek Vasut1-51/+92
2021-04-18usb: ehci-mx6: Pass PHY address to usb_*_phy*()Marek Vasut1-19/+10
2021-04-18usb: ehci-mx6: Split ehci_mx6_common_init()Marek Vasut1-30/+30
2021-04-18usb: ehci-mx6: Parse USB PHY and MISC offsets from DTMarek Vasut1-0/+55
2021-04-18usb: ehci-mx6: Unify USBNC registersMarek Vasut1-34/+19
2021-04-18usb: ehci-mx6: Add DM clock supportMarek Vasut1-5/+32
2021-04-18usb: ehci-mx6: Turn off Vbus on probe failureMarek Vasut1-2/+27
2021-04-18imx: power-domain: Add fsl,imx8mn-gpc compatible stringMarek Vasut1-0/+1
2021-04-18imx: power-domain: Add fsl,imx8mm-gpc compatible stringMarek Vasut1-0/+1
2021-04-18phy: nop-phy: Add standard usb-nop-xceiv compat stringMarek Vasut1-0/+1
2021-04-16sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec1-1/+1
2021-04-16clk: sunxi: h6: Add XHCI clocksSamuel Holland1-0/+2
2021-04-16clk: sunxi: Add a dummy clock driver for the RTCSamuel Holland2-0/+37
2021-04-15Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini14-97/+490
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng1-0/+1
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng2-7/+38
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng1-3/+27
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng1-1/+3
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil3-0/+189
2021-04-15net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean1-5/+1
2021-04-15net: phy: fixed: Support the old DT bindingBin Meng1-3/+23
2021-04-15net: phy: fixed: Add the missing ending newlineBin Meng1-1/+1
2021-04-15net: phy: fixed: Make driver ops staticBin Meng1-4/+4
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng1-8/+8
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2-6/+1
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng2-44/+40
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean1-6/+0
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean2-24/+32