commit | 7b384eccc785b596f68448b155cbda26df57fb23 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Mon Jul 02 02:57:55 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 19 16:31:37 2018 -0400 |
tree | 77d623c310e8050de65ecc655a46dee7b3f81933 | |
parent | b19886b9469174213877ef37670ce35c55acb456 [diff] |
dm: SMEM (Shared memory) uclass This is a uclass for Shared memory manager drivers. A Shared Memory Manager driver implements an interface for allocating and accessing items in the memory area shared among all of the processors. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>