summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-24net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang1-2/+14
2020-09-24net: tsec: Add fixed-link PHY supportHou Zhiqiang1-1/+4
2020-09-24net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang1-33/+5
2020-09-24net: fsl_mdio: Correct the MII management register block addressHou Zhiqiang1-6/+22
2020-09-24net: fsl_mdio: Change to use virtual addressHou Zhiqiang1-1/+1
2020-09-24phy: make phy_connect_fixed work with a null mdio busVladimir Oltean1-2/+2
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay2-4/+6
2020-09-22dm: syscon: typo aleradyHeinrich Schuchardt1-3/+7
2020-09-21Merge branch '2020-09-14-generic-phy-error-trace' into nextTom Rini5-19/+54
2020-09-21Merge branch 'master' into nextTom Rini6-28/+31
2020-09-19Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+3
2020-09-18rng: stm32mp1: use log() instead of printf()Heinrich Schuchardt1-1/+3
2020-09-18usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko1-0/+1
2020-09-18phy: add driver for Qualcomm IPQ40xx USB PHYRobert Marko3-0/+152
2020-09-18reset: Add IPQ40xx reset controller driverRobert Marko3-0/+182
2020-09-18IPQ40xx: Add SMEM supportRobert Marko1-1/+1
2020-09-17mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen1-1/+6
2020-09-17net, qe: add DM support for QE UEC ethernetHeiko Schocher14-1/+2696
2020-09-17powerpc, qe: add DTS support for parallel I/O portsHeiko Schocher3-0/+263
2020-09-17powerpc, qe: fix codingstyle issues for drivers/qeHeiko Schocher7-972/+1040
2020-09-15Merge tag 'ti-v2021.01-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini3-91/+117
2020-09-15spi: omap3_spi: Read platform data in ofdata_to_platdata()Faiz Abbas1-11/+26
2020-09-15arm: mach-omap2: am33xx: Add device structure for spiFaiz Abbas1-69/+1
2020-09-15spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failuresFaiz Abbas1-1/+1
2020-09-15remoteproc: k3-r5: Add support for J7200 R5FsSuman Anna1-10/+89
2020-09-15mmc: xenon_sdhci: Add missing common host capabilitiesAndre Heider1-14/+4
2020-09-15mmc: msm_sdhci: Use mmc_of_parse for setting host_capsManivannan Sadhasivam1-0/+4
2020-09-12mtd: nand: Fix nand write error with bad block addresses above 32-bitT Karthik Reddy1-3/+3
2020-09-10PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu1-6/+13
2020-09-10PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu1-6/+13
2020-09-09clock:aspeed: Sync with Linux kernel clock header defineRyan Chen1-20/+18
2020-09-09cosmetic: aspeed: ast2500: Rename clock headerRyan Chen1-1/+1
2020-09-08bcmgenet: Add support for rgmii-rxidJason Wessel1-1/+2
2020-09-08bcmgenet: fix DMA buffer managementJason Wessel1-8/+9
2020-09-08usb: musb-new: sunxi: change trace level for phy errors managed by uclassPatrick Delaunay1-4/+4
2020-09-08ata: dwc-ahci: change trace level for phy errors managed by uclassPatrick Delaunay1-2/+2
2020-09-08usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay1-4/+4
2020-09-08usb: host: ohci: change trace level for phy errors managed by uclassPatrick Delaunay1-4/+4
2020-09-08phy: generic: add error trace to detect PHY issue in uclassPatrick Delaunay1-5/+40
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2-8/+3
2020-09-04phy: marvell: a3700: add sata comphy on lane 2 with invert optionzachary1-19/+14
2020-09-03Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini21-88/+1753
2020-09-03Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+4
2020-09-01fastboot: getvar: fix partition-size return valueGary Bisson1-2/+2
2020-09-01fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi1-2/+2
2020-09-01f_sdp: Change bInterval of interrupt endpoint to 3Sherry Sun1-2/+2
2020-09-01f_sdp: Add EP1_OUT as default data receive pipe in sdpSherry Sun1-16/+107
2020-09-01f_sdp: Support searching and loading FIT or container imagePeng Fan1-12/+58
2020-09-01f_sdp: Fix wrong usb request sizeYe Li1-1/+1
2020-09-01f_sdp: Add high speed endpoint descriptorYe Li1-2/+28