aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-07JFFS2: fix the reading address over nand's limitWagner Popov dos Santos1-10/+27
2021-04-06Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/06Apr2021Tom Rini8-18/+96
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-12/+10
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-06usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams1-2/+3
2021-04-06Merge tag 'u-boot-amlogic-20210406' of https://source.denx.de/u-boot/custodia...Tom Rini48-307/+624
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-4/+41
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2-4/+35
2021-04-06Merge tag 'dm-pull-6apr21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini45-92/+336
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-06board: sl28: enable HS400 mode againMichael Walle1-1/+1
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle4-1/+12
2021-04-06mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle3-1/+28
2021-04-06cmd: mmc: check whether bootbus's arguments is valid or notJaehoon Chung1-1/+38
2021-04-06cmd: mmc: modify more readable about hwpartition usageJaehoon Chung1-4/+7
2021-04-06arm: meson: remove static ethernet link setupNeil Armstrong19-215/+2
2021-04-06arm: meson: remove static ethernet memory power domain enableNeil Armstrong2-6/+0
2021-04-06net: designware: remove amlogic compatiblesNeil Armstrong1-3/+0
2021-04-06configs: meson: use Designware glue driver for Amlogic Meson8b & later SoCsNeil Armstrong23-23/+23
2021-04-06arm: meson: remove static MDIO mux handlingNeil Armstrong2-45/+2
2021-04-06configs: update Amlogic Meson G12A, G12B & SM1 configs for MDIO MUXNeil Armstrong9-6/+27
2021-04-06configs: update Amlogic Meson GXL & GXM config for MDIO MUXNeil Armstrong9-10/+27
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-06arm: mvebu: Espressobin: Enable watchdog support but do not start itPali Rohár1-0/+4
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 Teki2-4/+35
2021-04-06test: Allow tests to run on any boardSimon Glass2-3/+11
2021-04-06sandbox: document parameters of os_realloc()Heinrich Schuchardt1-1/+3
2021-04-06Convert CONFIG_MISC_INIT_F to KconfigSimon Glass14-9/+16
2021-04-06moveconfig: Handle binary files cleanlySimon Glass1-2/+14
2021-04-06log: Fix up debug_cond() when LOG is enabledSimon Glass1-4/+7
2021-04-06dtoc: Improve handling of reg propertiesSimon Glass4-3/+73
2021-04-06dtoc: Adjust detection of 64-bit propertiesSimon Glass2-6/+6
2021-04-06dtoc: Show driver warnings once at the endSimon Glass4-28/+33
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass1-1/+2
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-06tlv_eeprom: Return -ENOSYS when system call is not availableSimon Glass1-3/+3
2021-04-06spi: Return -ENOSYS when system call is not availableSimon Glass1-1/+1
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