mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
![]() Replace occurences of the pci api by appropriate call to the dma api. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr) @deprecated@ idexpression id; position p; @@ ( pci_dma_supported@p ( id, ...) | pci_alloc_consistent@p ( id, ...) ) @bad1@ idexpression id; position deprecated.p; @@ ...when != &id->dev when != pci_get_drvdata ( id ) when != pci_enable_device ( id ) ( pci_dma_supported@p ( id, ...) | pci_alloc_consistent@p ( id, ...) ) @depends on !bad1@ idexpression id; expression direction; position deprecated.p; @@ ( - pci_dma_supported@p ( id, + dma_supported ( &id->dev, ... + , GFP_ATOMIC ) | - pci_alloc_consistent@p ( id, + dma_alloc_coherent ( &id->dev, ... + , GFP_ATOMIC ) ) Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
ak4xxx.c | ||
amp.c | ||
amp.h | ||
aureon.c | ||
aureon.h | ||
delta.c | ||
delta.h | ||
envy24ht.h | ||
ews.c | ||
ews.h | ||
hoontech.c | ||
hoontech.h | ||
ice1712.c | ||
ice1712.h | ||
ice1724.c | ||
juli.c | ||
juli.h | ||
Makefile | ||
maya44.c | ||
maya44.h | ||
phase.c | ||
phase.h | ||
pontis.c | ||
pontis.h | ||
prodigy192.c | ||
prodigy192.h | ||
prodigy_hifi.c | ||
prodigy_hifi.h | ||
psc724.c | ||
psc724.h | ||
quartet.c | ||
quartet.h | ||
revo.c | ||
revo.h | ||
se.c | ||
se.h | ||
stac946x.h | ||
vt1720_mobo.c | ||
vt1720_mobo.h | ||
wm8766.c | ||
wm8766.h | ||
wm8776.c | ||
wm8776.h | ||
wtm.c | ||
wtm.h |