summaryrefslogtreecommitdiff
path: root/include/mailbox-uclass.h
Commit message (Collapse)AuthorAgeFilesLines
* dm: mailbox: Update uclass to support livetreeSimon Glass2017-06-011-1/+1
| | | | | | | Update the mailbox uclass to support livetree. Fix the xlate() method in all callers. Signed-off-by: Simon Glass <sjg@chromium.org>
* mailbox: rename headersStephen Warren2016-06-191-0/+83
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>