summaryrefslogtreecommitdiff
path: root/drivers/mailbox/mailbox-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06mailbox: Rename free() to rfree()Simon Glass1-2/+2
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-08mailbox: allow subnode for mbox regsIbai Erkiaga1-1/+10
2019-10-08mailbox: check ops prior callingIbai Erkiaga1-2/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: mailbox: Update uclass to support livetreeSimon Glass1-12/+8
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-3/+3
2016-06-20mailbox: rename headersStephen Warren1-2/+2
2016-05-27Add a mailbox driver framework/uclassStephen Warren1-0/+145