aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* reboot-mode: migrate uclass to livetreeWIP/2021-10-05-general-updatesPatrick Delaunay2021-10-051-14/+6
* demo: migrate uclass to livetreePatrick Delaunay2021-10-051-7/+2
* remoteproc: migrate uclass to livetreePatrick Delaunay2021-10-051-14/+2
* gpio: Factor out DT flag translationSamuel Holland2021-10-051-21/+29
* gpio: Verify validity of pin offsets from device treesSamuel Holland2021-10-051-0/+4
* gpio: Verify validity of pin offsets when looking up namesSamuel Holland2021-10-051-1/+2
* pinctrl: single: Add request() apiBharat Gooty2021-10-051-0/+34
* pinctrl: single: Parse gpio details from dtBharat Gooty2021-10-051-0/+52
* Merge branch 'next'WIP/04Oct2021Tom Rini2021-10-04313-3914/+2411
|\
| * watchdog: rti_wdt: Add support for loading firmwareJan Kiszka2021-10-032-0/+108
| * pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be staticVladimir Oltean2021-10-031-1/+1
| * pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setupVladimir Oltean2021-10-031-0/+1
| * pci: layerscape: ls_pcie_conf_address can be staticVladimir Oltean2021-10-031-2/+2
| * pci: _dm_pci_phys_to_bus can be staticVladimir Oltean2021-10-031-3/+3
| * pci: pci_read_config can be staticVladimir Oltean2021-10-031-2/+2
| * pci: pci_write_config can be staticVladimir Oltean2021-10-031-2/+2
| * pci: include pci_internal.h inside pci_auto.cVladimir Oltean2021-10-031-0/+1
| * rtc: rx8025: revise single register write to use offsetMathew McBride2021-10-031-4/+7
| * rtc: rx8025: set date in a single i2c transactionMathew McBride2021-10-031-21/+23
| * rtc: rx8025: add support for EPSON RX8035.Mathew McBride2021-10-031-5/+28
| * rtc: rx8025: drop non-DM supportMathew McBride2021-10-032-75/+6
| * serial: Remove extraneous SYS_MALLOC_F checkWIP/2021-10-01-assorted-removal-and-migrationTom Rini2021-10-011-4/+0
| * arm: Remove zmx25 board and ARCH_MX25Tom Rini2021-10-0110-73/+12
| * arm: Remove aspenite boardTom Rini2021-10-013-80/+0
| * arm: Remove flea3 boardTom Rini2021-10-015-62/+5
| * Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2021-09-304-41/+83
| |\
| | * watchdog: versal: Add support for expire nowAshok Reddy Soma2021-09-301-0/+6
| | * watchdog: versal: Add support for basic window watchdogAshok Reddy Soma2021-09-301-38/+60
| | * clk: versal: Enable only GATE type clocksT Karthik Reddy2021-09-301-1/+4
| * | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-3047-112/+112
| * | WS cleanup: remove trailing white spaceWolfgang Denk2021-09-3015-24/+24
| * | WS cleanup: remove excessive empty linesWolfgang Denk2021-09-305-11/+0
| * | WS cleanup: remove trailing empty linesWolfgang Denk2021-09-3030-32/+0
| * | Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini2021-09-2927-74/+84
| |\ \
| | * | net: dsa: felix: check return code of mdio_alloc and mdio_registerVladimir Oltean2021-09-281-1/+9
| | * | net: qe: uec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
| | * | net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LE...Vladimir Oltean2021-09-281-1/+1
| | * | net: smc911x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
| | * | net: sh_eth: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean2021-09-281-1/+1
| | * | net: mvgbe: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunc...Vladimir Oltean2021-09-281-1/+1
| | * | net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean2021-09-281-2/+2
| | * | net: mpc8xx_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean2021-09-281-1/+1
| | * | net: macb: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean2021-09-281-2/+2
| | * | net: lpc32xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
| | * | net: ftmac110: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean2021-09-281-1/+1
| | * | net: mcdmafec: ensure bus->name is NULL terminated after MDIO_NAME_LEN trunca...Vladimir Oltean2021-09-281-1/+1
| | * | net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncationVladimir Oltean2021-09-281-1/+1
| | * | net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean2021-09-281-1/+1
| | * | net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean2021-09-281-1/+1
| | * | net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1