summaryrefslogtreecommitdiff
path: root/include/mailbox-uclass.h
AgeCommit message (Collapse)Author
2017-06-01dm: mailbox: Update uclass to support livetreeSimon Glass
Update the mailbox uclass to support livetree. Fix the xlate() method in all callers. Signed-off-by: Simon Glass <[email protected]>
2016-06-19mailbox: rename headersStephen Warren
Rename mailbox*.h to match the naming convention requested during review of the new reset subsystem. Signed-off-by: Stephen Warren <[email protected]> Acked-by: Simon Glass <[email protected]>