All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control
@ 2018-03-08  8:09 ` Katsuhiro Suzuki
  0 siblings, 0 replies; 6+ messages in thread
From: Katsuhiro Suzuki @ 2018-03-08  8:09 UTC (permalink / raw)
  To: Philipp Zabel, Masahiro Yamada, linux-arm-kernel
  Cc: Masami Hiramatsu, Jassi Brar, linux-kernel, Katsuhiro Suzuki

Add reset lines for audio subsystem (AIO) on UniPhier
Pro4/Pro5/PXs2 SoCs.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
---
 drivers/reset/reset-uniphier.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index e8bb023ff15e..0fa23129d343 100644
--- a/drivers/reset/reset-uniphier.c
+++ b/drivers/reset/reset-uniphier.c
@@ -63,6 +63,7 @@ static const struct uniphier_reset_data uniphier_pro4_sys_reset_data[] = {
 	UNIPHIER_RESETX(12, 0x2000, 6),		/* GIO (Ether, SATA, USB3) */
 	UNIPHIER_RESETX(14, 0x2000, 17),	/* USB30 */
 	UNIPHIER_RESETX(15, 0x2004, 17),	/* USB31 */
+	UNIPHIER_RESETX(40, 0x2000, 13),	/* AIO */
 	UNIPHIER_RESET_END,
 };
 
@@ -72,6 +73,7 @@ static const struct uniphier_reset_data uniphier_pro5_sys_reset_data[] = {
 	UNIPHIER_RESETX(12, 0x2000, 6),		/* GIO (PCIe, USB3) */
 	UNIPHIER_RESETX(14, 0x2000, 17),	/* USB30 */
 	UNIPHIER_RESETX(15, 0x2004, 17),	/* USB31 */
+	UNIPHIER_RESETX(40, 0x2000, 13),	/* AIO */
 	UNIPHIER_RESET_END,
 };
 
@@ -88,6 +90,7 @@ static const struct uniphier_reset_data uniphier_pxs2_sys_reset_data[] = {
 	UNIPHIER_RESETX(21, 0x2014, 1),		/* USB31-PHY1 */
 	UNIPHIER_RESETX(28, 0x2014, 12),	/* SATA */
 	UNIPHIER_RESET(29, 0x2014, 8),		/* SATA-PHY (active high) */
+	UNIPHIER_RESETX(40, 0x2000, 13),	/* AIO */
 	UNIPHIER_RESET_END,
 };
 
-- 
2.16.1

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

* [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control
@ 2018-03-08  8:09 ` Katsuhiro Suzuki
  0 siblings, 0 replies; 6+ messages in thread
From: Katsuhiro Suzuki @ 2018-03-08  8:09 UTC (permalink / raw)
  To: linux-arm-kernel

Add reset lines for audio subsystem (AIO) on UniPhier
Pro4/Pro5/PXs2 SoCs.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
---
 drivers/reset/reset-uniphier.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index e8bb023ff15e..0fa23129d343 100644
--- a/drivers/reset/reset-uniphier.c
+++ b/drivers/reset/reset-uniphier.c
@@ -63,6 +63,7 @@ static const struct uniphier_reset_data uniphier_pro4_sys_reset_data[] = {
 	UNIPHIER_RESETX(12, 0x2000, 6),		/* GIO (Ether, SATA, USB3) */
 	UNIPHIER_RESETX(14, 0x2000, 17),	/* USB30 */
 	UNIPHIER_RESETX(15, 0x2004, 17),	/* USB31 */
+	UNIPHIER_RESETX(40, 0x2000, 13),	/* AIO */
 	UNIPHIER_RESET_END,
 };
 
