aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-15remoteproc: k3_arm64: Enable DM_FLAG_DEFAULT_PD_CTRL_OFFLokesh Vutla1-0/+1
2019-10-11remoteproc: Introduce K3 C66 and C71 remoteproc driverLokesh Vutla3-0/+365
2019-10-11remoteproc: Introduce K3 remoteproc driver for R5F subsystemLokesh Vutla3-0/+827
2019-10-11remoteproc: tisci_proc: Add helper api for controlling core power domainLokesh Vutla1-0/+27
2019-10-11remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() apiLokesh Vutla1-0/+24
2019-10-11remoteproc: elf_loader: Introduce a common elf loader and checker functionsLokesh Vutla1-0/+31
2019-10-11remoteproc: elf-loader: Add 64 bit elf loading supportLokesh Vutla1-0/+110
2019-10-11remoteproc: elf_loader: Always check the validity of the image before loadingLokesh Vutla2-11/+9
2019-10-11remoteproc: ops: Add elf section size as input parameter to device_to_virt apiLokesh Vutla3-4/+15
2019-08-27stm32mp1: Add remoteproc support for m4 coprocessorPatrick Delaunay1-1/+1
2019-07-26remoteproc: k3_rproc: Rename to ti_k3_arm64_rprocLokesh Vutla3-38/+41
2019-07-26remoteproc: k3_rproc: Update the driver to use ti_sci_proc helpersLokesh Vutla1-48/+31
2019-07-26remoteproc: tisci: add TI-SCI processor control helper functionsLokesh Vutla1-0/+121
2019-07-22remoteproc: Introduce STM32 Cortex-M4 remoteproc driverFabien Dessenne3-0/+268
2019-07-22remoteproc: add elf file load supportFabien Dessenne3-1/+126
2019-05-09remoteproc: k3_system_controller: Increase rx timeoutLokesh Vutla1-1/+1
2018-09-11spl: Allow remoteproc drivers to be used within SPLLokesh Vutla1-1/+1
2018-09-11remoteproc: Introduce K3 remoteproc driverLokesh Vutla3-0/+254
2018-09-11remoteproc: Introduce K3 system controllerLokesh Vutla3-0/+333
2018-09-11remoteproc: Allow for individual remoteproc initializationLokesh Vutla1-0/+19
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-5/+5
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-2/+2
2016-03-14remoteproc: Add support for TI power processorNishanth Menon3-0/+191
2015-12-05drivers: remoteproc: rproc-uclass: Fix check for NULL pointersNishanth Menon1-1/+1
2015-10-22remoteproc: Introduce a sandbox dummy driverNishanth Menon3-0/+348
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon3-0/+439