Re: [PATCH v3 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-07-29 Thread Igor Opaniuk
Hello Andrii, On Wed, Jul 20, 2022 at 6:00 PM Andrii Chepurnyi wrote: > > From: Andrii Chepurnyi > > From: Andrii Chepurnyi > > Originally, bcb implementation relay on mmc block devices. > The interface parameter will give the ability to use bcb with > various block devices by choosing the exac

[PATCH v3 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-07-20 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, bcb implementation relay on mmc block devices. The interface parameter will give the ability to use bcb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface wil