aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-07-30mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2Stephan Gerhold
2021-07-30mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()Stephan Gerhold
2021-07-30mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()Stephan Gerhold
2021-07-30mmc: arm_pl180_mmci: Don't bind to all arm, primecell devicesStephan Gerhold
2021-07-30mmc: rpmb: Fix driver routing memory alignment with tmp bufferlitchipi
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-07-28pci: swap_case: Allow compilation on 32-bit machinesSimon Glass
2021-07-28Makefile: Move drivers/i2c/ into drivers/MakefileSimon Glass
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass
2021-07-28i2c: Create a new Kconfig for I2CSimon Glass
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass
2021-07-28Makefile: Move phy rules into drivers/phySimon Glass
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass
2021-07-27Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-07-27phy: meson-axg-mipi: Access parent ofnode through dev_ofnode()Alper Nebi Yasak
2021-07-27phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak
2021-07-27clk: stm32mp1: add support of missing SPI clocksPatrick Delaunay
2021-07-27phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoCJean-Jacques Hiblot
2021-07-27phy: cadence: Add driver for Torrent SERDESAswath Govindraju
2021-07-27phy: cadence: Add driver for Sierra PHYAlan Douglas
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I
2021-07-27mmc: sdhci_am654: Read ti, strobe-sel property from device treeAswath Govindraju
2021-07-27mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas
2021-07-26psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek
2021-07-26net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma
2021-07-26clk: zynqmp: Add support for enabling clock on lpd_lsbusMichal Simek
2021-07-26mmc: zynq_sdhci: Make variables/structure staticMichal Simek
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