aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Convert axi timer to DM driverMichal Simek2022-06-243-0/+91
* cpu: add CPU driver for microblazeOvidiu Panait2022-06-243-0/+190
* microblaze: cache: introduce flush_dcache_range()Ovidiu Panait2022-06-241-5/+0
* cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2022-06-241-0/+30
* pinctrl: zynqmp: Add support for output-enable and bias-high-impedanceAshok Reddy Soma2022-06-241-0/+9
* serial: Setup serial base and freq for zynq/zynqmpMichal Simek2022-06-241-0/+4
* net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driverT Karthik Reddy2022-06-241-15/+28
* net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driverT Karthik Reddy2022-06-241-12/+26
* arm: tegra: Update some DT compatiblesPeter Robinson2022-06-132-0/+2
* pci: tegra: Update error prints with new linesPeter Robinson2022-06-131-2/+2
* misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from LinuxMarek Vasut2022-06-073-0/+615
* usb: xhci-mtk: disable all ports when disable host controllerChunfeng Yun2022-06-071-2/+4
* 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