summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-11-09usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3Michael Walle1-0/+1
2021-11-09scsi: ceva: rename the resource name to match the linux kernel oneMichael Walle1-1/+1
2021-11-09serial: lpuart: add new compatible fsl, ls1028a-lpuartMichael Walle1-0/+2
2021-11-09spi: fsl_dspi: rename num-cs to spi-num-chipselectsMichael Walle1-2/+3
2021-11-09spi: fsl_dspi: add new compatible fsl, ls1021a-v1.0-dspiMichael Walle1-0/+1
2021-11-09watchdog: sp805_wdt: use correct compatible stringMichael Walle1-1/+1
2021-11-09drivers: ddr: lc_common_dimm_params.c : Fix Divison by zero issueManinder Singh1-2/+8
2021-11-09drivers: net: fsl-mc: add a command which dumps the MC logCosmin-Florin Aluchenesei1-1/+88
2021-11-09board: fsl_validate: Fix Double free IssueKshitiz Varshney1-7/+7
2021-11-09drivers: ddr: main.c: Fix Bad Shift operator issuePriyanka Singh1-3/+8
2021-11-09drivers: ddr: fsl_ddr_gen4.c: Fix divide by zero issuePriyanka Singh1-3/+11
2021-11-09drivers: ddr: util.c: Fix divide by zero issuePriyanka Singh1-4/+8
2021-11-09exynos78x0: pinctrl: set const to structsMinkyu Kang1-7/+7
2021-11-09exynos: pwm: Deal with a PWM at 100%Simon Glass1-0/+4
2021-11-07dfu: newline after updatingHeinrich Schuchardt1-0/+1
2021-11-07efi: Add video support to the appSimon Glass2-9/+38
2021-11-05Convert CONFIG_SPL_DRIVERS_MISC et al to KconfigTom Rini1-3/+3
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland3-0/+39
2021-11-04sysreset: watchdog: Move watchdog reference to plat dataSamuel Holland1-8/+8
2021-11-04sysreset: Mark driver probe functions as staticSamuel Holland4-4/+4
2021-11-04sysreset: Add uclass Kconfig dependency to driversSamuel Holland1-2/+2
2021-11-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+1
2021-11-03usb: mtu3: flush cache for the first GPD when allocate GPD ringChunfeng Yun1-0/+1
2021-11-03arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár1-0/+3
2021-11-03pci: pci_mvebu: Fix comment about driver class namePali Rohár1-1/+1
2021-11-03pci: pci_mvebu: Setup PCI controller to Root Complex modePali Rohár1-0/+6
2021-11-03pci: pci_mvebu: Do not automatically enable bus mastering on PCI BridgePali Rohár1-8/+0
2021-11-03pci: pci_mvebu: Fix place of link up detectionPali Rohár1-10/+4
2021-11-03pci: pci_mvebu: Remove unused functionsPali Rohár1-16/+0
2021-11-03pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port)Pali Rohár1-35/+164
2021-11-03pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+15
2021-11-03pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+13
2021-10-31Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+1
2021-10-31SoC: exynos: add support for exynos 78x0Dzmitry Sankouski4-0/+129
2021-10-31pinctrl: exynos: add support for multiple pin banksDzmitry Sankouski1-6/+22
2021-10-31serial: samsung: add support for skip debug init in s5pDzmitry Sankouski1-0/+3
2021-10-31pinctrl: qcom: add pinctrl and gpio drivers for SDM845 SoCDzmitry Sankouski2-3/+6
2021-10-31spmi: msm: add arbiter version 5 supportDzmitry Sankouski1-50/+104
2021-10-31serial: qcom: add support for GENI serial driverDzmitry Sankouski3-0/+632
2021-10-31iommu: Add Apple DART driverMark Kettenis3-0/+70
2021-10-31serial: s5p: Add Apple M1 supportMark Kettenis2-24/+84
2021-10-31test: Add tests for IOMMU uclassMark Kettenis2-0/+20
2021-10-31iommu: Add IOMMU uclassMark Kettenis6-0/+76
2021-10-30usb: xhci-brcm: Include header file needed for dev_errStefan Agner1-0/+1
2021-10-29mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCIUsama Arif2-0/+15
2021-10-29mmc: Fix mmc_switch excessive timeoutKirill Kapranov1-2/+2
2021-10-29drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson1-0/+20
2021-10-29drivers: mmc: Add wait_dat0 support for Freescale eSDHC driverStephen Carlson1-0/+16
2021-10-26dfu: Sort Kconfig entries alphabeticallyMarek Vasut1-7/+7
2021-10-26dfu: dfu_sf: Read the SPI flash in 16 MiB chunksMarek Vasut1-2/+12