Re: [PATCH 11/15] nand: Add function to unregister NAND devices

2023-11-02 Thread Dario Binacchi
Sean, All, On Sun, Oct 29, 2023 at 4:49 AM Sean Anderson wrote: > > This performs the opposite of nand_register, allowing drivers to unregister > nand devices. This is probably unnecessary for most regular drivers, but we > expect sandbox drivers to get repeatedly bound/unbound, so this will

[PATCH 11/15] nand: Add function to unregister NAND devices

2023-10-28 Thread Sean Anderson
This performs the opposite of nand_register, allowing drivers to unregister nand devices. This is probably unnecessary for most regular drivers, but we expect sandbox drivers to get repeatedly bound/unbound, so this will help avoid dangling pointers. Signed-off-by: Sean Anderson ---