summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_USB_MAX_CONTROLLER_COUNT to KconfigTom Rini2022-06-283-8/+6
* usb: Remove non-DM code in ehci-fsl and xhciTom Rini2022-06-282-114/+0
* Convert CONFIG_FPGA_STRATIX_V to KconfigTom Rini2022-06-281-0/+6
* video: Migrate exynos display options to KconfigTom Rini2022-06-282-0/+22
* arm: samsung: Migrate a number of symbols to KconfigTom Rini2022-06-282-3/+3
* arm: exynos: Remove old pwm backlight driverTom Rini2022-06-281-44/+0
* arm: samsung: Remove dead LCD codeTom Rini2022-06-282-266/+0
* block: ide: Remove ide_preinit functionTom Rini2022-06-281-9/+0
* ata: sata_sil: Remove useless BLK guard in sata_sil.hTom Rini2022-06-281-2/+0
* Convert CONFIG_LBA48 et al to KconfigTom Rini2022-06-282-0/+17
* Convert CONFIG_FSL_SATA_V2 to KconfigTom Rini2022-06-281-0/+7
* ata: fsl_sata: Remove legacy non-BLK codeTom Rini2022-06-282-69/+3
* ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI codeTom Rini2022-06-281-133/+0
* tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini2022-06-283-2/+3
* usb: ehci-mx5: Remove non-DM codeTom Rini2022-06-281-47/+0
* usb: ehci-mxc: RemoveTom Rini2022-06-282-149/+0
* usb: xhci-fsl: Remove non-DM codeTom Rini2022-06-281-47/+0
* Convert CONFIG_USB_EHCI_TXFIFO_THRESH to KconfigTom Rini2022-06-281-0/+11
* usb: ehci-fsl: Remove non-DM codeTom Rini2022-06-281-71/+0
* Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to KconfigTom Rini2022-06-281-1/+4
* Convert CONFIG_EHCI_DESC_BIG_ENDIAN et al to KconfigTom Rini2022-06-281-0/+10
* ehci-mxs: Remove non-DM codeTom Rini2022-06-281-77/+0
* Convert CONFIG_E1000_NO_NVM to KconfigTom Rini2022-06-281-0/+4
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-2714-37/+683
|\
| * timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek2022-06-271-0/+1
| * soc: xilinx: zynqmp: Add machine identification supportStefan Herbrechtsmeier2022-06-241-0/+283
| * soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_readStefan Herbrechtsmeier2022-06-241-2/+1
| * firmware: zynqmp: Probe driver before useStefan Herbrechtsmeier2022-06-241-3/+20
| * firmware: zynqmp: Check if rx channel dev pointer is validStefan Herbrechtsmeier2022-06-241-1/+1
| * 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
* | Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into nextTom Rini2022-06-2315-83/+742
|\ \
| * | drivers: rng: add smccc trng driverEtienne Carriere2022-06-233-0/+217
| * | firmware: psci: bind arm smccc features when discoveredEtienne Carriere2022-06-232-1/+88
| * | firmware: psci: reorder header files inclusionEtienne Carriere2022-06-231-5/+5
| * | firmware: scmi: use multi channel in mailbox, optee and smccc agentsEtienne Carriere2022-06-233-14/+3
| * | power: regulator: scmi: simplify scmi_voltd_set_enable()Etienne Carriere2022-06-231-5/+1
| * | power: regulator: scmi: support SCMI multi-channelEtienne Carriere2022-06-231-6/+24
| * | reset: scmi: support SCMI multi-channelEtienne Carriere2022-06-231-3/+22
| * | clk: scmi: support SCMI multi-channelEtienne Carriere2022-06-231-7/+26
| * | firmware: scmi: optee transport: implement multi-channelEtienne Carriere2022-06-231-13/+63
| * | firmware: scmi: smccc transport: implement multi-channelEtienne Carriere2022-06-231-2/+52
| * | firmware: scmi: mailbox transport: implement multi-channelEtienne Carriere2022-06-231-6/+57
| * | firmware: scmi: add multi-channel supportEtienne Carriere2022-06-231-1/+18