lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 8 Mar 2018 17:12:28 +0900
From:   Masahiro Yamada <yamada.masahiro@...ionext.com>
To:     Katsuhiro Suzuki <suzuki.katsuhiro@...ionext.com>
Cc:     Philipp Zabel <p.zabel@...gutronix.de>,
        linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
        Masami Hiramatsu <masami.hiramatsu@...aro.org>,
        Jassi Brar <jaswinder.singh@...aro.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control

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


Acked-by: Masahiro Yamada <yamada.masahiro@...ionext.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