mbox series

[v3,0/2] arm: ep93xx: CCF conversion

Message ID 20211018103105.146380-1-alexander.sverdlin@gmail.com (mailing list archive)
Headers show
Series arm: ep93xx: CCF conversion | expand

Message

Alexander Sverdlin Oct. 18, 2021, 10:31 a.m. UTC
This series series of patches converts ep93xx to Common Clock Framework.

It consists of preparation patches to use clk_prepare_enable where it is
needed, instead of clk_enable used in ep93xx drivers prior to CCF and
a patch converting mach-ep93xx/clock.c to CCF.

Link: https://lore.kernel.org/patchwork/cover/1445563/
Link: https://lore.kernel.org/patchwork/patch/1435884/

v2->v3:
Rebased the series onto v5.15-rc5
v1->v2:
- added SoB

Alexander Sverdlin (1):
  ASoC: cirrus: i2s: Prepare clock before using it

Nikita Shubin (1):
  ep93xx: clock: convert in-place to COMMON_CLK

 arch/arm/Kconfig              |   2 +-
 arch/arm/mach-ep93xx/clock.c  | 975 +++++++++++++++++++---------------
 arch/arm/mach-ep93xx/core.c   |   2 +-
 arch/arm/mach-ep93xx/soc.h    |  42 +-
 sound/soc/cirrus/ep93xx-i2s.c |  12 +-
 5 files changed, 587 insertions(+), 446 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Oct. 20, 2021, 4 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 18 Oct 2021 12:31:03 +0200 you wrote:
> This series series of patches converts ep93xx to Common Clock Framework.
> 
> It consists of preparation patches to use clk_prepare_enable where it is
> needed, instead of clk_enable used in ep93xx drivers prior to CCF and
> a patch converting mach-ep93xx/clock.c to CCF.
> 
> Link: https://lore.kernel.org/patchwork/cover/1445563/
> Link: https://lore.kernel.org/patchwork/patch/1435884/
> 
> [...]

Here is the summary with links:
  - [v3,1/2] ASoC: cirrus: i2s: Prepare clock before using it
    https://git.kernel.org/soc/soc/c/f4ff6b56bc8a
  - [v3,2/2] ep93xx: clock: convert in-place to COMMON_CLK
    https://git.kernel.org/soc/soc/c/9645ccc7bd7a

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Arnd Bergmann Oct. 20, 2021, 4 p.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 18 Oct 2021 12:31:03 +0200, Alexander Sverdlin wrote:
> This series series of patches converts ep93xx to Common Clock Framework.
> 
> It consists of preparation patches to use clk_prepare_enable where it is
> needed, instead of clk_enable used in ep93xx drivers prior to CCF and
> a patch converting mach-ep93xx/clock.c to CCF.
> 
> Link: https://lore.kernel.org/patchwork/cover/1445563/
> Link: https://lore.kernel.org/patchwork/patch/1435884/
> 
> [...]

Applied to arm/drivers, thanks!

[1/2] ASoC: cirrus: i2s: Prepare clock before using it
      commit: f4ff6b56bc8ab2fcad6885813cd28ccc81224981
[2/2] ep93xx: clock: convert in-place to COMMON_CLK
      commit: 9645ccc7bd7a16cd73c3be9dee70cd702b03be37

       Arnd