aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-01-12pci: pcie-brcmstb: Use PCIE_ECAM_OFFSET() macroPali Rohár
2022-01-12mmc: dwmmc: return a proper error code when busyJohn Keeping
2022-01-12mmc: fsl_esdhc_imx: set sysctl register for clock initializationSean Anderson
2022-01-12mmc: fsl_esdhc_imx: Replace more #ifdefs by ifSean Anderson
2022-01-12mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()Sean Anderson
2022-01-12mmc: fsl_esdhc_imx: simplify esdhc_setup_data()Sean Anderson
2022-01-12mmc: fsl_esdhc_imx: use dma-mapping APISean Anderson
2022-01-12mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfersSean Anderson
2022-01-12mmc: fsl_esdhc_imx: fix mmc->clock with actual clockSean Anderson
2022-01-12mmc: fsl_esdhc_imx: drop redundant code for non-removable featureSean Anderson
2022-01-12mmc: fsl_esdhc_imx: clean up bus width configuration codeSean Anderson
2022-01-12mmc: fsl_esdhc_imx: fix voltage validationSean Anderson
2022-01-12mmc: fsl_esdhc_imx: remove redundant DM_MMC checkingSean Anderson
2022-01-12mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMCSean Anderson
2022-01-10Merge branch 'next'Tom Rini
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-01-08usb: gadget: dwc2_udc_otg: set ep's desc during enable/disableGary Bisson
2022-01-07Revert "clk: Detect failure to set defaults"Marek Vasut
2021-12-31Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini
2021-12-31efi: serial: Support arrow keysSimon Glass
2021-12-28Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-12-28Merge tag 'video-20211228' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2021-12-28Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-12-27Convert CONFIG_KIRKWOOD_GPIO to KconfigTom Rini
2021-12-27serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8Tom Rini
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini
2021-12-27Finish conversion CONFIG_SYS_NAND_SELF_INIT to KconfigTom Rini
2021-12-27Convert CONFIG_TEGRA_NAND to KconfigTom Rini
2021-12-27Convert CONFIG_SYS_PCI_64BIT to KconfigTom Rini
2021-12-27Convert CONFIG_SYS_IMMR to KconfigTom Rini
2021-12-27pci: Remove unused FSL_PCI_INIT codeTom Rini
2021-12-27Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to KconfigTom Rini
2021-12-27Convert CONFIG_FSL_IFC to KconfigTom Rini
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini
2021-12-27Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in KconfigTom Rini
2021-12-27video: mxsfb: fix clk_get_by_name() return value checkGiulio Benetti
2021-12-26video: Show the U-Boot logo by defaultSimon Glass
2021-12-26video: Support showing the U-Boot logoSimon Glass
2021-12-26video: Drop VIDEO_LOGO from cfb_consoleSimon Glass
2021-12-26video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass
2021-12-26video: Drop #ifdefs from video_bmpSimon Glass
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass
2021-12-26video: Tidy up 24/32 BMP blittingSimon Glass
2021-12-26video: Drop the uclass colour mapSimon Glass
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass
2021-12-26video: Move BMP pixel-writing into a functionSimon Glass
2021-12-26video: Drop fb_put_byte() el atSimon Glass
2021-12-26video: Expand video debugging buffer sizeSimon Glass
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass
2021-12-26sandbox: video: Correct the address of the copy baseSimon Glass