Re: [PATCH v1 04/12] nand: move nand_erase_opts() to core NAND folder

2024-01-03 Thread Michael Nazzareno Trimarchi
Hi Alexey On Thu, Dec 28, 2023 at 4:39 PM Alexey Romanov wrote: > > Currently nand_erase_opts() placed in the nand/raw/ folder, > because it uses the RAW NAND specific API (struct nand_chip). > This patch move it to core NAND folder and make function generic, > for both RAW/SPI NAND's usage. > >

[PATCH v1 04/12] nand: move nand_erase_opts() to core NAND folder

2023-12-28 Thread Alexey Romanov
Currently nand_erase_opts() placed in the nand/raw/ folder, because it uses the RAW NAND specific API (struct nand_chip). This patch move it to core NAND folder and make function generic, for both RAW/SPI NAND's usage. Also, nand_erase_opts() used in fastboot/fb_nand.c, cmd/nand.c and env/nand.c c