devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm64: defconfig: Enable PWM and USB for R-Car
@ 2018-02-14  6:23 Yoshihiro Shimoda
  2018-02-14  6:23 ` [PATCH 3/4] arm64: defconfig: Enable USB 3.0 PHY " Yoshihiro Shimoda
       [not found] ` <1518589412-7330-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 2 replies; 11+ messages in thread
From: Yoshihiro Shimoda @ 2018-02-14  6:23 UTC (permalink / raw)
  To: horms, magnus.damm, robh+dt, mark.rutland
  Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch set is based on the renesas.git / renesas-devel-20180213v2-v4.16-rc1
tag.

Yoshihiro Shimoda (4):
  arm64: defconfig: Enable PWM for R-Car
  arm64: defconfig: Enable USB-DMAC for R-Car
  arm64: defconfig: Enable USB 3.0 PHY for R-Car
  arm64: defconfig: Enable USB 3.0 peripheral for R-Car

 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/4] arm64: defconfig: Enable PWM for R-Car
       [not found] ` <1518589412-7330-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
@ 2018-02-14  6:23   ` Yoshihiro Shimoda
       [not found]     ` <1518589412-7330-2-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  2018-02-14  6:23   ` [PATCH 2/4] arm64: defconfig: Enable USB-DMAC " Yoshihiro Shimoda
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Yoshihiro Shimoda @ 2018-02-14  6:23 UTC (permalink / raw)
  To: horms-/R6kz+dDXgpPR4JQBCEnsQ, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Yoshihiro Shimoda

Enable the Renesas R-Car's PWM controller.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a850bc5..59c11a5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -548,6 +548,7 @@ CONFIG_PWM=y
 CONFIG_PWM_BCM2835=m
 CONFIG_PWM_CROS_EC=m
 CONFIG_PWM_MESON=m
+CONFIG_PWM_RCAR=m
 CONFIG_PWM_ROCKCHIP=y
 CONFIG_PWM_SAMSUNG=y
 CONFIG_PWM_TEGRA=m
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/4] arm64: defconfig: Enable USB-DMAC for R-Car
       [not found] ` <1518589412-7330-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  2018-02-14  6:23   ` [PATCH 1/4] arm64: defconfig: Enable PWM " Yoshihiro Shimoda
@ 2018-02-14  6:23   ` Yoshihiro Shimoda
  2018-02-14 10:04     ` Geert Uytterhoeven
  2018-02-14  6:23   ` [PATCH 4/4] arm64: defconfig: Enable USB 3.0 peripheral " Yoshihiro Shimoda
  2018-02-15 18:33   ` [PATCH 0/4] arm64: defconfig: Enable PWM and USB " Simon Horman
  3 siblings, 1 reply; 11+ messages in thread
From: Yoshihiro Shimoda @ 2018-02-14  6:23 UTC (permalink / raw)
  To: horms-/R6kz+dDXgpPR4JQBCEnsQ, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Yoshihiro Shimoda

Enable the R-Car's USB-DMAC controller. This controller will be used
by HS-USB (renesas_usbhs driver). Since the renesas_usbhs driver
(CONFIG_USB_RENESAS_USBHS_UDC) is enabled as module, the USB-DMAC
driver is also enabled as module.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 59c11a5..9f55541 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -501,6 +501,7 @@ CONFIG_QCOM_BAM_DMA=y
 CONFIG_QCOM_HIDMA_MGMT=y
 CONFIG_QCOM_HIDMA=y
 CONFIG_RCAR_DMAC=y
+CONFIG_RENESAS_USB_DMAC=m
 CONFIG_VFIO=y
 CONFIG_VFIO_PCI=y
 CONFIG_VIRTIO_PCI=y
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/4] arm64: defconfig: Enable USB 3.0 PHY for R-Car
  2018-02-14  6:23 [PATCH 0/4] arm64: defconfig: Enable PWM and USB for R-Car Yoshihiro Shimoda
