From: "Michał Nazarewicz" <m.nazarewicz@samsung.com>
To: Toshiharu Okada <toshiharu-linux@dsn.okisemi.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
linux-usb <linux-usb@vger.kernel.org>,
"Wang, Qi" <qi.wang@intel.com>,
"Wang, Yong Y" <yong.y.wang@intel.com>,
Andrew <andrew.chih.howe.khor@intel.com>,
Intel OTC <joel.clark@intel.com>,
"Foster, Margie" <margie.foster@intel.com>,
"Ewe, Kok Howg" <kok.howg.ewe@intel.com>
Subject: Re: [PATCH v6] USB device driver of Topcliff PCH
Date: Mon, 25 Oct 2010 11:09:23 +0200 [thread overview]
Message-ID: <op.vk4jpxyt7p4s8u@pikus> (raw)
In-Reply-To: <4CC53D2D.7070309@dsn.okisemi.com>
On Mon, 25 Oct 2010 10:17:49 +0200, Toshiharu Okada <toshiharu-linux@dsn.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@suse.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@dsn.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--
next prev parent reply other threads:[~2010-10-25 9:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-25 8:17 [PATCH v6] USB device driver of Topcliff PCH Toshiharu Okada
2010-10-25 9:09 ` Michał Nazarewicz [this message]
2010-10-25 9:41 ` Toshiharu Okada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=op.vk4jpxyt7p4s8u@pikus \
--to=m.nazarewicz@samsung.com \
--cc=andrew.chih.howe.khor@intel.com \
--cc=joel.clark@intel.com \
--cc=kok.howg.ewe@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=margie.foster@intel.com \
--cc=qi.wang@intel.com \
--cc=toshiharu-linux@dsn.okisemi.com \
--cc=yong.y.wang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox