commit | 28e2eafba021c6c1b98c039446fdb14014438700 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Nov 04 16:37:50 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 12:43:49 2023 -0500 |
tree | d7ae44044eb9b6536e42b1ed85e257017da4a7c4 | |
parent | 96fc205c7c482267ec9349ac00bd6f84f59ec14d [diff] |
nand: Allow reinitialization 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 <seanga2@gmail.com> Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>