u-boot/drivers/scsi
Marek Vasut 4f543e82b9 scsi: Add buffer_aligned check pass-through
Some devices have limited DMA capabilities and require that the
buffers passed to them fit specific properties. Add new optional
callback which can be used at driver level to indicate whether a
buffer alignment is suitable for the device DMA or not. This is
a pass-through callback from block uclass to drivers.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2023-08-22 15:17:53 -04:00
..
Kconfig scsi: typo supporedt 2023-04-01 10:11:50 +02:00
Makefile bootstd: Add a SCSI bootdev 2023-01-23 18:11:40 -05:00
sandbox_scsi.c sandbox: Convert to use driver model for SCSI 2022-09-25 13:59:50 -06:00
scsi-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
scsi.c scsi: Add buffer_aligned check pass-through 2023-08-22 15:17:53 -04:00
scsi_bootdev.c bootstd: Use bootdev instead of bootdevice 2023-07-16 23:13:17 +08:00
scsi_emul.c usb: Update the test to cover reading and writing 2022-10-31 11:02:44 -04:00