summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-07-28-assorted-fixes'Tom Rini2021-07-291-2/+11
|\
| * pci: swap_case: Allow compilation on 32-bit machinesSimon Glass2021-07-281-2/+11
* | Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-2912-0/+4415
|\ \ | |/ |/|
| * phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoCJean-Jacques Hiblot2021-07-275-0/+1168
| * phy: cadence: Add driver for Torrent SERDESAswath Govindraju2021-07-273-0/+2470
| * phy: cadence: Add driver for Sierra PHYAlan Douglas2021-07-275-0/+760
| * dm: core: Add helper to compare node namesKishon Vijay Abraham I2021-07-271-0/+13
| * mmc: sdhci_am654: Read ti, strobe-sel property from device treeAswath Govindraju2021-07-271-0/+1
| * mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas2021-07-271-0/+3
* | Makefile: Move drivers/i2c/ into drivers/MakefileSimon Glass2021-07-281-4/+0
* | i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-281-1/+5
* | i2c: Create a new Kconfig for I2CSimon Glass2021-07-281-2/+24
* | i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-281-1/+1
* | Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-281-1/+1
* | Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-286-9/+9
* | Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-285-9/+9
* | Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-281-1/+1
* | Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass2021-07-281-1/+1
* | Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-281-2/+2
* | Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass2021-07-281-1/+1
* | Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-282-3/+3
* | Makefile: Move phy rules into drivers/phySimon Glass2021-07-282-4/+5
* | Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2021-07-281-0/+1
* | Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...Tom Rini2021-07-272-3/+3
|\ \
| * | phy: meson-axg-mipi: Access parent ofnode through dev_ofnode()Alper Nebi Yasak2021-07-271-1/+1
| * | phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak2021-07-272-2/+2
| |/
* | clk: stm32mp1: add support of missing SPI clocksPatrick Delaunay2021-07-271-0/+13
|/
* psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek2021-07-261-1/+1
* net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma2021-07-264-0/+777
* clk: zynqmp: Add support for enabling clock on lpd_lsbusMichal Simek2021-07-261-0/+1
* mmc: zynq_sdhci: Make variables/structure staticMichal Simek2021-07-261-6/+10
* mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek2021-07-261-12/+12
* mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma2021-07-261-2/+8
* mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma2021-07-261-27/+31
* mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma2021-07-261-12/+4
* mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma2021-07-261-12/+8
* serial: pl011: Enable DEBUG_UART_PL011 in SPLChen Baozi2021-07-241-2/+6
* reset: ast2600: Fix missing reference operatorChia-Wei Wang2021-07-241-4/+4
* serial: pl011: Resend the character if FIFO is full in debug uartChen Baozi2021-07-231-1/+2
* serial: serial_msm: Delay initialization to let pins stabilizeStephan Gerhold2021-07-231-0/+4
* board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu2021-07-231-7/+0
* reboot-mode: read the boot mode from RTC memoryNandor Han2021-07-233-0/+137
* reboot-mode: read the boot mode from GPIOs statusNandor Han2021-07-233-0/+138
* reboot-mode: add support for reboot mode controlNandor Han2021-07-235-0/+162
* i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)Lukasz Majewski2021-07-231-21/+19
* i2c: pcf8575: Remove not used members of pcf8575_chip structureLukasz Majewski2021-07-231-3/+0
* tee: optee: sync cache on pre-reloc OP-TEE invocationEtienne Carriere2021-07-232-2/+38
* Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-07-227-146/+108
|\
| * net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei2021-07-221-2/+2
| * drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei2021-07-221-2/+3