aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-04-29spi: zynqmp: Remove gd referenceMichal Simek
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek
2021-04-23clk: Fix typo in Zynq Kconfig symbol descriptionMichal Simek
2021-04-20sysreset: provide type of reset in do_reset cmdIgor Opaniuk
2021-04-20sysreset: psci: use psci driver exported functionsIgor Opaniuk
2021-04-20psci: add features/reset2 supportIgor Opaniuk
2021-04-20net: calxedagmac: Convert to DM_ETHAndre Przywara
2021-04-20power: regulator: add driver for ANATOP regulatorYing-Chun Liu (PaulLiu)
2021-04-20net: octeontx: smi: fix mii probeTim Harvey
2021-04-20drivers: ata: ahci: update max id if it is more than available portsSuneel Garapati
2021-04-20drivers: net: octeontx: fix QSGMIITim Harvey
2021-04-20Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk
2021-04-20misc: make CONFIG_IRQ selectable for all platformsWasim Khan
2021-04-20phy: meson-g12a-usb3-pcie: add support for PCIe opsNeil Armstrong
2021-04-20clk: meson-g12a: add PCIe gatesNeil Armstrong
2021-04-19gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banksEugen Hristev
2021-04-18Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-04-18usb: ehci-mx6: Add iMX8M supportMarek Vasut
2021-04-18usb: ehci-mx6: Fix aarch64 build warningsMarek Vasut
2021-04-18usb: ehci-mx6: Add fsl,imx7d-usb compatible stringMarek Vasut
2021-04-18usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not definedMarek Vasut
2021-04-18usb: ehci-mx6: Add generic EHCI PHY supportMarek Vasut
2021-04-18usb: ehci-mx6: Use portnr from DT in DM caseMarek Vasut
2021-04-18usb: ehci-mx6: Pass MISC address to usb_oc_config()Marek Vasut
2021-04-18usb: ehci-mx6: Split usb_power_config()Marek Vasut
2021-04-18usb: ehci-mx6: Pass PHY address to usb_*_phy*()Marek Vasut
2021-04-18usb: ehci-mx6: Split ehci_mx6_common_init()Marek Vasut
2021-04-18usb: ehci-mx6: Parse USB PHY and MISC offsets from DTMarek Vasut
2021-04-18usb: ehci-mx6: Unify USBNC registersMarek Vasut
2021-04-18usb: ehci-mx6: Add DM clock supportMarek Vasut
2021-04-18usb: ehci-mx6: Turn off Vbus on probe failureMarek Vasut
2021-04-18imx: power-domain: Add fsl,imx8mn-gpc compatible stringMarek Vasut
2021-04-18imx: power-domain: Add fsl,imx8mm-gpc compatible stringMarek Vasut
2021-04-18phy: nop-phy: Add standard usb-nop-xceiv compat stringMarek Vasut
2021-04-16sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec
2021-04-16clk: sunxi: h6: Add XHCI clocksSamuel Holland
2021-04-16clk: sunxi: Add a dummy clock driver for the RTCSamuel Holland
2021-04-15Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil
2021-04-15net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean
2021-04-15net: phy: fixed: Support the old DT bindingBin Meng
2021-04-15net: phy: fixed: Add the missing ending newlineBin Meng
2021-04-15net: phy: fixed: Make driver ops staticBin Meng
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng