aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-marvellWIP/08Feb2021Tom 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...WIP/05Feb2021Tom 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
2021-02-03net: ftmac100: Cast priv->iobase with uintptr_tBin Meng1-5/+5
2021-02-03serial: sifive: Cast dev_read_addr() with uintptr_tBin Meng1-1/+1
2021-02-03dm: core: Add late driver remove optionMarek Vasut2-8/+33
2021-02-03dm: core: Avoid partially removing devicesSimon Glass1-19/+40
2021-02-03dm: core: Remove children before advising uclassSimon Glass1-9/+3
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass1-1/+1
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass3-3/+3
2021-02-03nand: brcmnand: Don't use -EPROBE_DEFERSimon Glass1-4/+1
2021-02-03smem: Don't use -EPROBE_DEFERSimon Glass1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass351-4/+354
2021-02-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/01Feb2021Tom Rini1-1/+1
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass1-1/+1
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/31Jan2021Tom Rini2-30/+37
2021-01-31ata: sunxi: fix debug messagesDario Binacchi1-4/+4
2021-01-31net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara1-8/+20