All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list
@ 2024-04-18  8:49 Alexander Stein
  2024-05-17 10:11 ` Krzysztof Wilczyński
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Stein @ 2024-04-18  8:49 UTC (permalink / raw
  To: Manivannan Sadhasivam, Krzysztof Wilczyński,
	Kishon Vijay Abraham I, Bjorn Helgaas, Jonathan Corbet
  Cc: Alexander Stein, Niklas Cassel, linux-pci, linux-doc,
	linux-kernel

With commit 5779dd0a7dbd7 ("PCI: endpoint: Use notification chain
mechanism to notify EPC events to EPF") the linkup callback has been
removed and replaced by EPC event notifications.

With commit 256ae475201b1 ("PCI: endpoint: Add pci_epf_ops to expose
function-specific attrs") a new (optional) add_cfs callback was added.
Update documentation accordingly.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
---
Changes in v3:
* s/config/configfs/ as suggested by Niklas
* Collected Niklas' and Manivannan R-b tags

Changes in v2:
* Separated paragraphs by blank line

 Documentation/PCI/endpoint/pci-endpoint.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/PCI/endpoint/pci-endpoint.rst b/Documentation/PCI/endpoint/pci-endpoint.rst
index 4f5622a655557..21507e3cc2385 100644
--- a/Documentation/PCI/endpoint/pci-endpoint.rst
+++ b/Documentation/PCI/endpoint/pci-endpoint.rst
@@ -172,8 +172,8 @@ by the PCI endpoint function driver.
 	 * bind: ops to perform when a EPC device has been bound to EPF device
 	 * unbind: ops to perform when a binding has been lost between a EPC
 	   device and EPF device
-	 * linkup: ops to perform when the EPC device has established a
-	   connection with a host system
+	 * add_cfs: optional ops to create function specific configfs
+	   attributes
 
   The PCI Function driver can then register the PCI EPF driver by using
   pci_epf_register_driver().
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3 1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list
  2024-04-18  8:49 [PATCH v3 1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list Alexander Stein
@ 2024-05-17 10:11 ` Krzysztof Wilczyński
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Wilczyński @ 2024-05-17 10:11 UTC (permalink / raw
  To: Alexander Stein
  Cc: Manivannan Sadhasivam, Kishon Vijay Abraham I, Bjorn Helgaas,
	Jonathan Corbet, Niklas Cassel, linux-pci, linux-doc,
	linux-kernel

Hello,

> With commit 5779dd0a7dbd7 ("PCI: endpoint: Use notification chain
> mechanism to notify EPC events to EPF") the linkup callback has been
> removed and replaced by EPC event notifications.
> 
> With commit 256ae475201b1 ("PCI: endpoint: Add pci_epf_ops to expose
> function-specific attrs") a new (optional) add_cfs callback was added.
> Update documentation accordingly.

Applied to misc, thank you!

[1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list
      https://git.kernel.org/pci/pci/c/e21fd57bf0c8

	Krzysztof

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-17 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18  8:49 [PATCH v3 1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list Alexander Stein
2024-05-17 10:11 ` Krzysztof Wilczyński

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.