aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng
2021-04-15watchdog: Add booke watchdog driverChris Packham
2021-04-15pci: add Amlogic Meson Designware PCIe controllerNeil Armstrong
2021-04-15pci: pcie_dw_rockchip: migrate to common Designware PCIe functionsNeil Armstrong
2021-04-15pci: pcie_dw_ti: migrate to common Designware PCIe functionsNeil Armstrong
2021-04-15pci: add common Designware PCIe functionsNeil Armstrong
2021-04-12scmi: translate the resource only when livetree is not activatedPatrick Delaunay
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass