summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/rproc-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08remoteproc: uclass: Add remoteproc resource handling helpersKeerthy1-0/+534
2021-10-05remoteproc: migrate uclass to livetreePatrick Delaunay1-14/+2
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+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-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
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 Rini1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2015-12-06drivers: remoteproc: rproc-uclass: Fix check for NULL pointersNishanth Menon1-1/+1
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon1-0/+417