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

2024-06-25 Thread Alexey Romanov
Hi Simon, On Wed, Jun 05, 2024 at 07:17:34AM -0600, Simon Glass wrote: > Hi Alexey, > > On Wed, 5 Jun 2024 at 04:09, Alexey Romanov > wrote: > > > > Hi Simon, > > your message is empty. > > > > On Tue, Jun 04, 2024 at 08:13:34PM -0600, Simon Glass wrote: > > > Hi Alexey, > > > > > > On Mon, Jun

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

2024-06-17 Thread Alexey Romanov
Hello, On Fri, Jun 14, 2024 at 10:09:27AM +0200, Dario Binacchi wrote: > Hi Alexey, > > I'm still encountering errors raised by the CI: I'm sorry. I tested my patches with GitHub + Azure Pipelines and didn't get any errors like that. I thought testing there uses buildman. I'll try to run it loc

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

2024-06-14 Thread Dario Binacchi
Hi Alexey, I'm still encountering errors raised by the CI: $ tools/buildman/buildman -o ${UBOOT_TRAVIS_BUILD_DIR} -w -E -W -e --board ${TEST_PY_BD} ${OVERRIDE} 34Building current source for 1 boards (1 thread, 32 jobs per thread) 35 arm: + evb-ast2500 36+In file included from include/nand.h:19, 3

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

2024-06-05 Thread Simon Glass
Hi Alexey, On Wed, 5 Jun 2024 at 04:09, Alexey Romanov wrote: > > Hi Simon, > your message is empty. > > On Tue, Jun 04, 2024 at 08:13:34PM -0600, Simon Glass wrote: > > Hi Alexey, > > > > On Mon, Jun 3, 2024, 09:57 Alexey Romanov > > wrote: > > > > > Hello! > > > > > > This series adds support

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

2024-06-05 Thread Alexey Romanov
Hi Simon, your message is empty. On Tue, Jun 04, 2024 at 08:13:34PM -0600, Simon Glass wrote: > Hi Alexey, > > On Mon, Jun 3, 2024, 09:57 Alexey Romanov > wrote: > > > Hello! > > > > This series adds support for the mtdblock device, which > > allows to read/write data block by block. For exampl

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

2024-06-04 Thread Simon Glass
Hi Alexey, On Mon, Jun 3, 2024, 09:57 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 NA

[PATCH v5 0/3] Introduce mtdblock device

2024-06-04 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]: