summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini11-7/+13
2024-05-10Merge patch series "Add AM64x Support to PRUSS and PRU_RPROC driver"Tom Rini1-2/+7
2024-05-10remoteproc: pru: Add support for AM64x PRU / RTU coresMD Danish Anwar1-2/+7
2024-05-07remoteproc: Remove <common.h> and add needed includesTom Rini11-11/+0
2024-03-22remoteproc: uclass: Add methods to load firmware to rproc and boot rprocMD Danish Anwar2-0/+111
2024-03-22remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCsHari Nagalla1-1/+3
2024-03-22remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCsHari Nagalla1-2/+4
2023-12-19remoteproc: k3-dsp: Avoid reloading of firmwareUdit Kumar1-0/+11
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon11-11/+11
2023-09-24common: Drop linux/printk.h from common headerSimon Glass6-0/+6
2023-08-08remoteproc: uclass: Clean up a returnDan Carpenter1-1/+1
2023-04-24remoteproc: ti_k3_arm64: Change the startup of arm64 coreManorit Chawdhry1-20/+42
2022-02-08remoteproc: ipu: Add driver to bring up ipuKeerthy3-0/+770
2022-02-08remoteproc: uclass: Add remoteproc resource handling helpersKeerthy1-0/+534
2022-02-08remoteproc: k3_system_controller: Support optional boot_notification channelNishanth Menon1-1/+19
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-8/+8
2021-10-05remoteproc: migrate uclass to livetreePatrick Delaunay1-14/+2
2021-07-15remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCsKeerthy3-0/+473
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+3
2021-06-11remoteproc: k3-r5: remove sysfw PM calls if not supportedTero Kristo1-11/+19
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2-0/+2
2021-02-04remoteproc: k3_r5: Sync to upstreamed kernel DT property namesSuman Anna1-4/+4
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-13remoproc: stm32: migrate trace to log macroPatrick Delaunay1-1/+2
2021-01-12remoteproc: ti_k3_arm64: Program CNTFID0 register in GTCNishanth Menon1-0/+15
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2021-01-05dm: core: Access device flags through functionsSimon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-2/+2
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-19/+19
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass8-9/+9
2020-11-25remoteproc: stm32: update error management in stm32_copro_startPatrick Delaunay1-7/+6
2020-11-25remoteproc: stm32: use reset for hold bootPatrick Delaunay1-68/+25
2020-09-30remoteproc: k3: Fix not calling dev_xxx with a deviceSean Anderson1-4/+5
2020-09-30remoteproc: k3-r5: Fix not calling dev_xxx with a deviceSean Anderson1-10/+14
2020-09-30remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson1-16/+0
2020-09-15remoteproc: k3-r5: Add support for J7200 R5FsSuman Anna1-10/+89
2020-05-18common: Drop log.h from common headerSimon Glass8-0/+8
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-03-16remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devicesSuman Anna1-3/+5
2020-03-16remoteproc: k3-r5: Fix rproc init failure for Main R5FSS0Suman Anna1-0/+1
2020-03-16remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna1-7/+83
2020-03-16remoteproc: k3-dsp: Add a sanity check for DSP boot address alignmentSuman Anna1-3/+31
2020-03-16remoteproc: k3-dsp: Fix unbalanced state machine in k3_dsp_startSuman Anna1-5/+3
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass6-1/+9
2020-02-05dm: core: Require users of devres to include the headerSimon Glass5-0/+5
2020-01-24remoteproc: elf_loader: fix program header parsingFabien Dessenne1-2/+1
2020-01-07remoteproc: stm32: load resource table from firmwareFabien Dessenne1-0/+16
2020-01-07remoteproc: stm32: track the coprocessor state in a backup registerFabien Dessenne1-12/+5
2020-01-07remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne1-0/+269