summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-ti.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-08-14 01:49:59 +0200
committerTom Rini <trini@konsulko.com>2023-08-22 15:17:53 -0400
commit75191f75bce45f3b9aff607c88f17778d3805c61 (patch)
treef717b428fb9e9addb9bb2ed28295c8d176104738 /drivers/usb/cdns3/cdns3-ti.c
parente2b5cc608b23418d5bcd5e2fe0b5d93593d02e97 (diff)
blk: Add bounce buffer support to read/write operations
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, and trigger use of generic bounce buffer implementation to help use of unsuitable buffers at the expense of performance degradation. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
0 files changed, 0 insertions, 0 deletions