Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933897Ab3GWSxb (ORCPT ); Tue, 23 Jul 2013 14:53:31 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:56790 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S933293Ab3GWSx3 (ORCPT ); Tue, 23 Jul 2013 14:53:29 -0400 Date: Tue, 23 Jul 2013 14:53:28 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Manjunath Goudar cc: linux-usb@vger.kernel.org, , , , , Greg KH , Wan ZongShun , Subject: Re: [PATCH V2] USB: EHCI: make ehci-w90X900 a separate driver In-Reply-To: <1374488380-26428-1-git-send-email-manjunath.goudar@linaro.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1692 Lines: 45 On Mon, 22 Jul 2013, Manjunath Goudar wrote: > Separate the W90X900(W90P910) on-chip host controller driver from > ehci-hcd host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM; > however, note that other changes are still needed before W90X900(W90P910) > can be booted with a multi-platform kernel > > and an ehci driver that only works on one of them. > > With the infrastructure added by Alan Stern in patch 3e0232039 > "USB: EHCI: prepare to make ehci-hcd a library module", we can > avoid this problem by turning a bus glue into a separate > module, as we do here for the w90X900 bus glue. > > Signed-off-by: Manjunath Goudar > Acked-by: Arnd Bergmann > Cc: Greg KH > Cc: Alan Stern > Cc: Wan ZongShun > Cc: linux-usb@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > > V2: > -Arranged #include's in alphabetical order. > -Replaced "w90p910" by "w90x900" because it is supports > all series of w90x900. > +MODULE_DESCRIPTION(DRIVER_DESC); > MODULE_AUTHOR("Wan ZongShun "); > -MODULE_DESCRIPTION("w90p910 usb ehci driver!"); > -MODULE_LICENSE("GPL"); > MODULE_ALIAS("platform:w90p910-ehci"); > +MODULE_LICENSE("GPL v2"); Are you sure the license is supposed to be changed? Is that okay with Wan ZongShun? Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/