aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-04Merge branch 'next'WIP/04Oct2021Tom Rini313-3914/+2411
2021-10-04mtd: cqspi: Fix division by zeroMarek Vasut1-0/+3
2021-10-03watchdog: rti_wdt: Add support for loading firmwareJan Kiszka2-0/+108
2021-10-03pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be staticVladimir Oltean1-1/+1
2021-10-03pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setupVladimir Oltean1-0/+1
2021-10-03pci: layerscape: ls_pcie_conf_address can be staticVladimir Oltean1-2/+2
2021-10-03pci: _dm_pci_phys_to_bus can be staticVladimir Oltean1-3/+3
2021-10-03pci: pci_read_config can be staticVladimir Oltean1-2/+2
2021-10-03pci: pci_write_config can be staticVladimir Oltean1-2/+2
2021-10-03pci: include pci_internal.h inside pci_auto.cVladimir Oltean1-0/+1
2021-10-03rtc: rx8025: revise single register write to use offsetMathew McBride1-4/+7
2021-10-03rtc: rx8025: set date in a single i2c transactionMathew McBride1-21/+23
2021-10-03rtc: rx8025: add support for EPSON RX8035.Mathew McBride1-5/+28
2021-10-03rtc: rx8025: drop non-DM supportMathew McBride2-75/+6
2021-10-01serial: Remove extraneous SYS_MALLOC_F checkTom Rini1-4/+0
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini10-73/+12
2021-10-01arm: Remove aspenite boardTom Rini3-80/+0
2021-10-01arm: Remove flea3 boardTom Rini5-62/+5
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini4-41/+83
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk47-112/+112
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk15-24/+24
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk5-11/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk30-32/+0
2021-09-30watchdog: versal: Add support for expire nowAshok Reddy Soma1-0/+6
2021-09-30watchdog: versal: Add support for basic window watchdogAshok Reddy Soma1-38/+60
2021-09-30clk: versal: Enable only GATE type clocksT Karthik Reddy1-1/+4
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini27-74/+84
2021-09-28Merge branch '2021-09-25-TI-platform-updates' into nextTom Rini13-327/+96
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard5-20/+15
2021-09-28mtd: spi: Set CONFIG_SF_DEFAULT_MODE default to 0Marek Vasut1-1/+1
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay1-3/+14
2021-09-28net: dsa: felix: check return code of mdio_alloc and mdio_registerVladimir Oltean1-1/+9
2021-09-28net: qe: uec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2021-09-28net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LE...Vladimir Oltean1-1/+1
2021-09-28net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2021-09-28net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean1-1/+1
2021-09-28net: mvgbe: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunc...Vladimir Oltean1-1/+1
2021-09-28net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean1-2/+2
2021-09-28net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean1-1/+1
2021-09-28net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean1-2/+2
2021-09-28net: lpc32xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2021-09-28net: ftmac110: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean1-1/+1
2021-09-28net: mcdmafec: ensure bus->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean1-1/+1
2021-09-28net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncationVladimir Oltean1-1/+1
2021-09-28net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean1-1/+1
2021-09-28net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean1-1/+1
2021-09-28net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean1-1/+1
2021-09-28net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN t...Vladimir Oltean1-1/+1
2021-09-28net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean1-1/+1
2021-09-28net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean1-0/+2