@@ -72,6 +73,7 @@ static const struct uniphier_reset_data uniphier_pro5_sys_reset_data[] = {
 	UNIPHIER_RESETX(12, 0x2000, 6),		/* GIO (PCIe, USB3) */
 	UNIPHIER_RESETX(14, 0x2000, 17),	/* USB30 */
 	UNIPHIER_RESETX(15, 0x2004, 17),	/* USB31 */
+	UNIPHIER_RESETX(40, 0x2000, 13),	/* AIO */
 	UNIPHIER_RESET_END,
 };
 
@@ -88,6 +90,7 @@ static const struct uniphier_reset_data uniphier_pxs2_sys_reset_data[] = {
 	UNIPHIER_RESETX(21, 0x2014, 1),		/* USB31-PHY1 */
 	UNIPHIER_RESETX(28, 0x2014, 12),	/* SATA */
 	UNIPHIER_RESET(29, 0x2014, 8),		/* SATA-PHY (active high) */
+	UNIPHIER_RESETX(40, 0x2000, 13),	/* AIO */
 	UNIPHIER_RESET_END,
 };
 
-- 
2.16.1

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

* Re: [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control
  2018-03-08  8:09 ` Katsuhiro Suzuki
@ 2018-03-08  8:12   ` Masahiro Yamada
  -1 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2018-03-08  8:12 UTC (permalink / raw)
  To: Katsuhiro Suzuki
  Cc: Philipp Zabel, linux-arm-kernel, Masami Hiramatsu, Jassi Brar,
	Linux Kernel Mailing List

2018-03-08 17:09 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>:
> Add reset lines for audio subsystem (AIO) on UniPhier
> Pro4/Pro5/PXs2 SoCs.
>
> Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
> ---


Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>



>  drivers/reset/reset-uniphier.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
> index e8bb023ff15e..0fa23129d343 100644
> --- a/drivers/reset/reset-uniphier.c
> +++ b/drivers/reset/reset-uniphier.c
> @@ -63,6 +63,7 @@ static const struct uniphier_reset_data uniphier_pro4_sys_reset_data[] = {
>         UNIPHIER_RESETX(12, 0x2000, 6),         /* GIO (Ether, SATA, USB3) */
>         UNIPHIER_RESETX(14, 0x2000, 17),        /* USB30 */
>         UNIPHIER_RESETX(15, 0x2004, 17),        /* USB31 */
> +       UNIPHIER_RESETX(40, 0x2000, 13),        /* AIO */
>         UNIPHIER_RESET_END,
>  };
>
> @@ -72,6 +73,7 @@ static const struct uniphier_reset_data uniphier_pro5_sys_reset_data[] = {
>         UNIPHIER_RESETX(12, 0x2000, 6),         /* GIO (PCIe, USB3) */
>         UNIPHIER_RESETX(14, 0x2000, 17),        /* USB30 */
>         UNIPHIER_RESETX(15, 0x2004, 17),        /* USB31 */
> +       UNIPHIER_RESETX(40, 0x2000, 13),        /* AIO */
>         UNIPHIER_RESET_END,
>  };
>
> @@ -88,6 +90,7 @@ static const struct uniphier_reset_data uniphier_pxs2_sys_reset_data[] = {
>         UNIPHIER_RESETX(21, 0x2014, 1),         /* USB31-PHY1 */
>         UNIPHIER_RESETX(28, 0x2014, 12),        /* SATA */
>         UNIPHIER_RESET(29, 0x2014, 8),          /* SATA-PHY (active high) */
> +       UNIPHIER_RESETX(40, 0x2000, 13),        /* AIO */
>         UNIPHIER_RESET_END,
>  };
>
> --
> 2.16.1
>



-- 
Best Regards
Masahiro Yamada

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

* [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control
@ 2018-03-08  8:12   ` Masahiro Yamada
  0 siblings, 0 replies; 6+ messages in thread
From: Masahiro Yamada @ 2018-03-08  8:12 UTC (permalink / raw)
  To: linux-arm-kernel

2018-03-08 17:09 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>:
> Add reset lines for audio subsystem (AIO) on UniPhier
> Pro4/Pro5/PXs2 SoCs.
>
> Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
> ---


Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>



>  drivers/reset/reset-uniphier.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
> index e8bb023ff15e..0fa23129d343 100644
> --- a/drivers/reset/reset-uniphier.c
> +++ b/drivers/reset/reset-uniphier.c
> @@ -63,6 +63,7 @@ static const struct uniphier_reset_data uniphier_pro4_sys_reset_data[] = {
>         UNIPHIER_RESETX(12, 0x2000, 6),         /* GIO (Ether, SATA, USB3) */
>         UNIPHIER_RESETX(14, 0x2000, 17),        /* USB30 */
>         UNIPHIER_RESETX(15, 0x2004, 17),        /* USB31 */
> +       UNIPHIER_RESETX(40, 0x2000, 13),        /* AIO */
>         UNIPHIER_RESET_END,
>  };
>
> @@ -72,6 +73,7 @@ static const struct uniphier_reset_data uniphier_pro5_sys_reset_data[] = {
>         UNIPHIER_RESETX(12, 0x2000, 6),         /* GIO (PCIe, USB3) */
>         UNIPHIER_RESETX(14, 0x2000, 17),        /* USB30 */
>         UNIPHIER_RESETX(15, 0x2004, 17),        /* USB31 */
> +       UNIPHIER_RESETX(40, 0x2000, 13),        /* AIO */
>         UNIPHIER_RESET_END,
>  };
>
> @@ -88,6 +90,7 @@ static const struct uniphier_reset_data uniphier_pxs2_sys_reset_data[] = {
>         UNIPHIER_RESETX(21, 0x2014, 1),         /* USB31-PHY1 */
>         UNIPHIER_RESETX(28, 0x2014, 12),        /* SATA */
>         UNIPHIER_RESET(29, 0x2014, 8),          /* SATA-PHY (active high) */
> +       UNIPHIER_RESETX(40, 0x2000, 13),        /* AIO */
>         UNIPHIER_RESET_END,
>  };
>
> --
> 2.16.1
>



-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control
  2018-03-08  8:12   ` Masahiro Yamada
@ 2018-03-08 11:40     ` Philipp Zabel
  -1 siblings, 0 replies; 6+ messages in thread
From: Philipp Zabel @ 2018-03-08 11:40 UTC (permalink / raw)
  To: Masahiro Yamada, Katsuhiro Suzuki
  Cc: linux-arm-kernel, Masami Hiramatsu, Jassi Brar,
	Linux Kernel Mailing List

On Thu, 2018-03-08 at 17:12 +0900, Masahiro Yamada wrote:
> 2018-03-08 17:09 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>:
> > Add reset lines for audio subsystem (AIO) on UniPhier
> > Pro4/Pro5/PXs2 SoCs.
> > 
> > Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
> > ---
> 
> 
> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Thank you, applied to reset/next.

regards
Philipp

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

* [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control
@ 2018-03-08 11:40     ` Philipp Zabel
  0 siblings, 0 replies; 6+ messages in thread
From: Philipp Zabel @ 2018-03-08 11:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 2018-03-08 at 17:12 +0900, Masahiro Yamada wrote:
> 2018-03-08 17:09 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>:
> > Add reset lines for audio subsystem (AIO) on UniPhier
> > Pro4/Pro5/PXs2 SoCs.
> > 
> > Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
> > ---
> 
> 
> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Thank you, applied to reset/next.

regards
Philipp

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

end of thread, other threads:[~2018-03-08 11:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08  8:09 [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control Katsuhiro Suzuki
2018-03-08  8:09 ` Katsuhiro Suzuki
2018-03-08  8:12 ` Masahiro Yamada
2018-03-08  8:12   ` Masahiro Yamada
2018-03-08 11:40   ` Philipp Zabel
2018-03-08 11:40     ` Philipp Zabel

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.