summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-06phy: realtek: don't duplicate genphy_startupRasmus Villemoes1-13/+2
2023-05-06phy: broadcom: don't duplicate genphy_startupRasmus Villemoes1-13/+1
2023-05-06net: phy: gmii2rgmii: Support external rgmii-id phyStefan Herbrechtsmeier1-1/+8
2023-05-06Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog1-3/+15
2023-05-05drivers: net: fsl-mc: fix MAC address fixup procedureIoana Ciornei1-18/+13
2023-05-05drivers: net: ldpaa: export driver name and API to get DPMAC idIoana Ciornei1-3/+4
2023-05-05net: ksz9477: add port_probe function to config phyTim Harvey1-13/+13
2023-05-05net: ksz9477: remove unnecessary variableTim Harvey1-5/+0
2023-05-05net: ksz9477: remove unnecessary dsa_set_tagging callTim Harvey1-2/+0
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini19-25/+1913
2023-05-05Merge tag 'fsl-qoirq-2023-5-5' of https://source.denx.de/u-boot/custodians/u-...Tom Rini1-0/+1
2023-05-05pci: layerscape: add support for kernel/official fsl, ls1088a-pcie bindingMathew McBride1-0/+1
2023-05-04k3: pmic: Clear ESM masksNeha Malcom Francis1-0/+9
2023-05-04pci: fsl: Do not access PCI BAR0 register of PCIe Root PortPali Rohár1-0/+14
2023-05-03Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+4
2023-05-03mmc: hi6220_dw_mmc: add compatible for HC2910 supportYang Xiwen1-0/+2
2023-05-03pinctrl: mediatek: set R1/R0 in case pullen/pullsel succeededDaniel Golle1-2/+2
2023-05-02serial: msm-geni: correct oversampling value based on QUP hardware revisionVladimir Zapolskiy2-1/+36
2023-05-02serial: msm-geni: Use upstream Linux bindingsKonrad Dybcio1-1/+3
2023-05-02serial: msm-geni: fix a compile time warning from msm_serial_setbrg()Vladimir Zapolskiy1-3/+3
2023-05-02serial: msm-geni: fix code indentationVladimir Zapolskiy1-6/+5
2023-05-02serial: msm-geni: remove invalid se-clk clock nameVladimir Zapolskiy1-1/+1
2023-05-02serial: msm-geni: Always bind before relocationKonrad Dybcio1-0/+1
2023-05-02serial: msm-geni: remove redundant includesVladimir Zapolskiy1-6/+0
2023-05-02misc: add Qualcomm GENI SE QUP device driverVladimir Zapolskiy3-0/+49
2023-05-02extcon: add MAX14526 MUIC supportSvyatoslav Ryhel3-0/+161
2023-05-02test: Add tests for the extconSvyatoslav Ryhel3-0/+25
2023-05-02dm: extcon: add an uclass for extconSvyatoslav Ryhel5-0/+39
2023-05-02pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig casePali Rohár1-4/+0
2023-05-02usb: ehci-mx6: move phy setup before register accessTim Harvey1-6/+4
2023-05-02pci: mpc85xx: Do not access PCI BARs registers of BDF address 00:00.0Pali Rohár1-0/+12
2023-05-02pci: mpc85xx: Do not try to access extended PCIe registersPali Rohár1-2/+10
2023-05-02pci: mpc85xx: Allow 8/16-bit access to PCI config spacePali Rohár1-2/+24
2023-05-02pci: mpc85xx: Add missing sync() after writing to PCI config spacePali Rohár1-0/+1
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini7-44/+231
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini19-116/+203
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini9-81/+343
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker1-1/+5
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes1-0/+6
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes1-25/+19
2023-04-28dm: core: Make aliases_lookup staticBin Meng1-1/+1
2023-04-28drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz1-4/+11
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt1-1/+2
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt1-1/+0
2023-04-28sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt1-0/+1
2023-04-28sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt1-21/+9
2023-04-28sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt1-0/+1
2023-04-28phy: sun4i-usb: Do not drive VBUS with external VBUS presentSamuel Holland1-0/+6
2023-04-28gpio: axp/sunxi: Remove virtual VBUS detection GPIOSamuel Holland2-22/+5
2023-04-28power: regulator: Add a driver for the AXP USB power supplySamuel Holland3-0/+57