aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-12mailbox: mailbox-test: Prevent memory leakLee Jones1-3/+6
2016-04-12mailbox: mailbox-test: Use more consistent format for calling copy_from_user()Lee Jones1-4/+3
2016-03-04mailbox: mailbox-test: add support for separate tx/rx buffer with single channelSudeep Holla1-10/+21
2016-03-04mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printkSudeep Holla1-10/+8
2016-03-04mailbox: mailbox-test: fix the compatible stringSudeep Holla1-1/+1
2016-03-04mailbox: mailbox-test: rename driver as generic test driverSudeep Holla1-1/+1
2015-11-04mailbox: mailbox-test: avoid reading iomem twiceJassi Brar1-3/+2
2015-10-27mailbox: Off by one in mbox_test_message_read()Dan Carpenter1-1/+1
2015-10-23mailbox: mailbox-test: Correctly repair Sparse warningsLee Jones1-5/+6
2015-10-17mailbox: Fix a couple of trivial static checker issuesLee Jones1-5/+5
2015-10-17mailbox: Add generic mechanism for testing Mailbox ControllersLee Jones1-0/+361