Re: [PATCH 6/7] reset: sunxi: Convert driver private data to platform data

2022-06-27 Thread Andre Przywara
On Mon, 9 May 2022 00:29:36 -0500 Samuel Holland wrote: > The reason here is the same as the reason for changing the clock driver: > platform data can be provided when binding the driver. Yes, that's right. Confirmed to be almost completely s/priv/plat/. > Signed-off-by: Samuel Holland Revie

[PATCH 6/7] reset: sunxi: Convert driver private data to platform data

2022-05-08 Thread Samuel Holland
The reason here is the same as the reason for changing the clock driver: platform data can be provided when binding the driver. Signed-off-by: Samuel Holland --- drivers/reset/reset-sunxi.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git