aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-14mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla1-5/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-19mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla1-2/+10
2016-12-19mailbox: mailbox-test: add support for fasync/pollSudeep Holla1-8/+71
2016-12-19mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-06-12mailbox: mailbox-test: set tdev->signal to NULL after freeingSudeep Holla1-0/+1
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