projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b2396d
)
mailbox: mailbox-test: rename driver as generic test driver
author
Sudeep Holla
<sudeep.holla@arm.com>
Fri, 19 Feb 2016 16:01:15 +0000
(16:01 +0000)
committer
Jassi Brar
<jaswinder.singh@linaro.org>
Fri, 4 Mar 2016 07:02:13 +0000
(12:32 +0530)
This mailbox-test driver was designed to be generic, so let's remove ST
tag on it and make it generic.
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mailbox-test.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mailbox/mailbox-test.c
b/drivers/mailbox/mailbox-test.c
index 684ae17dcf392fb1cd90bd64b9813608b244ac61..3813f6d9eba9a0a560d699513a33d9548341717a 100644
(file)
--- a/
drivers/mailbox/mailbox-test.c
+++ b/
drivers/mailbox/mailbox-test.c
@@
-348,7
+348,7
@@
static const struct of_device_id mbox_test_match[] = {
static struct platform_driver mbox_test_driver = {
.driver = {
- .name = "mailbox_
sti_
test",
+ .name = "mailbox_test",
.of_match_table = mbox_test_match,
},
.probe = mbox_test_probe,