summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* reset: zynqmp: Add reset controller for ZynqMP SoCMichal Simek2021-08-063-0/+110
* rtc: zynqmp: Add support for ZynqMP RTCMichal Simek2021-08-063-0/+166
* dm: rtc: uclass: Add flag to control sequence numberingMichal Simek2021-08-061-0/+1
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-08-033-10/+24
|\
| * mtd: spi-nor: Mask out fast read if not requested in DTBin Meng2021-08-031-3/+13
| * mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()Bin Meng2021-08-031-3/+4
| * spi: spi-mem-nodm: Fix read data size issueBin Meng2021-08-031-4/+6
| * mtd: spi-nor-ids: Add support for XMC XM25QH64CReto Schneider2021-08-031-0/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-08-023-8/+11
|\ \ | |/ |/|
| * x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2021-08-022-6/+7
| * spi: ich: Limit slave->max_read_sizeBin Meng2021-08-021-2/+4
* | global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-0224-39/+38
* | global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-0219-43/+42
* | Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-08-021-14/+12
|\ \
| * | video: buffer overrun in TrueType consoleHeinrich Schuchardt2021-08-011-14/+12
| |/
* | Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-08-023-29/+38
|\ \
| * | mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2Stephan Gerhold2021-07-302-7/+16
| * | mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()Stephan Gerhold2021-07-301-15/+4
| * | mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()Stephan Gerhold2021-07-301-5/+2
| * | mmc: arm_pl180_mmci: Don't bind to all arm, primecell devicesStephan Gerhold2021-07-301-1/+1
| * | mmc: rpmb: Fix driver routing memory alignment with tmp bufferlitchipi2021-07-301-2/+16
* | | sandbox: tpm: Support extending a PCR multiple timesSimon Glass2021-08-011-14/+10
* | | sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass2021-08-011-11/+11
* | | sandbox: tpm: Support storing device state in tpm2Simon Glass2021-08-011-0/+139
* | | sandbox: tpm: Support nvdata in TPM2Simon Glass2021-08-011-0/+68
* | | sandbox: tpm: Track whether the state is validSimon Glass2021-08-011-2/+8
* | | sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass2021-08-011-4/+16
* | | sandbox: tpm: Correct handling of get-capabilitySimon Glass2021-08-011-10/+4
* | | sandbox: tpm: Support the define-space commandSimon Glass2021-08-013-0/+34
* | | sandbox: tpm: Tidy up reading and writing of device stateSimon Glass2021-08-011-11/+24
* | | sandbox: tpm: Split out common nvdata codeSimon Glass2021-08-014-105/+172
| |/ |/|
* | serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()Pali Rohár2021-07-311-1/+3
* | serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UARTPali Rohár2021-07-311-3/+2
* | arm64: a37xx: pinctrl: Correct PWM pins definitionsMarek Behún2021-07-311-9/+8
|/
* 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