diff options
author | Dave Jiang <dave.jiang@intel.com> | 2020-01-21 16:44:17 -0700 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-01-24 11:18:45 +0530 |
commit | d1dfe5b8ac644a0ffccfe7af22abed7c80b34702 (patch) | |
tree | d617491597045d9cda8dad3ed4c20a2b1f53cb02 /drivers/dma/idxd/Makefile | |
parent | b131ad593884cb3decc4950f807af2faffc05a3c (diff) | |
download | lwn-d1dfe5b8ac644a0ffccfe7af22abed7c80b34702.tar.gz lwn-d1dfe5b8ac644a0ffccfe7af22abed7c80b34702.zip |
dmaengine: idxd: add descriptor manipulation routines
This commit adds helper functions for DSA descriptor allocation,
submission, and free operations.
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/157965025757.73301.12692876585357550065.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/idxd/Makefile')
-rw-r--r-- | drivers/dma/idxd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/idxd/Makefile b/drivers/dma/idxd/Makefile index a552560a03dc..50eca12015e2 100644 --- a/drivers/dma/idxd/Makefile +++ b/drivers/dma/idxd/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_INTEL_IDXD) += idxd.o -idxd-y := init.o irq.o device.o sysfs.o +idxd-y := init.o irq.o device.o sysfs.o submit.o |