aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-19sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland1-15/+0
2021-02-19sunxi: spl: Fix H616 clock initializationJernej Skrabec1-0/+5
2021-02-19drivers: video: Add Support for Himax HX8238D PanelMoses Christopher3-0/+208
2021-02-19Replace video_uc_platdata with video_uc_platDario Binacchi2-3/+3
2021-02-19video: remove unused include/mb862xx.hHeinrich Schuchardt2-113/+0
2021-02-19video: eliminate unused drivers/video/mb862xx.cHeinrich Schuchardt3-489/+0
2021-02-19video: simple_panel: Add boe,nv101wxmn51 displayAlper Nebi Yasak1-0/+1
2021-02-19video: simple_panel: Add sharp,lq123p1jx31 displayAlper Nebi Yasak1-0/+1
2021-02-19common: splash_source: fix -Wint-to-pointer-cast warningJaehoon Chung1-2/+2
2021-02-19Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini16-107/+153
2021-02-19configs: enable CONFIG_MMC_PWRSEQ configurationJaehoon Chung5-0/+5
2021-02-19ARM: mach-meson: select MMC_PWRSEQ configJaehoon Chung1-0/+1
2021-02-19mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung1-39/+3
2021-02-19mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung1-42/+3
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung4-0/+73
2021-02-19mmc: mmc_spi: Document the 3 local functionsBin Meng1-1/+35
2021-02-19mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng1-15/+17
2021-02-19mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng1-3/+3
2021-02-19mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng1-2/+4
2021-02-19mmc: fix response timeout after switch commandStefan Bosch2-1/+3
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com1-0/+2
2021-02-19cmd: mmc: update the mmc command's usage about argumentJaehoon Chung1-3/+3
2021-02-19mmc: initialize an err variableJaehoon Chung1-1/+1
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini4-137/+142
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried1-5/+6
2021-02-18Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini37-41/+766
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne1-0/+1
2021-02-18configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne3-0/+3
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2-4/+12
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne4-29/+53
2021-02-18dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2-0/+38
2021-02-18dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne1-0/+17
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne6-0/+38
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne3-0/+64
2021-02-18dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne3-0/+67
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne8-0/+234
2021-02-18pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne1-7/+5
2021-02-18rpi: Add identifier for the new CM4Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: Add identifier for the new RPi400Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski1-0/+7
2021-02-18pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne1-0/+20
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne1-1/+1
2021-02-18config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger3-1/+4
2021-02-18test: add a simple test for the adc-keys button driverMarek Szyprowski3-3/+76
2021-02-18configs: khadas-vim3(l): enable Function button supportMarek Szyprowski2-0/+4
2021-02-18adc: meson-saradc: add support for getting reference voltage valueMarek Szyprowski1-0/+21
2021-02-18button: add a simple Analog to Digital Converter device based button driverMarek Szyprowski3-0/+155
2021-02-18dt-bindings: input: adc-keys bindings documentationMarek Szyprowski1-0/+67
2021-02-17spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-17spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24