* [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig
@ 2016-01-11 3:59 Simon Horman
2016-01-11 3:59 ` [PATCH 1/2] ARM: shmobile: enable " Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2016-01-11 3:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
this short series enables XHCI_RCAR, which is used by Renesas R-Car SoCs,
in the relevant defconfigs.
Simon Horman (2):
ARM: shmobile: enable XHCI_RCAR in defconfig
ARM: multi_v7_defconfig: Enable XHCI_RCAR
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/configs/shmobile_defconfig | 2 ++
2 files changed, 3 insertions(+)
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] ARM: shmobile: enable XHCI_RCAR in defconfig
2016-01-11 3:59 [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig Simon Horman
@ 2016-01-11 3:59 ` Simon Horman
2016-01-11 4:00 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable XHCI_RCAR Simon Horman
2016-01-27 6:11 ` [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-01-11 3:59 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 969738324a5d..6582b88e3067 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -163,6 +163,8 @@ CONFIG_SND_SOC_RSRC_CARD=y
CONFIG_SND_SOC_AK4642=y
CONFIG_SND_SOC_WM8978=y
CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_RCAR=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_R8A66597_HCD=y
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] ARM: multi_v7_defconfig: Enable XHCI_RCAR
2016-01-11 3:59 [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig Simon Horman
2016-01-11 3:59 ` [PATCH 1/2] ARM: shmobile: enable " Simon Horman
@ 2016-01-11 4:00 ` Simon Horman
2016-01-27 6:11 ` [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-01-11 4:00 UTC (permalink / raw)
To: linux-arm-kernel
This is used by Renesas R-Car SoCs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 653d3c6ac525..33f96b587a8e 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -526,6 +526,7 @@ CONFIG_SND_SOC_WM8978=m
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_MVEBU=y
+CONFIG_USB_XHCI_RCAR=m
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_MSM=m
CONFIG_USB_EHCI_EXYNOS=y
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig
2016-01-11 3:59 [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig Simon Horman
2016-01-11 3:59 ` [PATCH 1/2] ARM: shmobile: enable " Simon Horman
2016-01-11 4:00 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable XHCI_RCAR Simon Horman
@ 2016-01-27 6:11 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-01-27 6:11 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 11, 2016 at 12:59:58PM +0900, Simon Horman wrote:
> Hi,
>
> this short series enables XHCI_RCAR, which is used by Renesas R-Car SoCs,
> in the relevant defconfigs.
>
> Simon Horman (2):
> ARM: shmobile: enable XHCI_RCAR in defconfig
> ARM: multi_v7_defconfig: Enable XHCI_RCAR
I have queued these up.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-27 6:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11 3:59 [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig Simon Horman
2016-01-11 3:59 ` [PATCH 1/2] ARM: shmobile: enable " Simon Horman
2016-01-11 4:00 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable XHCI_RCAR Simon Horman
2016-01-27 6:11 ` [PATCH 0/2] ARM: shmobile, multi_v7_defconfig, Enable XHCI_RCAR in defconfig Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).