From: rmallon@gmail.com (Ryan Mallon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] usb: ohci: remove ep93xx bus glue platform driver
Date: Tue, 15 Oct 2013 09:01:16 +1100 [thread overview]
Message-ID: <525C69AC.1010004@gmail.com> (raw)
In-Reply-To: <201310141435.31147.hartleys@visionengravers.com>
On 15/10/13 08:35, H Hartley Sweeten wrote:
> Convert ep93xx to use the OHCI platform driver and remove the
> ohci-ep93xx bus glue driver.
>
> Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Alan Stern <stern@rowland.harvard.edu>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Ryan Mallon <rmallon@gmail.com>
> ---
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index b3f20d7..2c8f2db 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -472,7 +472,7 @@ config USB_CNS3XXX_OHCI
>
> config USB_OHCI_HCD_PLATFORM
> tristate "Generic OHCI driver for a platform device"
> - default n
> + default y if ARCH_EP93XX
Shouldn't we select USB_OHCI_HCD_PLATFORM, e.g. something like:
config ARCH_EP93XX_USB
tristate "USB OHCI support"
default y
select USB_OHCI_HCD_PLATFORM
In arch/arm/mach-ep93xx/Kconfig rather than polluting
drivers/usb/host/Kconfig with arch specific stuff?
~Ryan
WARNING: multiple messages have this Message-ID (diff)
From: Ryan Mallon <rmallon@gmail.com>
To: H Hartley Sweeten <hartleys@visionengravers.com>,
linux-usb@vger.kernel.org
Cc: ARM Kernel <linux-arm-kernel@lists.infradead.org>,
Linux Kernel <linux-kernel@vger.kernel.org>,
stern@rowland.harvard.edu, gregkh@linuxfoundation.org
Subject: Re: [PATCH] usb: ohci: remove ep93xx bus glue platform driver
Date: Tue, 15 Oct 2013 09:01:16 +1100 [thread overview]
Message-ID: <525C69AC.1010004@gmail.com> (raw)
In-Reply-To: <201310141435.31147.hartleys@visionengravers.com>
On 15/10/13 08:35, H Hartley Sweeten wrote:
> Convert ep93xx to use the OHCI platform driver and remove the
> ohci-ep93xx bus glue driver.
>
> Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Alan Stern <stern@rowland.harvard.edu>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Ryan Mallon <rmallon@gmail.com>
> ---
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index b3f20d7..2c8f2db 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -472,7 +472,7 @@ config USB_CNS3XXX_OHCI
>
> config USB_OHCI_HCD_PLATFORM
> tristate "Generic OHCI driver for a platform device"
> - default n
> + default y if ARCH_EP93XX
Shouldn't we select USB_OHCI_HCD_PLATFORM, e.g. something like:
config ARCH_EP93XX_USB
tristate "USB OHCI support"
default y
select USB_OHCI_HCD_PLATFORM
In arch/arm/mach-ep93xx/Kconfig rather than polluting
drivers/usb/host/Kconfig with arch specific stuff?
~Ryan
next prev parent reply other threads:[~2013-10-14 22:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-14 21:35 [PATCH] usb: ohci: remove ep93xx bus glue platform driver H Hartley Sweeten
2013-10-14 21:35 ` H Hartley Sweeten
2013-10-14 22:01 ` Ryan Mallon [this message]
2013-10-14 22:01 ` Ryan Mallon
2013-10-14 22:11 ` Hartley Sweeten
2013-10-14 22:11 ` Hartley Sweeten
2013-10-15 14:46 ` Alan Stern
2013-10-15 14:46 ` Alan Stern
2013-10-15 4:41 ` Ryan Mallon
2013-10-15 4:41 ` Ryan Mallon
2013-10-15 14:48 ` Alan Stern
2013-10-15 14:48 ` Alan Stern
2013-10-15 15:50 ` Olof Johansson
2013-10-15 15:50 ` Olof Johansson
2013-10-15 20:55 ` Hartley Sweeten
2013-10-15 20:55 ` Hartley Sweeten
2013-10-16 14:36 ` Alan Stern
2013-10-16 14:36 ` 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=525C69AC.1010004@gmail.com \
--to=rmallon@gmail.com \
--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.