From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudeep Holla Subject: [PATCH 1/4] mailbox: mailbox-test: rename driver as generic test driver Date: Thu, 11 Feb 2016 17:13:25 +0000 Message-ID: <1455210808-29395-2-git-send-email-sudeep.holla@arm.com> References: <1455210808-29395-1-git-send-email-sudeep.holla@arm.com> Return-path: In-Reply-To: <1455210808-29395-1-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lee Jones , Jassi Brar Cc: Sudeep Holla , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org This mailbox-test driver was designed to be generic, so let's remove ST tag on it and make it generic. Cc: Jassi Brar Cc: Lee Jones Signed-off-by: Sudeep Holla --- drivers/mailbox/mailbox-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mailbox/mailbox-test.c b/drivers/mailbox/mailbox-test.c index 684ae17dcf39..3813f6d9eba9 100644 --- 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, -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html