summaryrefslogtreecommitdiff
path: root/drivers/mailbox/sandbox-mbox-test.c
Commit message (Collapse)AuthorAgeLines
* mailbox: rename headersStephen Warren2016-06-19-1/+1
| | | | | | | | Rename mailbox*.h to match the naming convention requested during review of the new reset subsystem. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
* mailbox: implement a sandbox testStephen Warren2016-05-26-0/+54
This adds a sandbox mailbox implementation (provider), a test client device, instantiates them both from Sandbox's DT, and adds a DM test that excercises everything. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org> # v1