All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Stanley <joel@jms.id.au>
To: Ryan Chen <ryan_chen@aspeedtech.com>
Cc: Andrew Jeffery <andrew@aj.id.au>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	linux-aspeed <linux-aspeed@lists.ozlabs.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-usb@vger.kernel.org, bmc-sw@aspeedtech.com
Subject: Re: [PATCH 1/3] configs: aspeed: enable UHCI driver in defconfig
Date: Wed, 7 Oct 2020 11:22:41 +0000	[thread overview]
Message-ID: <CACPK8XfBQgFk8oCaN_YAoKrvmV7QaOTFrHCWcjpEQv3bbjm70w@mail.gmail.com> (raw)
In-Reply-To: <20200930040823.26065-2-ryan_chen@aspeedtech.com>

On Wed, 30 Sep 2020 at 04:08, Ryan Chen <ryan_chen@aspeedtech.com> wrote:
>
> Enable UHCI driver in aspeed_g5_defconfig.
>
> Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>

Reviewed-by: Joel Stanley <Joel@jms.id.au>

> ---
>  arch/arm/configs/aspeed_g5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig
> index 2bacd8c90f4b..a57009d1a3b8 100644
> --- a/arch/arm/configs/aspeed_g5_defconfig
> +++ b/arch/arm/configs/aspeed_g5_defconfig
> @@ -212,6 +212,7 @@ CONFIG_USB_DYNAMIC_MINORS=y
>  CONFIG_USB_EHCI_HCD=y
>  CONFIG_USB_EHCI_ROOT_HUB_TT=y
>  CONFIG_USB_EHCI_HCD_PLATFORM=y
> +CONFIG_USB_UHCI_HCD=y
>  CONFIG_USB_GADGET=y
>  CONFIG_USB_ASPEED_VHUB=y
>  CONFIG_USB_CONFIGFS=y
> --
> 2.17.1
>

WARNING: multiple messages have this Message-ID (diff)
From: Joel Stanley <joel@jms.id.au>
To: Ryan Chen <ryan_chen@aspeedtech.com>
Cc: bmc-sw@aspeedtech.com,
	linux-aspeed <linux-aspeed@lists.ozlabs.org>,
	Andrew Jeffery <andrew@aj.id.au>,
	linux-usb@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/3] configs: aspeed: enable UHCI driver in defconfig
Date: Wed, 7 Oct 2020 11:22:41 +0000	[thread overview]
Message-ID: <CACPK8XfBQgFk8oCaN_YAoKrvmV7QaOTFrHCWcjpEQv3bbjm70w@mail.gmail.com> (raw)
In-Reply-To: <20200930040823.26065-2-ryan_chen@aspeedtech.com>

On Wed, 30 Sep 2020 at 04:08, Ryan Chen <ryan_chen@aspeedtech.com> wrote:
>
> Enable UHCI driver in aspeed_g5_defconfig.
>
> Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>

Reviewed-by: Joel Stanley <Joel@jms.id.au>

> ---
>  arch/arm/configs/aspeed_g5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig
> index 2bacd8c90f4b..a57009d1a3b8 100644
> --- a/arch/arm/configs/aspeed_g5_defconfig
> +++ b/arch/arm/configs/aspeed_g5_defconfig
> @@ -212,6 +212,7 @@ CONFIG_USB_DYNAMIC_MINORS=y
>  CONFIG_USB_EHCI_HCD=y
>  CONFIG_USB_EHCI_ROOT_HUB_TT=y
>  CONFIG_USB_EHCI_HCD_PLATFORM=y
> +CONFIG_USB_UHCI_HCD=y
>  CONFIG_USB_GADGET=y
>  CONFIG_USB_ASPEED_VHUB=y
>  CONFIG_USB_CONFIGFS=y
> --
> 2.17.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-10-07 11:22 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30  4:08 [PATCH 0/3] Enable USB host for AST2600 Ryan Chen
2020-09-30  4:08 ` Ryan Chen
2020-09-30  4:08 ` [PATCH 1/3] configs: aspeed: enable UHCI driver in defconfig Ryan Chen
2020-09-30  4:08   ` Ryan Chen
2020-09-30 16:50   ` Tao Ren
2020-09-30 16:50     ` Tao Ren
2020-10-07 11:22   ` Joel Stanley [this message]
2020-10-07 11:22     ` Joel Stanley
2020-09-30  4:08 ` [PATCH 2/3] usb: host: add uhci compatible support for ast2600-uhci Ryan Chen
2020-09-30  4:08   ` Ryan Chen
2020-09-30 16:52   ` Tao Ren
2020-09-30 16:52     ` Tao Ren
2020-10-07 11:25   ` Joel Stanley
2020-10-07 11:25     ` Joel Stanley
2020-10-07 14:58     ` Alan Stern
2020-10-07 14:58       ` Alan Stern
2020-09-30  4:08 ` [PATCH 3/3] ARM: dts: add ehci uhci enable in evb dts Ryan Chen
2020-09-30  4:08   ` Ryan Chen
2020-09-30 16:54   ` Tao Ren
2020-09-30 16:54     ` Tao Ren
2020-10-07 11:27   ` Joel Stanley
2020-10-07 11:27     ` Joel Stanley
2020-10-09  2:49   ` [PATCH v2 0/3] Enable USB host for AST2600 Ryan Chen
2020-10-09  2:49     ` Ryan Chen
2020-10-09  2:49     ` [PATCH v2 1/3] configs: aspeed: enable UHCI driver in defconfig Ryan Chen
2020-10-09  2:49       ` Ryan Chen
2020-10-09  4:45       ` Greg KH
2020-10-09  4:45         ` Greg KH
2020-10-09  4:55         ` Joel Stanley
2020-10-09  4:55           ` Joel Stanley
2020-10-09  5:46           ` Greg KH
2020-10-09  5:46             ` Greg KH
2020-10-09  5:59             ` Ryan Chen
2020-10-09  5:59               ` Ryan Chen
2020-10-09  6:01           ` Ryan Chen
2020-10-09  6:01             ` Ryan Chen
2020-10-09  2:49     ` [PATCH v2 2/3] usb: host: add uhci compatible support for ast2600-uhci Ryan Chen
2020-10-09  2:49       ` Ryan Chen
2020-10-09  4:45       ` Greg KH
2020-10-09  4:45         ` Greg KH
2020-10-09  2:49     ` [PATCH v2 3/3] ARM: dts: add ehci uhci enable in evb dts Ryan Chen
2020-10-09  2:49       ` Ryan Chen
2020-10-09  8:22       ` Sergei Shtylyov
2020-10-09  8:22         ` Sergei Shtylyov
2020-10-12  0:43         ` Ryan Chen
2020-10-12  0:43           ` Ryan Chen
2020-10-21 23:44           ` Andrew Jeffery
2020-10-21 23:44             ` Andrew Jeffery
2020-10-22  7:21             ` Ryan Chen
2020-10-22  7:21               ` Ryan Chen
2020-10-07  5:45 ` [PATCH 0/3] Enable USB host for AST2600 Ryan Chen
2020-10-07  5:45   ` Ryan Chen

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=CACPK8XfBQgFk8oCaN_YAoKrvmV7QaOTFrHCWcjpEQv3bbjm70w@mail.gmail.com \
    --to=joel@jms.id.au \
    --cc=andrew@aj.id.au \
    --cc=bmc-sw@aspeedtech.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=ryan_chen@aspeedtech.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 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.