All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] Documentation: devres: add missing entry for pcim_set_mwi()
@ 2021-02-18 15:49 Dejin Zheng
  0 siblings, 0 replies; only message in thread
From: Dejin Zheng @ 2021-02-18 15:49 UTC (permalink / raw)
  To: corbet, linux-doc; +Cc: linux-kernel, Dejin Zheng

The pcim_set_mwi() should be documented in devres.rst.
So add the missing entry.

Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com>
---
 Documentation/driver-api/driver-model/devres.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index cd8b6e657b94..164c9cddc6d2 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -382,6 +382,7 @@ PCI
   devm_pci_remap_cfg_resource()	: ioremap PCI configuration space resource
   pcim_enable_device()		: after success, all PCI ops become managed
   pcim_pin_device()		: keep PCI device enabled after release
+  pcim_set_mwi()                : enables memory-write-invalidate PCI transaction
 
 PHY
   devm_usb_get_phy()
-- 
2.25.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-18 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 15:49 [PATCH v1] Documentation: devres: add missing entry for pcim_set_mwi() Dejin Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.