@ 2018-02-14  6:23 ` Yoshihiro Shimoda
  2018-02-14 10:05   ` Geert Uytterhoeven
       [not found] ` <1518589412-7330-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  1 sibling, 1 reply; 11+ messages in thread
From: Yoshihiro Shimoda @ 2018-02-14  6:23 UTC (permalink / raw)
  To: horms, magnus.damm, robh+dt, mark.rutland
  Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda

Enable the R-Car's USB 3.0 PHY.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9f55541..29650e1 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -554,6 +554,7 @@ CONFIG_PWM_ROCKCHIP=y
 CONFIG_PWM_SAMSUNG=y
 CONFIG_PWM_TEGRA=m
 CONFIG_PHY_RCAR_GEN3_USB2=y
+CONFIG_PHY_RCAR_GEN3_USB3=m
 CONFIG_PHY_HI6220_USB=y
 CONFIG_PHY_QCOM_USB_HS=y
 CONFIG_PHY_SUN4I_USB=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 4/4] arm64: defconfig: Enable USB 3.0 peripheral for R-Car
       [not found] ` <1518589412-7330-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  2018-02-14  6:23   ` [PATCH 1/4] arm64: defconfig: Enable PWM " Yoshihiro Shimoda
  2018-02-14  6:23   ` [PATCH 2/4] arm64: defconfig: Enable USB-DMAC " Yoshihiro Shimoda
@ 2018-02-14  6:23   ` Yoshihiro Shimoda
  2018-02-14 10:05     ` Geert Uytterhoeven
  2018-02-15 18:33   ` [PATCH 0/4] arm64: defconfig: Enable PWM and USB " Simon Horman
  3 siblings, 1 reply; 11+ messages in thread
From: Yoshihiro Shimoda @ 2018-02-14  6:23 UTC (permalink / raw)
  To: horms-/R6kz+dDXgpPR4JQBCEnsQ, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Yoshihiro Shimoda

Enable the R-Car's USB 3.0 peripheral controller.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 29650e1..ceafd26 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -445,6 +445,7 @@ CONFIG_NOP_USB_XCEIV=y
 CONFIG_USB_ULPI=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=m
+CONFIG_USB_RENESAS_USB3=m
 CONFIG_USB_ULPI_BUS=y
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=32
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 1/4] arm64: defconfig: Enable PWM for R-Car
       [not found]     ` <1518589412-7330-2-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
@ 2018-02-14 10:04       ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2018-02-14 10:04 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Feb 14, 2018 at 7:23 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> wrote:
> Enable the Renesas R-Car's PWM controller.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>

Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/4] arm64: defconfig: Enable USB-DMAC for R-Car
  2018-02-14  6:23   ` [PATCH 2/4] arm64: defconfig: Enable USB-DMAC " Yoshihiro Shimoda
@ 2018-02-14 10:04     ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2018-02-14 10:04 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Feb 14, 2018 at 7:23 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Enable the R-Car's USB-DMAC controller. This controller will be used
> by HS-USB (renesas_usbhs driver). Since the renesas_usbhs driver
> (CONFIG_USB_RENESAS_USBHS_UDC) is enabled as module, the USB-DMAC
> driver is also enabled as module.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/4] arm64: defconfig: Enable USB 3.0 PHY for R-Car
  2018-02-14  6:23 ` [PATCH 3/4] arm64: defconfig: Enable USB 3.0 PHY " Yoshihiro Shimoda
