Re: [PATCH v1 0/4] Introduce mtdblock device

2024-03-06 Thread Frieder Schrempf
Hi Alexey, On 01.03.24 14:42, Alexey Romanov wrote: > Hi Frieder, > > On Thu, Feb 29, 2024 at 09:51:04AM +0100, Frieder Schrempf wrote: >> Hi Alexey, >> >> On 27.02.24 11:04, Alexey Romanov wrote: >>> Hello! >>> >>> This series adds support for the mtdblock device, which >>> allows to read/write

Re: [PATCH v1 0/4] Introduce mtdblock device

2024-03-01 Thread Alexey Romanov
Hi Frieder, On Thu, Feb 29, 2024 at 09:51:04AM +0100, Frieder Schrempf wrote: > Hi Alexey, > > On 27.02.24 11:04, 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

Re: [PATCH v1 0/4] Introduce mtdblock device

2024-02-29 Thread Frieder Schrempf
Hi Alexey, On 27.02.24 11:04, 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 > > Tested only on SPI NAND, so

[PATCH v1 0/4] Introduce mtdblock device

2024-02-27 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. Alexey Romanov (4):