aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-09-28usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland
2021-09-28phy: sun50i-usb3: Add a driver for the H6 USB3 PHYSamuel Holland
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard
2021-09-28i2c: mvtwsi: Add support for DM clocks and resetsSamuel Holland
2021-09-28i2c: rcar_i2c: Enable configuring SCL rise and fall timesAdam Ford
2021-09-27ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini
2021-09-27Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to KconfigTom Rini
2021-09-27usb: ehci-omap: Drop non-DM_USB legacy codeTom Rini
2021-09-27ti: keystone: dma: Migrate to KconfigTom Rini
2021-09-27ti: keystone: Clean up or migrate some NAND related options.Tom Rini
2021-09-27Convert CONFIG_USB_XHCI_OMAP to KconfigTom Rini
2021-09-27usb: phy: ti: Remove non-DM PHY codeTom Rini
2021-09-27keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespaceTom Rini
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini
2021-09-27phy: marvell: cp110: Support SATA invert polarityDenis Odintsov
2021-09-25dm: pci: Fix handling of errors when scanning devicePali Rohár
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt
2021-09-25dm: gpio: Add of-platdata supportSimon Glass
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25mmc: nds32: ftsdc010: Convert to livetreeSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-24drivers: tpm2: update reset gpio semanticsJorge Ramirez-Ortiz
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay
2021-09-23pci: Fix configuring io/memory base and limit registers of PCI bridgesPali Rohár
2021-09-23Merge git://source.denx.de/u-boot-socfpgaTom Rini
2021-09-22Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-09-22ddr: altera: use KBUILD_BASENAME instead of __FILE__Marek Vasut
2021-09-22usb: xhci-dwc3: Add support for USB 3.1 controllersMark Kettenis
2021-09-22usb: ehci-mx6: use phy_type from device treeMatthias Schiffer
2021-09-22usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer
2021-09-22usb: xhci-dwc3: Add support for clocks/resetsSamuel Holland
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland
2021-09-22phy: sun50i-usb3: Add a driver for the H6 USB3 PHYSamuel Holland
2021-09-21net: remove unused CONFIG_DRIVER_AT91EMAC_*Eugen Hristev
2021-09-21cpu: at91: add compatible for ARM9260EJ-SClaudiu Beznea
2021-09-21clk: at91: clk-master: split master clock in pres and dividerClaudiu Beznea
2021-09-20wdt: dw: Fix passing NULL pointer to reset functionsSean Anderson
2021-09-17clk: ti: k3: Update driver to account for divider flagsSuman Anna
2021-09-17clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-writeDave Gerlach
2021-09-17Remove including timestamp.h in version.hPali Rohár
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