mbox series

[0/3] reset: uniphier: Introduce some features and NX1 support

Message ID 1633399842-1402-1-git-send-email-hayashi.kunihiko@socionext.com (mailing list archive)
Headers show
Series reset: uniphier: Introduce some features and NX1 support | expand

Message

Kunihiko Hayashi Oct. 5, 2021, 2:10 a.m. UTC
This series includes the patches to add audio/video reset lines for PXs3 SoC
and basic reset lines for new UniPhier NX1 SoC. NX1 SoC also has the same
kinds of reset lines as the other UniPhier SoCs.

Kunihiko Hayashi (3):
  reset: uniphier: Add audio system and video input reset control for
    PXs3
  dt-bindings: reset: uniphier: Add NX1 reset control binding
  reset: uniphier: Add NX1 reset support

 .../reset/socionext,uniphier-glue-reset.yaml       |  1 +
 .../bindings/reset/socionext,uniphier-reset.yaml   |  3 +++
 drivers/reset/reset-uniphier-glue.c                |  4 ++++
 drivers/reset/reset-uniphier.c                     | 27 ++++++++++++++++++++++
 4 files changed, 35 insertions(+)

Comments

Philipp Zabel Oct. 5, 2021, 9:59 a.m. UTC | #1
On Tue, 2021-10-05 at 11:10 +0900, Kunihiko Hayashi wrote:
> This series includes the patches to add audio/video reset lines for PXs3 SoC
> and basic reset lines for new UniPhier NX1 SoC. NX1 SoC also has the same
> kinds of reset lines as the other UniPhier SoCs.
> 
> Kunihiko Hayashi (3):
>   reset: uniphier: Add audio system and video input reset control for
>     PXs3
>   dt-bindings: reset: uniphier: Add NX1 reset control binding
>   reset: uniphier: Add NX1 reset support
> 
>  .../reset/socionext,uniphier-glue-reset.yaml       |  1 +
>  .../bindings/reset/socionext,uniphier-reset.yaml   |  3 +++
>  drivers/reset/reset-uniphier-glue.c                |  4 ++++
>  drivers/reset/reset-uniphier.c                     | 27 ++++++++++++++++++++++
>  4 files changed, 35 insertions(+)

Thank you, applied to reset/next.

regards
Philipp