summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-21board: freescale: drop CONFIG_DM_I2C undefsIgor Opaniuk
2021-02-21dm: i2c: allow disabling driver model in SPLIgor Opaniuk
2021-02-21i2c: at91: fix crash when using 'i2c probe'Eugen Hristev
2021-02-21i2c: i2c-gpio: Fix GPIO outputHarm Berntsen
2021-02-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2021-02-19fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara
2021-02-19sunxi: support boot console on uart1 for sun8iTobias Schramm
2021-02-19sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland
2021-02-19sunxi: spl: Fix H616 clock initializationJernej Skrabec
2021-02-19Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2021-02-19configs: enable CONFIG_MMC_PWRSEQ configurationJaehoon Chung
2021-02-19ARM: mach-meson: select MMC_PWRSEQ configJaehoon Chung
2021-02-19mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung
2021-02-19mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung
2021-02-19mmc: mmc_spi: Document the 3 local functionsBin Meng
2021-02-19mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng
2021-02-19mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng
2021-02-19mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng
2021-02-19mmc: fix response timeout after switch commandStefan Bosch
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com
2021-02-19cmd: mmc: update the mmc command's usage about argumentJaehoon Chung
2021-02-19mmc: initialize an err variableJaehoon Chung
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried
2021-02-18Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne
2021-02-18configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne
2021-02-18dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-18pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne
2021-02-18rpi: Add identifier for the new CM4Nicolas Saenz Julienne
2021-02-18rpi: Add identifier for the new RPi400Nicolas Saenz Julienne
2021-02-18rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski
2021-02-18pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne
2021-02-18config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc
2021-02-17image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc
2021-02-17spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc
2021-02-17spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc
2021-02-17spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc
2021-02-17spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc