Re: [PATCH v2 00/14] Support SPI NAND in fastboot protocol

2024-01-15 Thread Dario Binacchi
Hi Alexey, On Tue, Jan 9, 2024 at 6:32 PM Alexey Romanov wrote: > > Currently, fastboot in U-Boot doens't support SPI NAND > devices. This patchset adds support for SPI NAND in fastboot > nand subsystem. > > Changes V1 -> V2: > > - Rebase patchset over u-boot/next. > - Move nand_unregister(),

[PATCH v2 00/14] Support SPI NAND in fastboot protocol

2024-01-09 Thread Alexey Romanov
Currently, fastboot in U-Boot doens't support SPI NAND devices. This patchset adds support for SPI NAND in fastboot nand subsystem. Changes V1 -> V2: - Rebase patchset over u-boot/next. - Move nand_unregister(), nand_reinit() and nang_page_size() functions to NAND core folder too. - Move