summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Convert CONFIG_USB_XHCI_OMAP to KconfigTom Rini1-0/+10
2021-09-28usb: phy: ti: Remove non-DM PHY codeTom Rini3-271/+0
2021-09-28keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespaceTom Rini1-5/+4
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini87-296/+392
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-25dm: pci: Fix handling of errors when scanning devicePali Rohár1-8/+1
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt1-1/+1
2021-09-25dm: gpio: Add of-platdata supportSimon Glass4-8/+57
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass4-15/+34
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass5-8/+7
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass19-146/+157
2021-09-25mmc: nds32: ftsdc010: Convert to livetreeSimon Glass1-15/+7
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass49-62/+62
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass31-59/+59
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass3-4/+37
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