Re: [PATCH 12/15] nand: Allow reinitialization

2023-11-02 Thread Dario Binacchi
Sean, All On Sun, Oct 29, 2023 at 4:49 AM Sean Anderson wrote: > > NAND devices are destroyed in between unit tests. Provide a function to > reinitialize the subsystem at the beginning of each test. > > Signed-off-by: Sean Anderson > --- > > drivers/mtd/nand/raw/nand.c | 40

[PATCH 12/15] nand: Allow reinitialization

2023-10-28 Thread Sean Anderson
NAND devices are destroyed in between unit tests. Provide a function to reinitialize the subsystem at the beginning of each test. Signed-off-by: Sean Anderson --- drivers/mtd/nand/raw/nand.c | 40 ++--- include/nand.h | 1 + 2 files changed, 34 inse