Re: [PATCH 0/4] bus: sunxi-rsb: Implement power managment

From: Chen-Yu Tsai
Date: Mon Jan 04 2021 - 03:34:20 EST


Hi,

On Sun, Jan 3, 2021 at 7:06 PM Samuel Holland <samuel@xxxxxxxxxxxx> wrote:
>
> This series adds system (complete power down) and runtime (clock gate)
> PM hooks to the RSB controller driver. Tested on A64 and H6.
>
> Samuel Holland (4):
> bus: sunxi-rsb: Move OF match table
> bus: sunxi-rsb: Split out controller init/exit functions
> bus: sunxi-rsb: Implement suspend/resume/shutdown callbacks
> bus: sunxi-rsb: Implement runtime power management
>
> drivers/bus/sunxi-rsb.c | 211 ++++++++++++++++++++++++++++------------
> 1 file changed, 150 insertions(+), 61 deletions(-)

Looks good to me.

Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>

I already queued them up locally, but I think it's best to give other
people some time to review as well.

ChenYu