commit | cf1e49fae7907948516d1d6d65ba61b332ae6141 | [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 | 1bf05d0246c149f27432906e9ff5062519a321ec [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>