summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2023-05-05net: phy: Request rgmii-id phy reset gpio as outputStefan Herbrechtsmeier
2023-05-05net: rtl8169: add minimal support for 8125B variantEugen Hristev
2023-05-05net: phy: dp83867: Explicitly check against sgmiiNishanth Menon
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev
2023-05-05net: add fastboot TCP supportDmitrii Merkurev
2023-05-05phy: realtek: don't duplicate genphy_startupRasmus Villemoes
2023-05-05phy: broadcom: don't duplicate genphy_startupRasmus Villemoes
2023-05-05net: phy: gmii2rgmii: Support external rgmii-id phyStefan Herbrechtsmeier
2023-05-05Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog
2023-05-05drivers: net: fsl-mc: fix MAC address fixup procedureIoana Ciornei
2023-05-05drivers: net: ldpaa: export driver name and API to get DPMAC idIoana Ciornei
2023-05-05net: ksz9477: add port_probe function to config phyTim Harvey
2023-05-05net: ksz9477: remove unnecessary variableTim Harvey
2023-05-05net: ksz9477: remove unnecessary dsa_set_tagging callTim Harvey
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini
2023-05-05Merge tag 'fsl-qoirq-2023-5-5' of https://source.denx.de/u-boot/custodians/u-...Tom Rini
2023-05-05serial, mpc8xx: Take parameter RAM relocation into accountChristophe Leroy
2023-05-05spi, mpc8xx: Take parameter RAM relocation into accountChristophe Leroy
2023-05-05pci: layerscape: add support for kernel/official fsl, ls1088a-pcie bindingMathew McBride
2023-05-04k3: pmic: Clear ESM masksNeha Malcom Francis
2023-05-04powerpc: mpc8xx: CPM parameter RAM can be anywhereChristophe Leroy
2023-05-03pci: fsl: Do not access PCI BAR0 register of PCIe Root PortPali Rohár
2023-05-03Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2023-05-03mmc: hi6220_dw_mmc: add compatible for HC2910 supportYang Xiwen
2023-05-03pinctrl: mediatek: set R1/R0 in case pullen/pullsel succeededDaniel Golle
2023-05-02serial: msm-geni: correct oversampling value based on QUP hardware revisionVladimir Zapolskiy
2023-05-02serial: msm-geni: Use upstream Linux bindingsKonrad Dybcio
2023-05-02serial: msm-geni: fix a compile time warning from msm_serial_setbrg()Vladimir Zapolskiy
2023-05-02serial: msm-geni: fix code indentationVladimir Zapolskiy
2023-05-02serial: msm-geni: remove invalid se-clk clock nameVladimir Zapolskiy
2023-05-02serial: msm-geni: Always bind before relocationKonrad Dybcio
2023-05-02serial: msm-geni: remove redundant includesVladimir Zapolskiy
2023-05-02misc: add Qualcomm GENI SE QUP device driverVladimir Zapolskiy
2023-05-02extcon: add MAX14526 MUIC supportSvyatoslav Ryhel
2023-05-02test: Add tests for the extconSvyatoslav Ryhel
2023-05-02dm: extcon: add an uclass for extconSvyatoslav Ryhel
2023-05-02pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig casePali Rohár
2023-05-02usb: ehci-mx6: move phy setup before register accessTim Harvey
2023-05-01pci: mpc85xx: Do not access PCI BARs registers of BDF address 00:00.0Pali Rohár
2023-05-01pci: mpc85xx: Do not try to access extended PCIe registersPali Rohár
2023-05-01pci: mpc85xx: Allow 8/16-bit access to PCI config spacePali Rohár
2023-05-01pci: mpc85xx: Add missing sync() after writing to PCI config spacePali Rohár
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes
2023-04-28dm: core: Make aliases_lookup staticBin Meng