aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-06Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/06Apr2021Tom Rini4-12/+45
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-10/+7
2021-04-06usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese1-6/+3
2021-04-06usb: xhci: Add missing xhci_readl()Aaron Williams1-4/+4
2021-04-06Merge tag 'u-boot-amlogic-20210406' of https://source.denx.de/u-boot/custodia...Tom Rini6-4/+545
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-4/+37
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini1-4/+33
2021-04-06mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju1-7/+5
2021-04-06mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju1-3/+5
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2-1/+8
2021-04-06mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2-1/+27
2021-04-06net: designware: remove amlogic compatiblesNeil Armstrong1-3/+0
2021-04-06net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong3-0/+159
2021-04-06net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong3-0/+157
2021-04-06net: designware: add DM_MDIO supportNeil Armstrong1-1/+92
2021-04-06net: add MMIO Register MDIO MUX driverNeil Armstrong3-0/+137
2021-04-06watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2-0/+18
2021-04-06watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár1-1/+7
2021-04-06watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár1-3/+12
2021-04-06cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki1-4/+33
2021-04-06pinctrl: Return -ENOSYS when system call is not availableSimon Glass1-4/+6
2021-04-06simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass1-2/+2
2021-04-06clk: Return -ENOSYS when system call is not availableSimon Glass1-4/+4
2021-04-06clk: Update drivers to use -EINVALSimon Glass9-17/+17
2021-04-06usb: Return -ENOSYS when system call is not availableSimon Glass1-1/+1
2021-04-06dm: core: Use -ENOSPC in acpi_get_path()Simon Glass1-1/+1
2021-03-31Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...WIP/31Mar2021-nextTom Rini3-94/+190
2021-03-30Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodian...WIP/30Mar2021-nextTom Rini1-3/+23
2021-03-30spi: xilinx_spi: Trivial fixes in axi qspi driverT Karthik Reddy1-5/+3
2021-03-30clk: zynqmp: Fix clk dump valuesT Karthik Reddy1-81/+170
2021-03-30net: gem: Fix setting PCS auto-negotiation stateRobert Hancock1-8/+17
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini7-19/+49
2021-03-27spi: spi-uclass: Add support to manually relocate spi memory opsT Karthik Reddy1-0/+11
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2-6/+2
2021-03-27sf: Support querying write-protectSimon Glass5-0/+38
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-4/+4
2021-03-27sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass1-0/+4
2021-03-27sandbox: Only call timer_timebase_fallback() if presentSimon Glass1-1/+2
2021-03-27x86: video: Allow coreboot video to be used on any x86 boardSimon Glass2-5/+13
2021-03-27video: Fix video on coreboot with the copy bufferSimon Glass1-5/+2
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass3-3/+3
2021-03-27mmc: pci_mmc: Set up the card detectSimon Glass1-1/+5
2021-03-27tegra: i2c: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-27x86: Probe device if needed in intel_gpio_xlate()Simon Glass1-1/+13
2021-03-27x86: p2sb: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-27mtd: spi_flash_free()Heinrich Schuchardt1-5/+0
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextWIP/26Mar2021-nextTom Rini17-125/+237
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass2-6/+15
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass1-0/+12
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+33