summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-24arm64: a37xx: pci: Disable link training when unloading driverPali Rohár1-0/+5
2020-09-24mtd: spi-nor-ids: add support for Macronix mx25u12835f flashVladimir Vid1-0/+1
2020-09-23pci: layerscape: Fix spurious writes and panicMichael Walle1-0/+6
2020-09-23clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flagMichal Simek1-0/+1
2020-09-23mmc: zynq: Fix incorrect indentationMichal Simek1-1/+1
2020-09-23fpga: zynqmp: Protect zynqmp_loads() for SPLMichal Simek1-1/+1
2020-09-23fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek1-2/+1
2020-09-23fpga: zynqmp: Get rid of ZYNQMP_SIP_SVC* macrosMichal Simek1-4/+4
2020-09-23net: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma1-6/+6
2020-09-23net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma1-12/+24
2020-09-23nand: Kconfig: Change dependency for NAND_ARASANMichal Simek1-1/+1
2020-09-23serial: uartlite: Add support to work with any endiannessT Karthik Reddy1-16/+48
2020-09-23xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek3-7/+3
2020-09-23net: gem: Add support for more PHYs on MDIO busMichal Simek1-0/+10
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek6-6/+6
2020-09-23pinmux: pic32: add SDHCI pin configJohn Robertson1-0/+28
2020-09-23mmc: pic32: Refresh PIC32 MMC driverJohn Robertson1-36/+50
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-22gpio/mpc83xx_spisel_boot.c: include log.hRasmus Villemoes1-0/+1
2020-09-22spi: mpc8xxx_spi.c: fix cs activate/deactivateRasmus Villemoes1-4/+2
2020-09-22clk: at91: sama7g5: add clock supportClaudiu Beznea2-0/+1402
2020-09-22clk: at91: pmc: add generic clock opsClaudiu Beznea2-0/+73
2020-09-22clk: at91: clk-generic: add driver compatible with ccfClaudiu Beznea3-0/+209
2020-09-22clk: at91: clk-peripheral: add driver compatible with ccfClaudiu Beznea3-0/+272
2020-09-22clk: at91: clk-system: add driver compatible with ccfClaudiu Beznea3-1/+116
2020-09-22clk: at91: clk-programmable: add driver compatible with ccfClaudiu Beznea3-1/+226
2020-09-22clk: at91: clk-utmi: add support for sama7g5Claudiu Beznea2-1/+73
2020-09-22clk: at91: clk-utmi: add driver compatible with ccfClaudiu Beznea3-0/+169
2020-09-22clk: at91: clk-master: add support for sama7g5Claudiu Beznea2-1/+182
2020-09-22clk: at91: clk-master: add driver compatible with ccfClaudiu Beznea3-1/+178
2020-09-22clk: at91: sam9x60-pll: add driver compatible with ccfClaudiu Beznea4-0/+486
2020-09-22clk: at91: clk-main: add driver compatible with ccfClaudiu Beznea3-1/+398
2020-09-22clk: at91: sckc: add driver compatible with ccfClaudiu Beznea2-1/+173
2020-09-22clk: at91: move clock code to compat.cClaudiu Beznea16-1163/+1030
2020-09-22clk: at91: pmc: add helpers for clock driversClaudiu Beznea2-0/+104
2020-09-22clk: get clock pointer before proceedingClaudiu Beznea1-4/+33
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea1-0/+3
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea1-1/+10
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea1-0/+22
2020-09-22clk: check hw and hw->dev before dereference itClaudiu Beznea1-0/+3
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