All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/7] USB: EHCI: make ehci-orion a separate driver
Date: Sat, 30 Mar 2013 11:37:20 +0000	[thread overview]
Message-ID: <201303301137.21039.arnd@arndb.de> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1303291342540.1467-100000@iolanthe.rowland.org>

On Friday 29 March 2013, Alan Stern wrote:
> I don't know about this last phrase.  When someone is running "make 
> menuconfig", for example, what shows up is the symbol's description, 
> not the symbol's name.  That person would see "EHCI support for Marvell 
> on-chip controller", not "USB_EHCI_MV".
> 
> In fact, shouldn't the description for USB_EHCI_MV be changed too, to 
> make it more distinct from this one?
> 
> All the code changes are fine.

Ok, I've included these Kconfig changes. Originally, the text change
for PXA/MMP was included in the patch for ehci-mv, but that one is
deferred to 3.11 now because of dependencies for the platform code that
we want to first merge in 3.10.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: linux-usb@vger.kernel.org,
	Manjunath Goudar <manjunath.goudar@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Greg KH <greg@kroah.com>,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH v3 1/7] USB: EHCI: make ehci-orion a separate driver
Date: Sat, 30 Mar 2013 11:37:20 +0000	[thread overview]
Message-ID: <201303301137.21039.arnd@arndb.de> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1303291342540.1467-100000@iolanthe.rowland.org>

On Friday 29 March 2013, Alan Stern wrote:
> I don't know about this last phrase.  When someone is running "make 
> menuconfig", for example, what shows up is the symbol's description, 
> not the symbol's name.  That person would see "EHCI support for Marvell 
> on-chip controller", not "USB_EHCI_MV".
> 
> In fact, shouldn't the description for USB_EHCI_MV be changed too, to 
> make it more distinct from this one?
> 
> All the code changes are fine.

Ok, I've included these Kconfig changes. Originally, the text change
for PXA/MMP was included in the patch for ehci-mv, but that one is
deferred to 3.11 now because of dependencies for the platform code that
we want to first merge in 3.10.

	Arnd

  reply	other threads:[~2013-03-30 11:37 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-28 21:54 [PATCH v3 0/7] USB EHCI multiplatform series again Arnd Bergmann
2013-03-28 21:54 ` Arnd Bergmann
2013-03-28 21:54 ` [PATCH v3 1/7] USB: EHCI: make ehci-orion a separate driver Arnd Bergmann
2013-03-28 21:54   ` Arnd Bergmann
2013-03-29 17:49   ` Alan Stern
2013-03-29 17:49     ` Alan Stern
2013-03-30 11:37     ` Arnd Bergmann [this message]
2013-03-30 11:37       ` Arnd Bergmann
2013-03-28 21:55 ` [PATCH v3 2/7] USB: EHCI: make ehci-spear " Arnd Bergmann
2013-03-28 21:55   ` Arnd Bergmann
2013-03-29  2:56   ` Viresh Kumar
2013-03-29  2:56     ` Viresh Kumar
2013-03-29 17:59   ` Alan Stern
2013-03-29 17:59     ` Alan Stern
2013-03-30 12:03     ` Arnd Bergmann
2013-03-30 12:03       ` Arnd Bergmann
2013-03-31 18:30       ` Arnd Bergmann
2013-03-31 18:30         ` Arnd Bergmann
2013-04-01 15:27         ` Alan Stern
2013-04-01 15:27           ` Alan Stern
2013-03-28 21:55 ` [PATCH v3 3/7] USB: EHCI: make ehci-s5p " Arnd Bergmann
2013-03-28 21:55   ` Arnd Bergmann
2013-03-29 19:41   ` Alan Stern
2013-03-29 19:41     ` Alan Stern
2013-03-30 12:22     ` Arnd Bergmann
2013-03-30 12:22       ` Arnd Bergmann
2013-03-28 21:55 ` [PATCH v3 4/7] USB: EHCI: export ehci_shutdown Arnd Bergmann
2013-03-28 21:55   ` Arnd Bergmann
2013-03-29 19:56   ` Alan Stern
2013-03-29 19:56     ` Alan Stern
2013-03-30  0:29     ` Geoff Levand
2013-03-30  0:29       ` Geoff Levand
2013-03-30  1:36       ` Alan Stern
2013-03-30  1:36         ` Alan Stern
2013-03-28 21:55 ` [PATCH v3 5/7] USB: EHCI: make ehci-atmel a separate driver Arnd Bergmann
2013-03-28 21:55   ` Arnd Bergmann
2013-03-29 20:02   ` Alan Stern
2013-03-29 20:02     ` Alan Stern
2013-03-30  7:15     ` Nicolas Ferre
2013-03-30  7:15       ` Nicolas Ferre
2013-03-30 12:29     ` Arnd Bergmann
2013-03-30 12:29       ` Arnd Bergmann
2013-03-28 21:55 ` [PATCH v3 6/7] USB: EHCI: make ehci-msm " Arnd Bergmann
2013-03-28 21:55   ` Arnd Bergmann
2013-03-29 20:12   ` Alan Stern
2013-03-29 20:12     ` Alan Stern
2013-03-30 12:49     ` Arnd Bergmann
2013-03-30 12:49       ` Arnd Bergmann
2013-04-01 22:17       ` David Brown
2013-04-01 22:17         ` David Brown
2013-03-28 21:55 ` [PATCH v3 7/7] USB: OHCI: avoid conflicting platform drivers Arnd Bergmann
2013-03-28 21:55   ` Arnd Bergmann
2013-03-29 20:15   ` Alan Stern
2013-03-29 20:15     ` Alan Stern
2013-03-30 12:56     ` Arnd Bergmann
2013-03-30 12:56       ` Arnd Bergmann
2013-04-01 15:29       ` Alan Stern
2013-04-01 15:29         ` Alan Stern

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=201303301137.21039.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.