Re: [PATCH 02/43] soc: Add SoC driver for Cirrus ep93xx

From: Alexander Sverdlin
Date: Mon Apr 24 2023 - 07:34:54 EST


On Mon, 2023-04-24 at 15:34 +0300, Nikita Shubin wrote:
> This adds an SoC driver for the ep93xx. Currently there
> is only one thing not fitting into any other framework,
> and that is the swlock setting.
>
> It's used for clock settings and restart.
>
> Signed-off-by: Nikita Shubin <nikita.shubin@xxxxxxxxxxx>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Tested-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>
Acked-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>

> ---
>
> Notes:
>     rfc -> v0
>     Alexander Sverdlin:
>     - replace spinlock with local_irq
>    
>     Arnd Bergmann:
>     - wildcards changed to ep9301
>    
>     Linus Walleij:
>     - added tag, i hope changes are not significant enough to drop
>       Reviewed-by tag
>
>  drivers/soc/Kconfig               |   1 +
>  drivers/soc/Makefile              |   1 +
>  drivers/soc/cirrus/Kconfig        |  11 +++
>  drivers/soc/cirrus/Makefile       |   2 +
>  drivers/soc/cirrus/soc-ep93xx.c   | 134 ++++++++++++++++++++++++++++++
>  include/linux/soc/cirrus/ep93xx.h |  16 +++-
>  6 files changed, 161 insertions(+), 4 deletions(-)
>  create mode 100644 drivers/soc/cirrus/Kconfig
>  create mode 100644 drivers/soc/cirrus/Makefile
>  create mode 100644 drivers/soc/cirrus/soc-ep93xx.c

--
Alexander Sverdlin.