Re: [PATCH 2/2] scsi: Add buffer_aligned check pass-through

2023-08-23 Thread Tom Rini
On Mon, Aug 14, 2023 at 01:50:00AM +0200, Marek Vasut wrote: > 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 th

[PATCH 2/2] scsi: Add buffer_aligned check pass-through

2023-08-13 Thread Marek Vasut
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