Re: [PATCH v6] USB device driver of Topcliff PCH

From: MichaÅ Nazarewicz
Date: Mon Oct 25 2010 - 05:07:10 EST


On Mon, 25 Oct 2010 10:17:49 +0200, Toshiharu Okada <toshiharu-linux@xxxxxxxxxxxxxxx> wrote:
This driver AUTHOR was changed to "Toshiharu Okada" from "Masayuki Ohtake".
We updated the Kconfig and Makefile, renamed "Topcliff" to "EG20T".

This patch had not been added to the Linus's kernel tree yet after your "Acked-by".
Do we need other actions in order to add this driver to the Linus's kernel tree.

I'm in no power of deciding what gets accepted or rejected. My Acked-by only meant
that after looking at the code a few times, I saw no obvious problems with the patch.
If you wish for this patch to be included you should send it to or at least cc
"Greg Kroah-Hartman" <gregkh@xxxxxxx>.


+static int __init pch_udc_pci_init(void)
+{
+ return pci_register_driver(&pch_udc_driver);
+}
+module_init(pch_udc_pci_init);
+
+static void __exit pch_udc_pci_exit(void)
+{
+ pci_unregister_driver(&pch_udc_driver);
+}
+module_exit(pch_udc_pci_exit);
+
+MODULE_DESCRIPTION("OKI SEMICONDUCTOR PCH USB Device Controller");
+MODULE_AUTHOR("OKI SEMICONDUCTOR, <toshiharu-linux@xxxxxxxxxxxxxxx>");
+MODULE_LICENSE("GPL");
+

Also, emtpy line at the end of file. If you're going to resend the patch,
please remove the line.

--
Best regards, _ _
| Humble Liege of Serenely Enlightened Majesty of o' \,=./ `o
| Computer Science, MichaÅ "mina86" Nazarewicz (o o)
+----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/