summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-15arm: Remove mx35pdk boardTom Rini1-1/+1
2021-02-12Merge tag 'u-boot-atmel-fixes-2021.04-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini1-8/+12
2021-02-11clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"Eugen Hristev1-8/+12
2021-02-11usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay1-1/+1
2021-02-11usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese1-2/+2
2021-02-11usb: xhci-pci: Check for errors from dm_pci_map_bar()Pali Rohár1-3/+12
2021-02-11usb: xhci-mtk: support option to disable portsChunfeng Yun1-3/+20
2021-02-10Merge tag 'u-boot-amlogic-20210210' of https://gitlab.denx.de/u-boot/custodia...Tom Rini6-0/+824
2021-02-10phy: Add Amlogic AXG MIPI PCIe Analog PHY driverNeil Armstrong3-0/+243
2021-02-10phy: Add Amlogic AXG MIPI D-PHY driverNeil Armstrong3-0/+403
2021-02-10generic-phy: add configure opNeil Armstrong1-0/+11
2021-02-10phy: dphy: Add configuration helpersNeil Armstrong3-0/+167
2021-02-09clk: stm32mp1: add support of I2C6_KPatrick Delaunay1-0/+1
2021-02-09pinctrl: stm32: bind only the enabled GPIO subnodePatrick Delaunay1-0/+3
2021-02-09pinctrl: stm32: correct management pin display of OTYPEPatrick Delaunay1-10/+8
2021-02-09pinctrl: stmfx: Use PINNAME_SIZE for pin's name sizePatrice Chotard1-4/+3
2021-02-09pinctrl: stmfx: Fix pin configuration issuePatrice Chotard1-4/+4
2021-02-08Merge git://git.denx.de/u-boot-marvellTom Rini2-39/+31
2021-02-08Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini8-84/+89
2021-02-08gpio: mpc8xxx_gpio: Fix for litte endianBiwen Li1-39/+8
2021-02-08pci: kconfig: layerscape: Change LX2162A PCIe node compatible stringHou Zhiqiang1-2/+3
2021-02-08pci: layerscape: Remove the shadow SVR definitionsHou Zhiqiang1-10/+2
2021-02-08spi: fsl_qspi: apply the same settings for LS1088 as LS208xMathew McBride1-9/+1
2021-02-08spi: fsl_qspi: Ensure width is respected in spi-mem operationsMathew McBride1-1/+1
2021-02-08net: eqos: Reduce the MDIO wait timeYe Li1-1/+1
2021-02-08net: memac_phy: add a timeout to MDIO operationsIoana Ciornei1-18/+58
2021-02-08mtd: spi-nor: add unlock all config optionMichael Walle2-4/+15
2021-02-08mmc: mv_sdhci: parse device-tree entryBaruch Siach1-0/+4
2021-02-08pci: pci_mvebu: Disable config access to PCI host bridge portsStefan Roese1-39/+27
2021-02-07fastboot: reinit partition after storing GPT or MBRRoman Stratiienko1-0/+2
2021-02-07fastboot: add command to select the eMMC boot configurationPatrick Delaunay2-0/+43
2021-02-07fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay2-0/+43
2021-02-07fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay2-24/+49
2021-02-07fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay2-8/+23
2021-02-07fastboot: Implement generic fastboot_set_reboot_flagRoman Kovalivskyi1-1/+15
2021-02-07Revert "fastboot: Add default fastboot_set_reboot_flag implementation"Roman Kovalivskyi3-56/+0
2021-02-07dfu: dfu_sf: use correct print codeHeinrich Schuchardt1-1/+1
2021-02-05Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini4-112/+376
2021-02-04mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas1-16/+2
2021-02-04mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas2-2/+24
2021-02-04mmc: am654_sdhci: Add support for software tuningFaiz Abbas1-0/+45
2021-02-04mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas1-0/+11
2021-02-04mmc: am654_sdhci: Add support for input tap delayFaiz Abbas1-80/+161
2021-02-04mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas1-0/+30
2021-02-04mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas1-12/+14
2021-02-04mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas1-4/+4
2021-02-04mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas1-9/+1
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas1-0/+95
2021-02-04remoteproc: k3_r5: Sync to upstreamed kernel DT property namesSuman Anna1-4/+4
2021-02-03firmware: smci: possible NULL dereferenceHeinrich Schuchardt1-0/+3