aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: enetc: unregister mdiobusMichael Walle2022-06-031-0/+3
* net: e1000: Depend on CONFIG_PCIWIP/2022-05-26-assorted-fixesSean Anderson2022-05-261-0/+1
* Merge tag 'xilinx-for-v2022.07-rc4' of https://source.denx.de/u-boot/custodia...WIP/25May2022Tom Rini2022-05-254-3/+8
|\
| * phy: zynqmp: Increase timeout value to 10msAshok Reddy Soma2022-05-181-1/+1
| * mmc: zynq_sdhci: Add weak function prototypeT Karthik Reddy2022-05-131-0/+5
| * soc: xilinx: zynqmp: fix out of bounds array accessMichal Simek2022-05-131-1/+1
| * soc: xilinx: versal: fix out of bounds array accessJorge Ramirez-Ortiz2022-05-131-1/+1
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/24May2022Tom Rini2022-05-2419-29/+122
|\ \
| * | serial: Remove obsolete CONS_INDEX_n Kconfig optionsSamuel Holland2022-05-241-26/+0
| * | clk: sunxi: add and use dummy gate clocksAndre Przywara2022-05-244-0/+9
| * | clk: sunxi: add PIO bus gate clocksAndre Przywara2022-05-2412-0/+28
| * | clk: sunxi: h6_r: Correct the driver nameSamuel Holland2022-05-241-2/+2
| * | mmc: sunxi: Remove unnecessary pinmux option dependencySamuel Holland2022-05-241-1/+1
| * | clk: sunxi: implement clock driver for suniv f1c100sGeorge Hilliard2022-05-233-0/+82
* | | Merge tag 'tpm-24052022' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini2022-05-244-3/+185
|\ \ \
| * | | tpm: add support for TPMv2.x I2C chipsEddie James2022-05-233-0/+181
| * | | tpm: core: Set timeouts before requesting localityEddie James2022-05-231-3/+4
| |/ /
* | | mmc: fsl_esdhc_spl: Fix checking for number of read sectorsPali Rohár2022-05-231-1/+1
* | | spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard2022-05-234-37/+25
* | | spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard2022-05-233-8/+64
* | | Merge tag 'u-boot-imx-20220523' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2022-05-2311-65/+508
|\ \ \ | |/ / |/| |
| * | gpio: rgpio2p: Enhance reading of GPIO pin valueChristoph Fritz2022-05-231-1/+13
| * | pmic: pca9450: Add regulator driverMarek Vasut2022-05-204-3/+352
| * | pmic: pca9450: Add upstream regulators subnode matchMarek Vasut2022-05-201-0/+2
| * | mtd: nand: mxs_nand_spl: Fix bad block skippingMichael Trimarchi2022-05-201-41/+49
| * | nand: raw: mxs_nand: Fix specific hook registrationMichael Trimarchi2022-05-201-16/+16
| * | crypto/fsl: fsl_hash: Fix dcache issue in caam_hash_finishGaurav Jain2022-05-201-0/+8
| * | i.MX8ULP: add display_ele_fw_version apiGaurav Jain2022-05-201-0/+41
| * | imx8m: fix reading of DDR4 MR registersRasmus Villemoes2022-05-201-2/+7
| * | i.MX8 crypto/fsl: Enable fsl CAAM rng driverGaurav Jain2022-05-191-1/+7
| * | i.MX6SX: crypto/fsl: fix entropy delay valueGaurav Jain2022-05-191-1/+10
| * | mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driverYe Li2022-05-191-0/+3
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/20May2022Tom Rini2022-05-203-1/+25
|\ \ \
| * | | usb: dwc3: Fix non-usb3 configurationsJan Kiszka2022-05-201-1/+3
| * | | usb: xhci-dwc3: Support role switch default roleMark Kettenis2022-05-202-0/+22
| |/ /
* | | spi: stm32_qspi: Remove SR_BUSY bit check before sending commandPatrice Chotard2022-05-191-4/+0
* | | spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()Patrice Chotard2022-05-191-12/+11
|/ /
* | pinctrl: probe pinctrl drivers during post-bindRobert Marko2022-05-171-0/+7
* | serial: ns16550: Add support for SPL_DEBUG_UART_BASEPali Rohár2022-05-171-2/+2
* | serial: Add new config option TPL_DEBUG_UART_BASEPali Rohár2022-05-171-0/+7
* | serial: Add new config option SPL_DEBUG_UART_BASEPali Rohár2022-05-161-0/+7
|/
* Convert CONFIG_MTD_CONCAT to KconfigChris Packham2022-05-111-0/+8
* Merge tag 'u-boot-stm32-20220510' of https://source.denx.de/u-boot/custodians...WIP/10May2022Tom Rini2022-05-107-116/+439
|\
| * clk: stm32mp1: Add missing newlineMarek Vasut2022-05-101-1/+1
| * phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning supportPatrice Chotard2022-05-101-0/+167
| * gpio: stm32_gpio: Rework GPIO hole managementPatrice Chotard2022-05-103-73/+37
| * pinctrl: pinctrl_stm32: Use GPIOF_UNKNOWN to indicate not mapped pinsPatrice Chotard2022-05-101-2/+0
| * pinctrl: pinctrl_stm32: Update pinmux_mode definitionPatrice Chotard2022-05-101-7/+6
| * ram: stm32mp1: Conditionally enable ASRMarek Vasut2022-05-101-3/+11
| * video: stm32: stm32_ltdc: support several hardware versionsYannick Fertre2022-05-101-29/+216