@ 2018-02-14 10:05   ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2018-02-14 10:05 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Feb 14, 2018 at 7:23 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Enable the R-Car's USB 3.0 PHY.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4/4] arm64: defconfig: Enable USB 3.0 peripheral for R-Car
  2018-02-14  6:23   ` [PATCH 4/4] arm64: defconfig: Enable USB 3.0 peripheral " Yoshihiro Shimoda
@ 2018-02-14 10:05     ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2018-02-14 10:05 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Simon Horman, Magnus Damm, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Feb 14, 2018 at 7:23 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Enable the R-Car's USB 3.0 peripheral controller.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 0/4] arm64: defconfig: Enable PWM and USB for R-Car
       [not found] ` <1518589412-7330-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
                     ` (2 preceding siblings ...)
  2018-02-14  6:23   ` [PATCH 4/4] arm64: defconfig: Enable USB 3.0 peripheral " Yoshihiro Shimoda
@ 2018-02-15 18:33   ` Simon Horman
  2018-02-21  6:02     ` Yoshihiro Shimoda
  3 siblings, 1 reply; 11+ messages in thread
From: Simon Horman @ 2018-02-15 18:33 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA

On Wed, Feb 14, 2018 at 03:23:28PM +0900, Yoshihiro Shimoda wrote:
> This patch set is based on the renesas.git / renesas-devel-20180213v2-v4.16-rc1
> tag.

Hi Shimoda-san,

these changes look fine to me but I believe that upstream
prefers such patches to be consolidated. Could you consider
reposting with these four patches squashed into one?
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [PATCH 0/4] arm64: defconfig: Enable PWM and USB for R-Car
  2018-02-15 18:33   ` [PATCH 0/4] arm64: defconfig: Enable PWM and USB " Simon Horman
@ 2018-02-21  6:02     ` Yoshihiro Shimoda
  0 siblings, 0 replies; 11+ messages in thread
From: Yoshihiro Shimoda @ 2018-02-21  6:02 UTC (permalink / raw)
  To: Simon Horman
  Cc: magnus.damm, robh+dt, mark.rutland, devicetree, linux-renesas-soc

Hi Simon-san,

> From: Simon Horman, Sent: Friday, February 16, 2018 3:34 AM
> To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Cc: magnus.damm@gmail.com; robh+dt@kernel.org; mark.rutland@arm.com; devicetree@vger.kernel.org;
> linux-renesas-soc@vger.kernel.org
> Subject: Re: [PATCH 0/4] arm64: defconfig: Enable PWM and USB for R-Car
> 
> On Wed, Feb 14, 2018 at 03:23:28PM +0900, Yoshihiro Shimoda wrote:
> > This patch set is based on the renesas.git / renesas-devel-20180213v2-v4.16-rc1
> > tag.
> 
> Hi Shimoda-san,
> 
> these changes look fine to me but I believe that upstream
> prefers such patches to be consolidated. Could you consider
> reposting with these four patches squashed into one?

Sure! I will submit v2 patch soon.

Best regards,
Yoshihiro Shimoda

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-02-21  6:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14  6:23 [PATCH 0/4] arm64: defconfig: Enable PWM and USB for R-Car Yoshihiro Shimoda
2018-02-14  6:23 ` [PATCH 3/4] arm64: defconfig: Enable USB 3.0 PHY " Yoshihiro Shimoda
2018-02-14 10:05   ` Geert Uytterhoeven
     [not found] ` <1518589412-7330-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2018-02-14  6:23   ` [PATCH 1/4] arm64: defconfig: Enable PWM " Yoshihiro Shimoda
     [not found]     ` <1518589412-7330-2-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2018-02-14 10:04       ` Geert Uytterhoeven
2018-02-14  6:23   ` [PATCH 2/4] arm64: defconfig: Enable USB-DMAC " Yoshihiro Shimoda
2018-02-14 10:04     ` Geert Uytterhoeven
2018-02-14  6:23   ` [PATCH 4/4] arm64: defconfig: Enable USB 3.0 peripheral " Yoshihiro Shimoda
2018-02-14 10:05     ` Geert Uytterhoeven
2018-02-15 18:33   ` [PATCH 0/4] arm64: defconfig: Enable PWM and USB " Simon Horman
2018-02-21  6:02     ` Yoshihiro Shimoda

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).