summaryrefslogtreecommitdiff
path: root/drivers/smem
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-03smem: Don't use -EPROBE_DEFERSimon Glass1-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-30soc: qualcomm: Fix not calling dev_err with a deviceSean Anderson1-1/+1
2020-09-18IPQ40xx: Add SMEM supportRobert Marko1-1/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2018-07-19drivers: smem: sandboxRamon Fried3-0/+55
2018-07-19soc: qualcomm: Add Shared Memory Manager driverRamon Fried3-0/+946
2018-07-19dm: SMEM (Shared memory) uclassRamon Fried3-0/+52