Re: [PATCH v2 6/6] mtd: nand: sunxi: Pass the device to the init function

2023-04-14 Thread Michael Nazzareno Trimarchi
On Fri, Apr 14, 2023 at 12:23 PM Andre Przywara wrote: > > On Sun, 22 Jan 2023 16:06:36 -0600 > Samuel Holland wrote: > > > This more closely matches the U-Boot driver to the Linux version. > > > > Signed-off-by: Samuel Holland > > Reviewed-by: Andre Przywara > > Thanks! > Andre > > > --- > >

Re: [PATCH v2 6/6] mtd: nand: sunxi: Pass the device to the init function

2023-04-14 Thread Andre Przywara
On Sun, 22 Jan 2023 16:06:36 -0600 Samuel Holland wrote: > This more closely matches the U-Boot driver to the Linux version. > > Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Thanks! Andre > --- > > (no changes since v1) > > drivers/mtd/nand/raw/sunxi_nand.c | 39

[PATCH v2 6/6] mtd: nand: sunxi: Pass the device to the init function

2023-01-22 Thread Samuel Holland
This more closely matches the U-Boot driver to the Linux version. Signed-off-by: Samuel Holland --- (no changes since v1) drivers/mtd/nand/raw/sunxi_nand.c | 39 --- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/drivers/mtd/nand/raw/sunxi_nand.c