[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1360263258.25382.4.camel@gitbox>
Date: Fri, 08 Feb 2013 07:54:18 +1300
From: Tony Prisk <linux@...sktech.co.nz>
To: manjunath.goudar@...aro.org
Cc: linux-usb@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
patches@...aro.org, stern@...land.harvard.edu, arnd@...aro.org,
gregkh@...uxfoundation.org, Greg KH <greg@...ah.com>,
Alexey Charkov <alchark@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 08/10] USB: EHCI: make ehci-vt8500 a separate driver
On Thu, 2013-02-07 at 23:04 +0530, manjunath.goudar@...aro.org wrote:
> From: Manjunath Goudar <manjunath.goudar@...aro.org>
>
> Separate the vt8500 host controller driver from ehci-hcd host code
> into its own driver module.
>
> Signed-off-by: Manjunath Goudar <manjunath.goudar@...aro.org>
> Cc: Greg KH <greg@...ah.com>
> Cc: Alan Stern <stern@...land.harvard.edu>
> Cc: Tony Prisk <linux@...sktech.co.nz>
> Cc: Alexey Charkov <alchark@...il.com>
> Cc: linux-usb@...r.kernel.org
> Cc: linux-kernel@...r.kernel.org
> ---
> drivers/usb/host/Kconfig | 8 +++++
> drivers/usb/host/Makefile | 1 +
> drivers/usb/host/ehci-hcd.c | 5 ---
> drivers/usb/host/ehci-vt8500.c | 73 ++++++++++++++++++----------------------
> 4 files changed, 42 insertions(+), 45 deletions(-)
>
...
> diff --git a/drivers/usb/host/ehci-vt8500.c b/drivers/usb/host/ehci-vt8500.c
> index 11695d5..ff4e3ae 100644
> --- a/drivers/usb/host/ehci-vt8500.c
> +++ b/drivers/usb/host/ehci-vt8500.c
> @@ -16,52 +16,25 @@
...
> +MODULE_DESCRIPTION(DRIVER_DESC);
> +MODULE_AUTHOR("Alexey Charkov");
> +MODULE_LICENSE("GPL");
Should be "GPL v2" as per the license header.
> MODULE_ALIAS("platform:vt8500-ehci");
> MODULE_DEVICE_TABLE(of, vt8500_ehci_ids);
Regards
Tony Prisk
--
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