summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini16-624/+340
2021-09-27phy: marvell: cp110: Support SATA invert polarityDenis Odintsov1-1/+6
2021-09-24drivers: tpm2: update reset gpio semanticsJorge Ramirez-Ortiz1-8/+15
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay2-566/+0
2021-09-23pci: Fix configuring io/memory base and limit registers of PCI bridgesPali Rohár1-10/+29
2021-09-23Merge git://source.denx.de/u-boot-socfpgaTom Rini1-4/+4
2021-09-23Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini7-570/+145
2021-09-22ddr: altera: use KBUILD_BASENAME instead of __FILE__Marek Vasut1-4/+4
2021-09-22usb: xhci-dwc3: Add support for USB 3.1 controllersMark Kettenis1-1/+2
2021-09-22usb: ehci-mx6: use phy_type from device treeMatthias Schiffer1-2/+23
2021-09-22usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer1-0/+3
2021-09-22usb: xhci-dwc3: Add support for clocks/resetsSamuel Holland1-0/+56
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland3-41/+48
2021-09-22phy: sun50i-usb3: Add a driver for the H6 USB3 PHYSamuel Holland3-0/+180
2021-09-21net: remove unused CONFIG_DRIVER_AT91EMAC_*Eugen Hristev2-520/+0
2021-09-21cpu: at91: add compatible for ARM9260EJ-SClaudiu Beznea1-0/+1
2021-09-21clk: at91: clk-master: split master clock in pres and dividerClaudiu Beznea4-50/+144
2021-09-20wdt: dw: Fix passing NULL pointer to reset functionsSean Anderson1-5/+5
2021-09-17clk: ti: k3: Update driver to account for divider flagsSuman Anna1-2/+2
2021-09-17clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-writeDave Gerlach1-2/+11
2021-09-17Remove including timestamp.h in version.hPali Rohár1-1/+1
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-2/+1
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-09-16pci: Fix mismerge with v2021.10-rc4Tom Rini2-7/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini25-235/+226
2021-09-14pinctrl: fix typoYuan Fang1-1/+1
2021-09-14Merge 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-14pci: Drop DM_PCISimon Glass7-46/+10
2021-09-14pci: Drop PCI_INDIRECT_BRIDGESimon Glass2-72/+0
2021-09-14net: Drop DM_PCI check from designware driverSimon Glass1-12/+10
2021-09-14pci: 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