Re: [PATCH 2/4] fastboot: blk: add block device flashing configuration

2025-04-04 Thread neil . armstrong
Hi, On 26/11/2024 00:41, Dmitrii Merkurev wrote: Hey Neil. Will do it by the end of the year. Only tested it with a virtio-block though. Ping, did you find time to resubmit a new version of this patchset ? Thanks, Neil On Thu, Nov 21, 2024 at 12:44 PM mailto:neil.armstr...@linaro.org>> wr

Re: [PATCH 2/4] fastboot: blk: add block device flashing configuration

2025-04-01 Thread neil . armstrong
On 01/04/2025 15:18, Dmitrii Merkurev wrote: Hey Neil! > Ping, did you find time to resubmit a new version of this patchset ? Apologies, but it looks like I won’t have the capacity to complete this patch stack after all. Please feel free to take it over if you think it’s useful! Ack, I'll t

Re: [PATCH 2/4] fastboot: blk: add block device flashing configuration

2025-04-01 Thread Dmitrii Merkurev
Hey Neil! > Ping, did you find time to resubmit a new version of this patchset ? Apologies, but it looks like I won’t have the capacity to complete this patch stack after all. Please feel free to take it over if you think it’s useful!

Re: [PATCH 2/4] fastboot: blk: add block device flashing configuration

2024-11-26 Thread Mattijs Korpershoek
On lun., nov. 25, 2024 at 23:41, Dmitrii Merkurev wrote: > Hey Neil. > > Will do it by the end of the year. Only tested it with a virtio-block > though. > > On Thu, Nov 21, 2024 at 12:44 PM wrote: > >> Hi Dmitrii, >> >> So you plan to send a new version of this patchset ? >> >> It would be very

Re: [PATCH 2/4] fastboot: blk: add block device flashing configuration

2024-11-25 Thread Dmitrii Merkurev
Hey Neil. Will do it by the end of the year. Only tested it with a virtio-block though. On Thu, Nov 21, 2024 at 12:44 PM wrote: > Hi Dmitrii, > > So you plan to send a new version of this patchset ? > > It would be very useful to enable fastboot onr UFS/SCSI based devices. > > Thanks, > Neil >

Re: [PATCH 2/4] fastboot: blk: add block device flashing configuration

2024-11-21 Thread neil . armstrong
Hi Dmitrii, So you plan to send a new version of this patchset ? It would be very useful to enable fastboot onr UFS/SCSI based devices. Thanks, Neil On 06/03/2024 19:59, Dmitrii Merkurev wrote: Signed-off-by: Dmitrii Merkurev Cc: Patrick Delaunay Cc: Simon Glass Cc: Mattijs Korpershoek Cc

Re: [PATCH 2/4] fastboot: blk: add block device flashing configuration

2024-04-05 Thread Mattijs Korpershoek
Hi Dmitrii, Thank you for the patch and sorry for the review delay. On mer., mars 06, 2024 at 18:59, Dmitrii Merkurev wrote: > Signed-off-by: Dmitrii Merkurev > Cc: Patrick Delaunay > Cc: Simon Glass > Cc: Mattijs Korpershoek > Cc: Ying-Chun Liu (PaulLiu) > --- > drivers/fastboot/Kconfig

[PATCH 2/4] fastboot: blk: add block device flashing configuration

2024-03-06 Thread Dmitrii Merkurev
Signed-off-by: Dmitrii Merkurev Cc: Patrick Delaunay Cc: Simon Glass Cc: Mattijs Korpershoek Cc: Ying-Chun Liu (PaulLiu) --- drivers/fastboot/Kconfig | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig i