aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-07-26mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek
2021-07-26mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma
2021-07-26mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma
2021-07-26mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma
2021-07-26mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma
2021-07-24serial: pl011: Enable DEBUG_UART_PL011 in SPLChen Baozi
2021-07-24reset: ast2600: Fix missing reference operatorChia-Wei Wang
2021-07-23serial: pl011: Resend the character if FIFO is full in debug uartChen Baozi
2021-07-23serial: serial_msm: Delay initialization to let pins stabilizeStephan Gerhold
2021-07-23board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han
2021-07-23reboot-mode: add support for reboot mode controlNandor Han
2021-07-23i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)Lukasz Majewski
2021-07-23i2c: pcf8575: Remove not used members of pcf8575_chip structureLukasz Majewski
2021-07-23tee: optee: sync cache on pre-reloc OP-TEE invocationEtienne Carriere
2021-07-22Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay
2021-07-22net: eth-phy: define LOG_CATEGORYPatrick Delaunay
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay
2021-07-22net: eth-phy: manage subnode mdio0Patrick Delaunay
2021-07-22net: eth-phy: use dev_dbg and log_noticePatrick Delaunay
2021-07-22net: eth-phy: add support of device tree configuration for gpio resetPatrick Delaunay
2021-07-22net: Use phys_addr_t for SMC net device addressesPeter Hoyes
2021-07-21dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao
2021-07-21blk: Support iterationSimon Glass
2021-07-21sandbox: mmc: Support fixed MMC devicesSimon Glass
2021-07-21cros_ec: Use standard calls for recovery-request checkingSimon Glass
2021-07-21cros_ec: Support the full-size vboot contextSimon Glass
2021-07-21cros_ec: Drop cros_ec_entering_mode()Simon Glass
2021-07-21cros_ec: Allow reading the battery-charge stateSimon Glass
2021-07-21dm: Support lzma in the flashmapSimon Glass
2021-07-21dm: core: Add logging for DM_SEQ_ALIASSimon Glass
2021-07-20sysinfo: rcar3: Add Renesas R-Car Gen3 sysinfo driverMarek Vasut
2021-07-19Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-07-18pci: Require DM_PCITom Rini
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini
2021-07-18m68k: Remove M54451EVB boardTom Rini
2021-07-18pci: msc01: convert to driver modelDaniel Schwierzeck
2021-07-18pci: gt64120: convert to driver modelDaniel Schwierzeck
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-07-17mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to completeBreno Lima
2021-07-17mx7ulp: Update unlock and refresh sequences in sWDOG driverBreno Lima
2021-07-17phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQYe Li
2021-07-16Merge branch '2021-07-15-assorted-fixes'Tom Rini