Re: [PATCH v1 0/6] Introduce UBI block device

2024-03-19 Thread Alexey Romanov
Hello! Ping. On Wed, Mar 06, 2024 at 04:49:00PM +0300, Alexey Romanov wrote: > Hello! > > This series adds support for the UBI block device, which > allows to read/write data block by block. For example, > it can now be used for BCB or Android AB command: > > $ bcb load ubi 0 part_name > >

[PATCH v1 0/6] Introduce UBI block device

2024-03-06 Thread Alexey Romanov
Hello! This series adds support for the UBI block device, which allows to read/write data block by block. For example, it can now be used for BCB or Android AB command: $ bcb load ubi 0 part_name Tested only on SPI NAND, so bind is made only for SPI NAND drivers. Can be used with mtdblock