aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass24-39/+38
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass19-43/+42
2021-08-02Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-14/+12
2021-08-02Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini3-29/+38
2021-08-01sandbox: tpm: Support extending a PCR multiple timesSimon Glass1-14/+10
2021-08-01sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass1-11/+11
2021-08-01sandbox: tpm: Support storing device state in tpm2Simon Glass1-0/+139
2021-08-01sandbox: tpm: Support nvdata in TPM2Simon Glass1-0/+68
2021-08-01sandbox: tpm: Track whether the state is validSimon Glass1-2/+8
2021-08-01sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass1-4/+16
2021-08-01sandbox: tpm: Correct handling of get-capabilitySimon Glass1-10/+4
2021-08-01sandbox: tpm: Support the define-space commandSimon Glass3-0/+34
2021-08-01sandbox: tpm: Tidy up reading and writing of device stateSimon Glass1-11/+24
2021-08-01sandbox: tpm: Split out common nvdata codeSimon Glass4-105/+172
2021-08-01video: buffer overrun in TrueType consoleHeinrich Schuchardt1-14/+12
2021-07-31serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()Pali Rohár1-1/+3
2021-07-31serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UARTPali Rohár1-3/+2
2021-07-31arm64: a37xx: pinctrl: Correct PWM pins definitionsMarek Behún1-9/+8
2021-07-30mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2Stephan Gerhold2-7/+16
2021-07-30mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()Stephan Gerhold1-15/+4
2021-07-30mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()Stephan Gerhold1-5/+2
2021-07-30mmc: arm_pl180_mmci: Don't bind to all arm, primecell devicesStephan Gerhold1-1/+1
2021-07-30mmc: rpmb: Fix driver routing memory alignment with tmp bufferlitchipi1-2/+16
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini1-2/+11
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/29Jul2021Tom Rini12-0/+4415
2021-07-28pci: swap_case: Allow compilation on 32-bit machinesSimon Glass1-2/+11
2021-07-28Makefile: Move drivers/i2c/ into drivers/MakefileWIP/2021-07-28-build-improvementsSimon Glass1-4/+0
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass1-1/+5
2021-07-28i2c: Create a new Kconfig for I2CSimon Glass1-2/+24
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-1/+1
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass1-1/+1
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass6-9/+9
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass5-9/+9
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass1-1/+1
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass1-1/+1
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass1-2/+2
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass1-1/+1
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2-3/+3
2021-07-28Makefile: Move phy rules into drivers/phySimon Glass2-4/+5
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass1-0/+1
2021-07-27Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...WIP/27Jul2021Tom Rini2-3/+3
2021-07-27phy: meson-axg-mipi: Access parent ofnode through dev_ofnode()Alper Nebi Yasak1-1/+1
2021-07-27phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak2-2/+2
2021-07-27clk: stm32mp1: add support of missing SPI clocksPatrick Delaunay1-0/+13
2021-07-27phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoCJean-Jacques Hiblot5-0/+1168
2021-07-27phy: cadence: Add driver for Torrent SERDESAswath Govindraju3-0/+2470
2021-07-27phy: cadence: Add driver for Sierra PHYAlan Douglas5-0/+760
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I1-0/+13
2021-07-27mmc: sdhci_am654: Read ti, strobe-sel property from device treeAswath Govindraju1-0/+1
2021-07-27mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas1-0/+3