aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár
2021-09-16pci: Fix mismerge with v2021.10-rc4Tom Rini
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-14pinctrl: fix typoYuan Fang
2021-09-13Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2021-09-14sunxi: mmc: A20: Fix MMC optimisationAndre Przywara
2021-09-13pci: Drop DM_PCISimon Glass
2021-09-13pci: Drop PCI_INDIRECT_BRIDGESimon Glass
2021-09-13net: Drop DM_PCI check from designware driverSimon Glass
2021-09-13pci: acpi: Drop DM_PCI check from ahciSimon Glass
2021-09-13Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2021-09-13mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle
2021-09-10mmc: fix device_remove when HS400_ES is enabledYe Li
2021-09-10mmc: fix switch issue with send_status disabledYe Li
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju
2021-09-10Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com
2021-09-10arm: a37xx: pci: Don't spam about PIO Response StatusMarek Behún
2021-09-10arm: mvebu : sata_mv should probe all portsTony Dinh
2021-09-10arm: a37xx: pci: Implement re-issuing config requests on CRS responsePali Rohár
2021-09-10arm: a37xx: pci: Disable returning CRS responsePali Rohár
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc
2021-09-07cache: add sifive composable cache driverZong Li
2021-09-07riscv: Add missing sentinel in ocores_i2c.cThomas Skibo
2021-09-04net: Move network rules to drivers/netSimon Glass
2021-09-04power: Refactor Makefile rulesSimon Glass
2021-09-04power: Add a POWER configSimon Glass
2021-09-04i2c: Convert CONFIG_POWER_I2C et al to KconfigSimon Glass
2021-09-04power: Rename CONFIG_POWER to CONFIG_POWER_LEGACYSimon Glass
2021-09-04power: Tidy up #undef of CONFIG_DM_PMICSimon Glass
2021-09-04gpio: Add a GPIO configSimon Glass
2021-09-04tegra: gpio: Drop use of CONFIG_xxx variablesSimon Glass
2021-09-04Makefile: Move drivers/dma/ into drivers/MakefileSimon Glass
2021-09-04Convert CONFIG_DMA_LPC32XX to KconfigSimon Glass
2021-09-04dma: Add a Kconfig for legacy DMASimon Glass
2021-09-04Makefile: Unify the rules for BOOTCOUNT_LIMITSimon Glass
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass
2021-09-04ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass
2021-09-04Rename CACHE_SUPPORT to CACHESimon Glass
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass
2021-09-04serial: Add a SERIAL configSimon Glass
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass
2021-09-04rtc: Rename RTC_SUPPORT to RTCSimon Glass
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-09-03spi: zynqmp_gqspi: Fix dma alignment issueAshok Reddy Soma
2021-09-03spi: zynqmp_gqspi: Switch genfifo start to manual modeAshok Reddy Soma
2021-09-02pci: iproc: fix compilation errors and warningsBharat Gooty
2021-09-01ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCIPali Rohár
2021-09-01ata: ahci-pci: Fix dependency on DM_PCIPali Rohár