summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han3-0/+138
2021-07-23reboot-mode: add support for reboot mode controlNandor Han5-0/+162
2021-07-23i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)Lukasz Majewski1-21/+19
2021-07-23i2c: pcf8575: Remove not used members of pcf8575_chip structureLukasz Majewski1-3/+0
2021-07-23tee: optee: sync cache on pre-reloc OP-TEE invocationEtienne Carriere2-2/+38
2021-07-23Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini7-146/+108
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei1-2/+2
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei1-2/+3
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: eth-phy: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay1-75/+22
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay2-50/+1
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay1-5/+0
2021-07-22net: eth-phy: manage subnode mdio0Patrick Delaunay1-2/+8
2021-07-22net: eth-phy: use dev_dbg and log_noticePatrick Delaunay1-9/+11
2021-07-22net: eth-phy: add support of device tree configuration for gpio resetPatrick Delaunay1-0/+56
2021-07-22net: Use phys_addr_t for SMC net device addressesPeter Hoyes2-2/+2
2021-07-21dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao1-3/+3
2021-07-21blk: Support iterationSimon Glass1-0/+49
2021-07-21sandbox: mmc: Support fixed MMC devicesSimon Glass1-3/+21
2021-07-21cros_ec: Use standard calls for recovery-request checkingSimon Glass1-7/+11
2021-07-21cros_ec: Support the full-size vboot contextSimon Glass1-5/+3
2021-07-21cros_ec: Drop cros_ec_entering_mode()Simon Glass2-14/+0
2021-07-21cros_ec: Allow reading the battery-charge stateSimon Glass1-0/+17
2021-07-21dm: Support lzma in the flashmapSimon Glass1-0/+2
2021-07-21dm: core: Add logging for DM_SEQ_ALIASSimon Glass1-1/+3
2021-07-21sysinfo: rcar3: Add Renesas R-Car Gen3 sysinfo driverMarek Vasut3-0/+205
2021-07-19Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini12-6/+795
2021-07-19pci: Require DM_PCITom Rini4-983/+5
2021-07-19usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini9-25/+36
2021-07-19m68k: Remove M54451EVB boardTom Rini1-6/+0
2021-07-18pci: msc01: convert to driver modelDaniel Schwierzeck1-1/+71
2021-07-18pci: gt64120: convert to driver modelDaniel Schwierzeck1-1/+73
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck2-3/+19
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini14-31/+867
2021-07-17mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima1-14/+25
2021-07-17mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima1-6/+12
2021-07-17phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQYe Li3-0/+205
2021-07-16Merge branch '2021-07-15-assorted-fixes'Tom Rini9-14/+27
2021-07-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-5/+16
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet1-1/+1
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi1-4/+15
2021-07-16clk: stm32mp1: add support of SYSCFG clockPatrick Delaunay1-0/+1
2021-07-16rtc: m41t62: fix wrong register use for set/reset ST bitMax Yang1-2/+2
2021-07-16clk: Detect failure to set defaultsSimon Glass1-1/+5
2021-07-16pinctrl: Avoid coverity warning when checking widthSimon Glass1-0/+1
2021-07-16sandbox: cros_ec: Update error handling when reading matrixSimon Glass1-5/+7
2021-07-16dm: core: Check uclass_get() return value when dumpingSimon Glass1-3/+4
2021-07-16reset: Avoid a warning in devm_regmap_init()Simon Glass1-0/+1
2021-07-16reset: Avoid a warning in devm_reset_bulk_get_by_node()Simon Glass1-0/+2