mbox series

[0/4] mtd: hyperbus: hbmc-am654: Add DMA support

Message ID 20200917074749.8957-1-vigneshr@ti.com
Headers show
Series mtd: hyperbus: hbmc-am654: Add DMA support | expand

Message

Raghavendra, Vignesh Sept. 17, 2020, 7:47 a.m. UTC
This series add DMA support for reading data from HyperBus memory
devices for TI's AM654/J721e SoCs

With DMA there is ~5x improvement in read througput.

Vignesh Raghavendra (4):
  mtd: hyperbus: Provide per device private pointer
  mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash access
  mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probe
  mtd: hyperbus: hbmc-am654: Add DMA support for reads

 drivers/mtd/hyperbus/hbmc-am654.c | 148 ++++++++++++++++++++++++++----
 include/linux/mtd/hyperbus.h      |   2 +
 2 files changed, 134 insertions(+), 16 deletions(-)