OpenCloudOS-Kernel/drivers/dma/idxd
Dave Jiang 435b512dbc dmaengine: idxd: remove detection of device type
Move all static data type for per device type to an idxd_driver_data data
structure. The data can be attached to the pci_device_id and provided by
the pci probe function. This removes a lot of unnecessary type detection
and setup code.

Suggested-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/161852988924.2203940.2787590808682466398.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2021-04-20 16:43:53 +05:30
..
Makefile dmaengine: idxd: add char driver to expose submission portal to userland 2020-01-24 11:18:45 +05:30
cdev.c dmaengine: idxd: remove detection of device type 2021-04-20 16:43:53 +05:30
device.c dmaengine: idxd: remove detection of device type 2021-04-20 16:43:53 +05:30
dma.c dmaengine: idxd: fix dma device lifetime 2021-04-20 16:43:52 +05:30
idxd.h dmaengine: idxd: remove detection of device type 2021-04-20 16:43:53 +05:30
init.c dmaengine: idxd: remove detection of device type 2021-04-20 16:43:53 +05:30
irq.c dmaengine: idxd: fix cdev setup and free device lifetime issues 2021-04-20 16:43:53 +05:30
registers.h dmaengine updates for v5.11-rc1 2020-12-17 12:52:23 -08:00
submit.c dmaengine: idxd: remove detection of device type 2021-04-20 16:43:53 +05:30
sysfs.c dmaengine: idxd: remove detection of device type 2021-04-20 16:43:53 +05:30