summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-152-0/+2
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* | remoteproc: k3_r5: Sync to upstreamed kernel DT property namesSuman Anna2021-02-041-4/+4
|/
* remoproc: stm32: migrate trace to log macroPatrick Delaunay2021-01-131-1/+2
* remoteproc: ti_k3_arm64: Program CNTFID0 register in GTCNishanth Menon2021-01-121-0/+15
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
* dm: core: Access device flags through functionsSimon Glass2021-01-051-1/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-2/+2
* dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-19/+19
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-138-9/+9
* remoteproc: stm32: update error management in stm32_copro_startPatrick Delaunay2020-11-251-7/+6
* remoteproc: stm32: use reset for hold bootPatrick Delaunay2020-11-251-68/+25
* remoteproc: k3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-4/+5
* remoteproc: k3-r5: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-10/+14
* remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson2020-09-301-16/+0
* remoteproc: k3-r5: Add support for J7200 R5FsSuman Anna2020-09-151-10/+89
* common: Drop log.h from common headerSimon Glass2020-05-188-0/+8
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devicesSuman Anna2020-03-161-3/+5
* remoteproc: k3-r5: Fix rproc init failure for Main R5FSS0Suman Anna2020-03-161-0/+1
* remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna2020-03-161-7/+83
* remoteproc: k3-dsp: Add a sanity check for DSP boot address alignmentSuman Anna2020-03-161-3/+31
* remoteproc: k3-dsp: Fix unbalanced state machine in k3_dsp_startSuman Anna2020-03-161-5/+3
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-056-1/+9
* dm: core: Require users of devres to include the headerSimon Glass2020-02-055-0/+5
* remoteproc: elf_loader: fix program header parsingFabien Dessenne2020-01-241-2/+1
* remoteproc: stm32: load resource table from firmwareFabien Dessenne2020-01-071-0/+16
* remoteproc: stm32: track the coprocessor state in a backup registerFabien Dessenne2020-01-071-12/+5
* remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne2020-01-071-0/+269
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* remoteproc: k3_arm64: Enable DM_FLAG_DEFAULT_PD_CTRL_OFFLokesh Vutla2019-10-151-0/+1
* remoteproc: Introduce K3 C66 and C71 remoteproc driverLokesh Vutla2019-10-113-0/+365
* remoteproc: Introduce K3 remoteproc driver for R5F subsystemLokesh Vutla2019-10-113-0/+827
* remoteproc: tisci_proc: Add helper api for controlling core power domainLokesh Vutla2019-10-111-0/+27
* remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla2019-10-111-0/+24
* remoteproc: elf_loader: Introduce a common elf loader and checker functionsLokesh Vutla2019-10-111-0/+31
* remoteproc: elf-loader: Add 64 bit elf loading supportLokesh Vutla2019-10-111-0/+110
* remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla2019-10-112-11/+9
* remoteproc: ops: Add elf section size as input parameter to device_to_virt apiLokesh Vutla2019-10-113-4/+15
* stm32mp1: Add remoteproc support for m4 coprocessorPatrick Delaunay2019-08-271-1/+1
* remoteproc: k3_rproc: Rename to ti_k3_arm64_rprocLokesh Vutla2019-07-263-38/+41
* remoteproc: k3_rproc: Update the driver to use ti_sci_proc helpersLokesh Vutla2019-07-261-48/+31
* remoteproc: tisci: add TI-SCI processor control helper functionsLokesh Vutla2019-07-261-0/+121
* remoteproc: Introduce STM32 Cortex-M4 remoteproc driverFabien Dessenne2019-07-223-0/+268
* remoteproc: add elf file load supportFabien Dessenne2019-07-223-1/+126
* remoteproc: k3_system_controller: Increase rx timeoutLokesh Vutla2019-05-091-1/+1
* spl: Allow remoteproc drivers to be used within SPLLokesh Vutla2018-09-111-1/+1
* remoteproc: Introduce K3 remoteproc driverLokesh Vutla2018-09-113-0/+254
* remoteproc: Introduce K3 system controllerLokesh Vutla2018-09-113-0/+333