[PATCH 0/6] Ouststanding patches for 5.13 series
From: Dave Jiang <dave.jiang@intel.com>
Date: 2021-04-20 18:46:19
Hi Vinod,
Here are the remaining outstanding patches for 5.13 merge window that has
been rebased against the latest dmaengine/next tree. Thanks!
---
Dave Jiang (6):
dmaengine: idxd: add percpu_ref to descriptor submission path
dmaengine: idxd: add support for readonly config mode
dmaengine: idxd: add interrupt handle request and release support
dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
dmaengine: idxd: enable SVA feature for IOMMU
dmaengine: idxd: support reporting of halt interrupt
drivers/dma/idxd/device.c | 202 +++++++++++++++++++++++++++++++++++
drivers/dma/idxd/idxd.h | 16 +++
drivers/dma/idxd/init.c | 95 ++++++++++++++--
drivers/dma/idxd/irq.c | 2 +
drivers/dma/idxd/registers.h | 12 ++-
drivers/dma/idxd/submit.c | 35 ++++--
drivers/dma/idxd/sysfs.c | 139 ++++++++++++------------
7 files changed, 416 insertions(+), 85 deletions(-)
--