[PATCH v5 4/8] rockchip: block: blk-uclass: add bounce buffer flag to blk_desc
Simon Glass
sjg at chromium.org
Wed Oct 18 18:10:06 CEST 2023
On Wed, 18 Oct 2023 at 08:01, Johan Jonker <jbx6244 at gmail.com> wrote:
>
> Currently bounce buffer support is enabled for all block devices
> when available. Add a flag to blk_desc to enable only on demand.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> ---
>
> Changed V5:
> New patch
> ---
> drivers/block/blk-uclass.c | 4 ++--
> drivers/scsi/scsi.c | 4 ++++
> include/blk.h | 1 +
> 3 files changed, 7 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list