summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-19sunxi: spl: Fix H616 clock initializationJernej Skrabec
2021-02-19drivers: video: Add Support for Himax HX8238D PanelMoses Christopher
2021-02-19Replace video_uc_platdata with video_uc_platDario Binacchi
2021-02-19video: remove unused include/mb862xx.hHeinrich Schuchardt
2021-02-19video: eliminate unused drivers/video/mb862xx.cHeinrich Schuchardt
2021-02-19video: simple_panel: Add boe,nv101wxmn51 displayAlper Nebi Yasak
2021-02-19video: simple_panel: Add sharp,lq123p1jx31 displayAlper Nebi Yasak
2021-02-19common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung
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 used[email protected]
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-18test: add a simple test for the adc-keys button driverMarek Szyprowski
2021-02-18configs: khadas-vim3(l): enable Function button supportMarek Szyprowski
2021-02-18adc: meson-saradc: add support for getting reference voltage valueMarek Szyprowski
2021-02-18button: add a simple Analog to Digital Converter device based button driverMarek Szyprowski
2021-02-18dt-bindings: input: adc-keys bindings documentationMarek Szyprowski
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