Re: [PATCH 3/8] clk: sunxi-ng: Use a separate lock for each CCU instance
From: Maxime Ripard <hidden>
Date: 2021-09-03 09:09:33
Also in:
linux-clk, linux-sunxi, lkml
From: Maxime Ripard <hidden>
Date: 2021-09-03 09:09:33
Also in:
linux-clk, linux-sunxi, lkml
On Wed, Sep 01, 2021 at 12:05:21AM -0500, Samuel Holland wrote:
Some platforms have more than one CCU driver loaded: the main CCU, the PRCM, the display engine, and possibly others. All of these hardware blocks have separate MMIO spaces, so there is no need to synchronize between them. Signed-off-by: Samuel Holland <samuel@sholland.org>
Applied the first three patches Maxime