Re: [PATCH] nand: brcmnand: add iproc support

2023-03-08 Thread Michael Nazzareno Trimarchi
Hi On Sun, Jan 22, 2023 at 12:45 AM Linus Walleij wrote: > > Add support for the iproc Broadcom NAND controller, > used in Northstar SoCs for example. Based on the Linux > driver. > > Cc: Philippe Reynes > Signed-off-by: Linus Walleij > --- > drivers/mtd/nand/raw/Kconfig | 7 +

Re: [PATCH] nand: brcmnand: add iproc support

2023-03-08 Thread Linus Walleij
On Wed, Mar 8, 2023 at 5:54 PM Tom Rini wrote: > On Wed, Mar 08, 2023 at 12:04:53AM +0100, Linus Walleij wrote: > > On Sun, Jan 22, 2023 at 12:45 AM Linus Walleij > > wrote: > > > > > Add support for the iproc Broadcom NAND controller, > > > used in Northstar SoCs for example. Based on the Linux

Re: [PATCH] nand: brcmnand: add iproc support

2023-03-08 Thread Tom Rini
On Wed, Mar 08, 2023 at 12:04:53AM +0100, Linus Walleij wrote: > On Sun, Jan 22, 2023 at 12:45 AM Linus Walleij > wrote: > > > Add support for the iproc Broadcom NAND controller, > > used in Northstar SoCs for example. Based on the Linux > > driver. > > > > Cc: Philippe Reynes > > Signed-off-by

Re: [PATCH] nand: brcmnand: add iproc support

2023-03-07 Thread Linus Walleij
On Sun, Jan 22, 2023 at 12:45 AM Linus Walleij wrote: > Add support for the iproc Broadcom NAND controller, > used in Northstar SoCs for example. Based on the Linux > driver. > > Cc: Philippe Reynes > Signed-off-by: Linus Walleij It's been 1 1/2 month, could we apply this patch? Yours, Linus

[PATCH] nand: brcmnand: add iproc support

2023-01-21 Thread Linus Walleij
Add support for the iproc Broadcom NAND controller, used in Northstar SoCs for example. Based on the Linux driver. Cc: Philippe Reynes Signed-off-by: Linus Walleij --- drivers/mtd/nand/raw/Kconfig | 7 + drivers/mtd/nand/raw/brcmnand/Makefile | 1 + drivers/mtd/nand/raw/br