aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-28usb: Remove non-DM code in ehci-fsl and xhciTom Rini2-114/+0
2022-06-28Convert CONFIG_FPGA_STRATIX_V to KconfigTom Rini1-0/+6
2022-06-28video: Migrate exynos display options to KconfigTom Rini2-0/+22
2022-06-28arm: samsung: Migrate a number of symbols to KconfigTom Rini2-3/+3
2022-06-28arm: exynos: Remove old pwm backlight driverTom Rini1-44/+0
2022-06-28arm: samsung: Remove dead LCD codeTom Rini2-266/+0
2022-06-28block: ide: Remove ide_preinit functionTom Rini1-9/+0
2022-06-28ata: sata_sil: Remove useless BLK guard in sata_sil.hTom Rini1-2/+0
2022-06-28Convert CONFIG_LBA48 et al to KconfigTom Rini2-0/+17
2022-06-28Convert CONFIG_FSL_SATA_V2 to KconfigTom Rini1-0/+7
2022-06-28ata: fsl_sata: Remove legacy non-BLK codeTom Rini2-69/+3
2022-06-28ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI codeTom Rini1-133/+0
2022-06-28tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini3-2/+3
2022-06-28usb: ehci-mx5: Remove non-DM codeTom Rini1-47/+0
2022-06-28usb: ehci-mxc: RemoveTom Rini2-149/+0
2022-06-28usb: xhci-fsl: Remove non-DM codeTom Rini1-47/+0
2022-06-28Convert CONFIG_USB_EHCI_TXFIFO_THRESH to KconfigTom Rini1-0/+11
2022-06-28usb: ehci-fsl: Remove non-DM codeTom Rini1-71/+0
2022-06-28Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to KconfigTom Rini1-1/+4
2022-06-28Convert CONFIG_EHCI_DESC_BIG_ENDIAN et al to KconfigTom Rini1-0/+10
2022-06-28ehci-mxs: Remove non-DM codeTom Rini1-77/+0
2022-06-28Convert CONFIG_E1000_NO_NVM to KconfigTom Rini1-0/+4
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini14-37/+683
2022-06-27timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek1-0/+1
2022-06-24soc: xilinx: zynqmp: Add machine identification supportStefan Herbrechtsmeier1-0/+283
2022-06-24soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_readStefan Herbrechtsmeier1-2/+1
2022-06-24firmware: zynqmp: Probe driver before useStefan Herbrechtsmeier1-3/+20
2022-06-24firmware: zynqmp: Check if rx channel dev pointer is validStefan Herbrechtsmeier1-1/+1
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek3-0/+91
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait3-0/+190
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait1-5/+0
2022-06-24cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+30
2022-06-24pinctrl: zynqmp: Add support for output-enable and bias-high-impedanceAshok Reddy Soma1-0/+9
2022-06-24serial: Setup serial base and freq for zynq/zynqmpMichal Simek1-0/+4
2022-06-24net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driverT Karthik Reddy1-15/+28
2022-06-24net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driverT Karthik Reddy1-12/+26
2022-06-23Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into nextTom Rini15-83/+742
2022-06-23drivers: rng: add smccc trng driverWIP/2022-06-23-scmi-optee-and-smccc-updatesEtienne Carriere3-0/+217
2022-06-23firmware: psci: bind arm smccc features when discoveredEtienne Carriere2-1/+88
2022-06-23firmware: psci: reorder header files inclusionEtienne Carriere1-5/+5
2022-06-23firmware: scmi: use multi channel in mailbox, optee and smccc agentsEtienne Carriere3-14/+3
2022-06-23power: regulator: scmi: simplify scmi_voltd_set_enable()Etienne Carriere1-5/+1
2022-06-23power: regulator: scmi: support SCMI multi-channelEtienne Carriere1-6/+24
2022-06-23reset: scmi: support SCMI multi-channelEtienne Carriere1-3/+22
2022-06-23clk: scmi: support SCMI multi-channelEtienne Carriere1-7/+26
2022-06-23firmware: scmi: optee transport: implement multi-channelEtienne Carriere1-13/+63
2022-06-23firmware: scmi: smccc transport: implement multi-channelEtienne Carriere1-2/+52
2022-06-23firmware: scmi: mailbox transport: implement multi-channelEtienne Carriere1-6/+57
2022-06-23firmware: scmi: add multi-channel supportEtienne Carriere1-1/+18
2022-06-23firmware: scmi: factorize scmi transport look upEtienne Carriere1-9/+17