aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-25net: ravb: Add tx/rx delay flag checks and support for rgmii-rxidAdam Ford1-3/+31
2022-02-25clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay1-2/+2
2022-02-25clk: Add clk_get_by_name_optionalSean Anderson2-4/+5
2022-02-24clk: Inline clk_get_*_optionalSean Anderson1-22/+0
2022-02-24clk: Rename clk_get_optional_nodevSean Anderson2-5/+6
2022-02-24clk: cdce9xx: Convert .of_xlate to .requestSean Anderson1-9/+3
2022-02-24clk: versaclock: Remove xlate functionSean Anderson1-19/+0
2022-02-24clk: Remove no-op request and rfree callbacksSean Anderson3-29/+0
2022-02-24clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01Sean Anderson2-2/+2
2022-02-24clk: Alphabetize KconfigSean Anderson1-91/+91
2022-02-24clk: Alphabetize MakefileSean Anderson1-9/+9
2022-02-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini3-101/+66
2022-02-23usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from KconfigAdam Ford1-34/+0
2022-02-23usb: ehci-omap: Use PHY system to manage phy resetsAdam Ford1-50/+56
2022-02-23usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAPAdam Ford1-0/+2
2022-02-23phy: nop-phy: Fix enabling resetAdam Ford1-2/+3
2022-02-23usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probeAdam Ford1-1/+6
2022-02-23usb: ehci-omap: Drop dead codeAdam Ford1-16/+1
2022-02-22phy: phy-uclass: check the parents for physAngus Ainslie1-6/+14
2022-02-21Merge branch '2022-02-21-platform-updates'WIP/21Feb2022Tom Rini3-2/+3
2022-02-21ti: i2c: fix probe_chip() return valueNikita Yushchenko1-1/+1
2022-02-21crypto: aspeed: fix polling RSA status wrong issueNeal Liu1-1/+1
2022-02-21iommu: Add M1 Pro/Max support to Apple DART driverJanne Grunau1-0/+1
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini9-13/+328
2022-02-19mmc: fsl_esdhc_imx: correct the actual card clockHaibo Chen1-1/+2
2022-02-19mmc: fsl_esdhc_imx: remove redundant ARCH_MXCHaibo Chen1-12/+3
2022-02-19clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mnHeiko Thiery1-0/+2
2022-02-19mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host capsAdam Ford1-1/+22
2022-02-17Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/17Feb2022Tom Rini8-333/+286
2022-02-17ddr: marvell: a38x: fix BYTE_HOMOGENEOUS_SPLIT_OUT decisionMarek Behún1-2/+4
2022-02-17pci: mvebu: Ensure that root port is always on root zero busPali Rohár1-30/+22
2022-02-17arm: a37xx: pci: Update comment about Command/Direct modePali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Register controller also when no PCIe card is connectedPali Rohár1-9/+3
2022-02-17arm: a37xx: pci: Do not try to access other buses when link is downPali Rohár1-17/+21
2022-02-17watchdog: armada_37xx: Convert to official DT bindingsPali Rohár1-5/+2
2022-02-17usb: ehci: ehci-marvell: Update compatible string to official DT bindingsPali Rohár2-3/+3
2022-02-17phy: marvell: a3700: Update compatible string to official DT bindingsPali Rohár1-1/+2
2022-02-17rtc: ds1307: Add bindings for microchip, mcp7940xPali Rohár1-0/+1
2022-02-17arm: a37xx: pci: Ensure that root port is always on root zero busPali Rohár1-12/+6
2022-02-17arm: a37xx: pci: Use dev_read_addr()Pali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Cleanup macro namesPali Rohár1-202/+192
2022-02-17arm: a37xx: pci: Use standard register macros from pci.hPali Rohár1-52/+30
2022-02-16Merge branch 'master' of git://source.denx.de/u-boot-usbWIP/16Feb2022Tom Rini3-5/+60
2022-02-16drivers: power: regulator: tps65941_regulator: Add support for 3Phase buckSinthu Raja1-0/+2
2022-02-16drivers: power: pmic: Add support for tps659412 PMICSinthu Raja1-0/+1
2022-02-16usb: xhci: reset endpoint on USB stallStefan Agner1-0/+31
2022-02-16usb: dwc3: core: stop the core when it's removedAngus Ainslie1-0/+9
2022-02-16usb: dwc3: dwc3-generic: check the parent nodesAngus Ainslie1-5/+20
2022-02-15video: Add missing dependency for DM_GPIOMichal Simek1-1/+1
2022-02-15scsi: ceva: Enable PHY and reset supportMichal Simek1-0/+44