summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-13common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian
2022-01-13drivers/net/fec_mxc.c: Fix spelling of "resetting".Vagrant Cascadian
2022-01-13cmd/Kconfig: Fix spelling of "resetting".Vagrant Cascadian
2022-01-13arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resett...Vagrant Cascadian
2022-01-13drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".Vagrant Cascadian
2022-01-13drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".Vagrant Cascadian
2022-01-13arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".Vagrant Cascadian
2022-01-13treewide: invaild -> invalidSean Anderson
2022-01-13Merge branch '2022-01-12-assorted-updates'Tom Rini
2022-01-12timer: Add a migration messageSimon Glass
2022-01-12LynxOS is no longer supportedThomas Huth
2022-01-12binman: Write fake blobs to the output directorySimon Glass
2022-01-12binman: Renumber the fake blob dtsSimon Glass
2022-01-12CI, Dockerfile: Update to latest "focal" tagTom Rini
2022-01-12ci: azure: Update to use stagesTom Rini
2022-01-12Makefile: Add more files to clean listAdam Ford
2022-01-12Merge branch '2022-01-12-pci-updates'Tom Rini
2022-01-12pci: sh7751: Fix access to config space via PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12m68k: mcf5445x: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12pci: sh7780: Use PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12pci: mediatek: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár
2022-01-12pci: fsl: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár
2022-01-12pci: tegra: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár
2022-01-12pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár
2022-01-12pci: msc01: Use PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12pci: mpc85xx: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár
2022-01-12pci: gt64120: Use PCI_CONF1_ADDRESS() macroPali Rohár
2022-01-12pci: Add standard PCI Config Address macrosPali Rohár
2022-01-12pci: When disabling pref MEM set all base bitsPali Rohár
2022-01-12pci: Disable I/O forwarding during autoconfiguration if unsupportedPali Rohár
2022-01-12pci: Fix register for determining type of IO base addressPali Rohár
2022-01-12pci: pci_octeontx: Use PCIE_ECAM_OFFSET() macroPali Rohár
2022-01-12pci: pcie_iproc: Use PCIE_ECAM_OFFSET() macroPali Rohár
2022-01-12pci: pcie-brcmstb: Use PCIE_ECAM_OFFSET() macroPali Rohár
2022-01-12vexpress64: Remove unused macro XR3PCI_ECAM_OFFSETPali Rohár
2022-01-11Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2022-01-12mmc: unconditionally define mmc_deinit()Heinrich Schuchardt
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