Re: [PATCH v2 1/6] clk: sunxi: Add NAND clocks and resets

2023-02-12 Thread Sean Anderson
On 1/22/23 17:06, Samuel Holland wrote: Currently NAND clock setup is done in board code, both in SPL and in U-Boot proper. Add the NAND clocks/resets here so they can be used by the "full" NAND driver once it is converted to the driver model. The bit locations are copied from the Linux CCU driv

Re: [PATCH v2 1/6] clk: sunxi: Add NAND clocks and resets

2023-02-09 Thread Andre Przywara
On Sun, 22 Jan 2023 16:06:31 -0600 Samuel Holland wrote: > Currently NAND clock setup is done in board code, both in SPL and in > U-Boot proper. Add the NAND clocks/resets here so they can be used by > the "full" NAND driver once it is converted to the driver model. > > The bit locations are cop

[PATCH v2 1/6] clk: sunxi: Add NAND clocks and resets

2023-01-22 Thread Samuel Holland
Currently NAND clock setup is done in board code, both in SPL and in U-Boot proper. Add the NAND clocks/resets here so they can be used by the "full" NAND driver once it is converted to the driver model. The bit locations are copied from the Linux CCU drivers. Reviewed-by: Jagan Teki Signed-off-