summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-25mmc: sunxi: conditionally include MMC2 initialization codeIcenowy Zheng1-0/+2
2021-10-25watchdog: Add a driver for the sunxi watchdogSamuel Holland3-0/+197
2021-10-25clk: sunxi: Extend DM_RESET selection to SPLSamuel Holland1-0/+1
2021-10-25power: pmic: axp: Implement poweroff via sysresetSamuel Holland2-1/+50
2021-10-25power: axp: Avoid do_poweroff conflict with sysresetSamuel Holland6-1/+11
2021-10-25phy: sun4i-usb: Support VBUS detection via power supplySamuel Holland2-0/+8
2021-10-25phy: sun4i-usb: Refactor VBUS detection to match LinuxSamuel Holland1-13/+12
2021-10-25phy: sun4i-usb: Remove a couple of debug messagesSamuel Holland1-4/+0
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini13-85/+147
2021-10-23spi: nxp_fspi: Implement errata workaround for LS1028AKuldeep Singh1-5/+48
2021-10-23spi: nxp-fspi: Add support for IP read onlyKuldeep Singh1-4/+20
2021-10-23mtd: spi-nor-ids: Add SECT_4K to mt25qu512aKris Chaplin1-1/+1
2021-10-23mtd: spi-nor-ids: Add is25lp512 and is25wp512 devicesKris Chaplin1-0/+4
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún10-68/+2
2021-10-23mtd: mtdpart: Make mtdpart's _erase method saneMarek Behún1-8/+18
2021-10-23mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()Marek Behún1-0/+5