aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini25-235/+226
2021-09-14pinctrl: fix typoYuan Fang1-1/+1
2021-09-13Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-3/+7
2021-09-14sunxi: mmc: A20: Fix MMC optimisationAndre Przywara1-3/+7
2021-09-13pci: Drop DM_PCISimon Glass7-46/+10
2021-09-13pci: Drop PCI_INDIRECT_BRIDGESimon Glass2-72/+0
2021-09-13net: Drop DM_PCI check from designware driverSimon Glass1-12/+10
2021-09-13pci: acpi: Drop DM_PCI check from ahciSimon Glass1-55/+0
2021-09-13Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-15/+32
2021-09-13mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle1-7/+0
2021-09-10mmc: fix device_remove when HS400_ES is enabledYe Li1-3/+5
2021-09-10mmc: fix switch issue with send_status disabledYe Li1-1/+1
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2-2/+25
2021-09-10Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com1-2/+1
2021-09-10arm: a37xx: pci: Don't spam about PIO Response StatusMarek Behún1-1/+1
2021-09-10arm: mvebu : sata_mv should probe all portsTony Dinh1-4/+10
2021-09-10arm: a37xx: pci: Implement re-issuing config requests on CRS responsePali Rohár1-15/+43
2021-09-10arm: a37xx: pci: Disable returning CRS responsePali Rohár1-1/+12
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc1-0/+2
2021-09-07cache: add sifive composable cache driverZong Li3-0/+83
2021-09-07riscv: Add missing sentinel in ocores_i2c.cThomas Skibo1-0/+1
2021-09-04net: Move network rules to drivers/netSimon Glass3-3/+7
2021-09-04power: Refactor Makefile rulesSimon Glass3-5/+10
2021-09-04power: Add a POWER configSimon Glass1-2/+15
2021-09-04i2c: Convert CONFIG_POWER_I2C et al to KconfigSimon Glass2-2/+52
2021-09-04power: Rename CONFIG_POWER to CONFIG_POWER_LEGACYSimon Glass2-2/+2
2021-09-04power: Tidy up #undef of CONFIG_DM_PMICSimon Glass2-2/+24
2021-09-04gpio: Add a GPIO configSimon Glass1-2/+14
2021-09-04tegra: gpio: Drop use of CONFIG_xxx variablesSimon Glass1-5/+5
2021-09-04Makefile: Move drivers/dma/ into drivers/MakefileSimon Glass2-1/+3
2021-09-04Convert CONFIG_DMA_LPC32XX to KconfigSimon Glass1-0/+11
2021-09-04dma: Add a Kconfig for legacy DMASimon Glass1-0/+10
2021-09-04Makefile: Unify the rules for BOOTCOUNT_LIMITSimon Glass1-3/+1
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass2-2/+2
2021-09-04ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass1-2/+2
2021-09-04Rename CACHE_SUPPORT to CACHESimon Glass1-1/+0
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-1/+1
2021-09-04serial: Add a SERIAL configSimon Glass1-2/+13
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-1/+1
2021-09-04rtc: Rename RTC_SUPPORT to RTCSimon Glass1-1/+1
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass1-1/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass2-4/+4
2021-09-03spi: zynqmp_gqspi: Fix dma alignment issueAshok Reddy Soma1-9/+7
2021-09-03spi: zynqmp_gqspi: Switch genfifo start to manual modeAshok Reddy Soma1-7/+7
2021-09-02pci: iproc: fix compilation errors and warningsBharat Gooty1-3/+4
2021-09-01ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCIPali Rohár2-1/+7
2021-09-01ata: ahci-pci: Fix dependency on DM_PCIPali Rohár1-0/+1
2021-09-01rtc: ds1307: Fix incorrect clock reset for DS13xxCallum Sinclair1-13/+56
2021-09-01crypto: hash: Add software hash DM driverChia-Wei Wang3-0/+313
2021-09-01dm: hash: Add new UCLASS_HASH supportChia-Wei Wang5-0/+134