aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-27mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas1-0/+3
2021-07-26psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek1-1/+1
2021-07-26net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma4-0/+777
2021-07-26clk: zynqmp: Add support for enabling clock on lpd_lsbusMichal Simek1-0/+1
2021-07-26mmc: zynq_sdhci: Make variables/structure staticMichal Simek1-6/+10
2021-07-26mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek1-12/+12
2021-07-26mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma1-2/+8
2021-07-26mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma1-27/+31
2021-07-26mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma1-12/+4
2021-07-26mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma1-12/+8
2021-07-24serial: pl011: Enable DEBUG_UART_PL011 in SPLChen Baozi1-2/+6
2021-07-24reset: ast2600: Fix missing reference operatorChia-Wei Wang1-4/+4
2021-07-23serial: pl011: Resend the character if FIFO is full in debug uartChen Baozi1-1/+2
2021-07-23serial: serial_msm: Delay initialization to let pins stabilizeStephan Gerhold1-0/+4
2021-07-23board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu1-7/+0
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han3-0/+137
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-22Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/22Jul2021Tom 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-20sysinfo: 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-18pci: Require DM_PCITom Rini4-983/+5
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini9-25/+36
2021-07-18m68k: 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