From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Simon Horman <horms@verge.net.au>,
Magnus Damm <magnus.damm@gmail.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-usb@vger.kernel.org, linux-sh@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: renesas_usbhs: fix driver dependencies
Date: Mon, 01 Sep 2014 13:22:55 +0000 [thread overview]
Message-ID: <5404732F.4000203@cogentembedded.com> (raw)
In-Reply-To: <8246169.KgpDT6Hn5J@amdc1032>
Hello.
On 9/1/2014 5:14 PM, Bartlomiej Zolnierkiewicz wrote:
> Renesas USBHS controller support should be available only on
> Renesas ARM SoCs and SuperH architecture.
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Simon Horman <horms@verge.net.au>
> Cc: Magnus Damm <magnus.damm@gmail.com>
> ---
> drivers/usb/renesas_usbhs/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
> Index: b/drivers/usb/renesas_usbhs/Kconfig
> =================================> --- a/drivers/usb/renesas_usbhs/Kconfig 2014-07-30 14:31:51.883523522 +0200
> +++ b/drivers/usb/renesas_usbhs/Kconfig 2014-09-01 14:25:42.028512490 +0200
> @@ -5,6 +5,7 @@
> config USB_RENESAS_USBHS
> tristate 'Renesas USBHS controller'
> depends on USB_GADGET
> + depends on ARCH_SHMOBILE || ARCH_SH || COMPILE_TEST
Again, I think you meant SUPERH here, not ARCH_SH.
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Simon Horman <horms@verge.net.au>,
Magnus Damm <magnus.damm@gmail.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-usb@vger.kernel.org, linux-sh@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: renesas_usbhs: fix driver dependencies
Date: Mon, 01 Sep 2014 17:22:55 +0400 [thread overview]
Message-ID: <5404732F.4000203@cogentembedded.com> (raw)
In-Reply-To: <8246169.KgpDT6Hn5J@amdc1032>
Hello.
On 9/1/2014 5:14 PM, Bartlomiej Zolnierkiewicz wrote:
> Renesas USBHS controller support should be available only on
> Renesas ARM SoCs and SuperH architecture.
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Simon Horman <horms@verge.net.au>
> Cc: Magnus Damm <magnus.damm@gmail.com>
> ---
> drivers/usb/renesas_usbhs/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
> Index: b/drivers/usb/renesas_usbhs/Kconfig
> ===================================================================
> --- a/drivers/usb/renesas_usbhs/Kconfig 2014-07-30 14:31:51.883523522 +0200
> +++ b/drivers/usb/renesas_usbhs/Kconfig 2014-09-01 14:25:42.028512490 +0200
> @@ -5,6 +5,7 @@
> config USB_RENESAS_USBHS
> tristate 'Renesas USBHS controller'
> depends on USB_GADGET
> + depends on ARCH_SHMOBILE || ARCH_SH || COMPILE_TEST
Again, I think you meant SUPERH here, not ARCH_SH.
WBR, Sergei
next prev parent reply other threads:[~2014-09-01 13:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-01 13:14 [PATCH] usb: renesas_usbhs: fix driver dependencies Bartlomiej Zolnierkiewicz
2014-09-01 13:14 ` Bartlomiej Zolnierkiewicz
2014-09-01 13:22 ` Sergei Shtylyov [this message]
2014-09-01 13:22 ` Sergei Shtylyov
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=5404732F.4000203@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=b.zolnierkie@samsung.com \
--cc=gregkh@linuxfoundation.org \
--cc=horms@verge.net.au \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=magnus.damm@gmail.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.