- 8ba5960 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 2 months ago
- d9be860 arm: Remove aspenite board by Tom Rini · 3 years, 2 months ago
- 14b38cb arm: Remove flea3 board by Tom Rini · 3 years, 2 months ago
- 8bef036 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 2 months ago
- 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
- 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
- c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
- 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
- dced079 watchdog: versal: Add support for expire now by Ashok Reddy Soma · 3 years, 2 months ago
- 8c287ed watchdog: versal: Add support for basic window watchdog by Ashok Reddy Soma · 3 years, 2 months ago
- 1db1acb clk: versal: Enable only GATE type clocks by T Karthik Reddy · 3 years, 2 months ago
- 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 2 months ago
- ba17871 Merge branch '2021-09-25-TI-platform-updates' into next by Tom Rini · 3 years, 2 months ago
- b8919ea mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · 3 years, 2 months ago
- b81ce79 mtd: spi: Set CONFIG_SF_DEFAULT_MODE default to 0 by Marek Vasut · 3 years, 2 months ago
- a4f2d83 mtd: spi: nor: force mtd name to "nor%d" by Patrick Delaunay · 3 years, 2 months ago
- c9131fc net: dsa: felix: check return code of mdio_alloc and mdio_register by Vladimir Oltean · 3 years, 2 months ago
- 977b53f net: qe: uec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- fe04172 net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 30c4039 net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 7616240 net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 77003e5 net: mvgbe: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 47aa50d net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 56b9cae net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 73894f6 net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 6b96ca6 net: lpc32xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 1a5d3e9 net: ftmac110: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- e6324f4 net: mcdmafec: ensure bus->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- f848b48 net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 9be5fa4 net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- e7444a1 net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 5f1d1a1 net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 05b7cb5 net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- 6209788 net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- bc4e982 net: tsec: read the phy-mode property as fallback to phy-connection-type by Vladimir Oltean · 3 years, 2 months ago
- d883a5f net: tsec: only call tsec_get_interface as fallback to DT-specified PHY mode by Vladimir Oltean · 3 years, 2 months ago
- 9bf2b96 net: dsa: felix: remove "xgmii" phy-mode by Vladimir Oltean · 3 years, 2 months ago
- f8ca46e net: enetc: remove support for "xgmii" phy-mode by Vladimir Oltean · 3 years, 2 months ago
- 7c2d5d1 net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x" by Vladimir Oltean · 3 years, 2 months ago
- 77b11f7 net: replace the "xfi" phy-mode with "10gbase-r" by Vladimir Oltean · 3 years, 2 months ago
- a17776b net: phy: genphy_init can be static by Vladimir Oltean · 3 years, 2 months ago
- 66fd01f net: update NXP copyright text by Vladimir Oltean · 3 years, 2 months ago
- 4f8f801 net: dsa: felix: propagate the error code from phy_startup() by Vladimir Oltean · 3 years, 3 months ago
- 4f5bd8d net: dsa: felix: call phy_config at .port_probe() time by Vladimir Oltean · 3 years, 3 months ago
- 351b6bb net: dsa: felix: felix_init() can be static by Vladimir Oltean · 3 years, 3 months ago
- 596ec9b net: tsec: Mark tsec_get_interface as __maybe_unused by Ramon Fried · 3 years, 2 months ago
- c6fd4fd phy: marvell: cp110: Support SATA invert polarity by Denis Odintsov · 3 years, 2 months ago
- 4c3e847 mtd: remove SPEAr flash driver st_smi by Patrick Delaunay · 3 years, 2 months ago
- c74d0ae ddr: altera: use KBUILD_BASENAME instead of __FILE__ by Marek Vasut · 3 years, 2 months ago
- 275c4f2 usb: xhci-dwc3: Add support for USB 3.1 controllers by Mark Kettenis · 3 years, 2 months ago
- e2a41bf usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · 3 years, 2 months ago
- daa6329 usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · 3 years, 2 months ago
- 02d824e usb: xhci-dwc3: Add support for clocks/resets by Samuel Holland · 3 years, 5 months ago
- a0a5c43 usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · 3 years, 5 months ago
- a814dbe phy: sun50i-usb3: Add a driver for the H6 USB3 PHY by Samuel Holland · 3 years, 5 months ago
- a70c3f9 mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · 3 years, 2 months ago
- 06cec89 i2c: mvtwsi: Add support for DM clocks and resets by Samuel Holland · 3 years, 2 months ago
- e53979c i2c: rcar_i2c: Enable configuring SCL rise and fall times by Adam Ford · 3 years, 3 months ago
- f899cc1 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 2 months ago
- 899867a Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig by Tom Rini · 3 years, 2 months ago
- fb1d177 usb: ehci-omap: Drop non-DM_USB legacy code by Tom Rini · 3 years, 2 months ago
- 2043f9c ti: keystone: dma: Migrate to Kconfig by Tom Rini · 3 years, 2 months ago
- c8c934b ti: keystone: Clean up or migrate some NAND related options. by Tom Rini · 3 years, 2 months ago
- 8d8d7e9 Convert CONFIG_USB_XHCI_OMAP to Kconfig by Tom Rini · 3 years, 2 months ago
- 2c8419f usb: phy: ti: Remove non-DM PHY code by Tom Rini · 3 years, 2 months ago
- bfbb724 keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespace by Tom Rini · 3 years, 2 months ago
- 1d1f98c Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years, 2 months ago
- e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
- ccee8ea phy: marvell: cp110: Support SATA invert polarity by Denis Odintsov · 3 years, 2 months ago
- 2348e72 dm: pci: Fix handling of errors when scanning device by Pali Rohár · 3 years, 2 months ago
- 8ae8da1 sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 3 months ago
- 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 3 months ago
- 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 3 months ago
- f0ab8f9 clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 3 months ago
- dcfc42b treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 3 months ago
- 62470af mmc: nds32: ftsdc010: Convert to livetree by Simon Glass · 3 years, 3 months ago
- 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 3 months ago
- 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 3 months ago
- 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 3 months ago
- cc5afab drivers: tpm2: update reset gpio semantics by Jorge Ramirez-Ortiz · 3 years, 6 months ago
- b071431 mtd: remove SPEAr flash driver st_smi by Patrick Delaunay · 3 years, 2 months ago
- 8e85f36 pci: Fix configuring io/memory base and limit registers of PCI bridges by Pali Rohár · 3 years, 2 months ago
- d7ac865 Merge git://source.denx.de/u-boot-socfpga by Tom Rini · 3 years, 2 months ago
- 7b57e56 Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 3 years, 2 months ago
- 532010d ddr: altera: use KBUILD_BASENAME instead of __FILE__ by Marek Vasut · 3 years, 2 months ago
- 53eed9a usb: xhci-dwc3: Add support for USB 3.1 controllers by Mark Kettenis · 3 years, 2 months ago
- 0f513c5 usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · 3 years, 2 months ago
- 950cb1f usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · 3 years, 2 months ago
- 91ce84a usb: xhci-dwc3: Add support for clocks/resets by Samuel Holland · 3 years, 5 months ago
- 70a98ca usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · 3 years, 5 months ago
- 7f899da phy: sun50i-usb3: Add a driver for the H6 USB3 PHY by Samuel Holland · 3 years, 5 months ago
- 0c66872 net: remove unused CONFIG_DRIVER_AT91EMAC_* by Eugen Hristev · 3 years, 3 months ago
- 7d4ce3a cpu: at91: add compatible for ARM9260EJ-S by Claudiu Beznea · 3 years, 4 months ago
- c05be59 clk: at91: clk-master: split master clock in pres and divider by Claudiu Beznea · 3 years, 4 months ago
- b31077f wdt: dw: Fix passing NULL pointer to reset functions by Sean Anderson · 3 years, 2 months ago
- cfd50df clk: ti: k3: Update driver to account for divider flags by Suman Anna · 3 years, 2 months ago
- d3c56e2 clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-write by Dave Gerlach · 3 years, 2 months ago
- 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 4 months ago
- bdfb6d7 version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 4 months ago
- a79f823 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 4 months ago