Re: [PATCH v4 4/5] mailbox: Add generic mechanism for testing Mailbox Controllers

2015-10-16 Thread kbuild test robot
Hi Lee, [auto build test WARNING on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Lee-Jones/Mailbox-Provide-support-STi-based-platforms/20151016-152650 config: x86_64-allmodconfig (attached as

[PATCH v4 4/5] mailbox: Add generic mechanism for testing Mailbox Controllers

2015-10-16 Thread Lee Jones
This particular Client implementation uses shared memory in order to pass messages between Mailbox users; however, it can be easily hacked to support any type of Controller. Signed-off-by: Lee Jones --- drivers/mailbox/Kconfig| 7 + drivers/mailbox/Makefile | 2 + drivers/mailb

[PATCH v4 4/5] mailbox: Add generic mechanism for testing Mailbox Controllers

2015-10-05 Thread Lee Jones
This particular Client implementation uses shared memory in order to pass messages between Mailbox users; however, it can be easily hacked to support any type of Controller. Signed-off-by: Lee Jones --- drivers/mailbox/Kconfig| 7 + drivers/mailbox/Makefile | 2 + drivers/mailb