[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <op.vk4jpxyt7p4s8u@pikus>
Date: Mon, 25 Oct 2010 11:09:23 +0200
From: Michał Nazarewicz <m.nazarewicz@...sung.com>
To: Toshiharu Okada <toshiharu-linux@....okisemi.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
linux-usb <linux-usb@...r.kernel.org>,
"Wang, Qi" <qi.wang@...el.com>,
"Wang, Yong Y" <yong.y.wang@...el.com>,
Andrew <andrew.chih.howe.khor@...el.com>,
Intel OTC <joel.clark@...el.com>,
"Foster, Margie" <margie.foster@...el.com>,
"Ewe, Kok Howg" <kok.howg.ewe@...el.com>
Subject: Re: [PATCH v6] USB device driver of Topcliff PCH
On Mon, 25 Oct 2010 10:17:49 +0200, Toshiharu Okada <toshiharu-linux@....okisemi.com> 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@...e.de>.
> +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@....okisemi.com>");
> +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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists