Re: [PATCH v6 0/3] Introduce mtdblock device

2024-07-11 Thread Dario Binacchi
Hello Alexey, On Mon, Jul 8, 2024 at 12:08 PM Alexey Romanov wrote: > > Hello, ping. I ran the CI tests, but they failed once again. The "Introduce mtdblock device" series fails the "build all 32bit ARM platforms" test and raises "exceeds file size limit" errors like the following: arm: + mx6s

Re: [PATCH v6 0/3] Introduce mtdblock device

2024-07-08 Thread Alexey Romanov
Hello, ping. On Wed, Jun 26, 2024 at 01:44:37PM +0300, Alexey Romanov wrote: > Hello! > > This series adds support for the mtdblock 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 mtd 0 part_name > > Tes

[PATCH v6 0/3] Introduce mtdblock device

2024-06-26 Thread Alexey Romanov
Hello! This series adds support for the mtdblock 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 mtd 0 part_name Tested only on SPI NAND, so bind is made only for SPI NAND drivers. --- Changes V1 -> V2 [1]: