All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1][for v2018.03] efi_driver: comment struct efi_driver_ops
@ 2018-02-12 11:55 Heinrich Schuchardt
  2018-02-14 16:43 ` [U-Boot] [U-Boot, 1/1, for, " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2018-02-12 11:55 UTC (permalink / raw)
  To: u-boot

Provide description for struct efi_driver_ops.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 include/efi_driver.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/include/efi_driver.h b/include/efi_driver.h
index 2bbe26c6e31..010e55a4739 100644
--- a/include/efi_driver.h
+++ b/include/efi_driver.h
@@ -13,6 +13,18 @@
 #include <dm.h>
 #include <efi_loader.h>
 
+/*
+ * Operations supported by an EFI driver with respect to the EFI uclass
+ *
+ * @protocol		The GUID of the protocol which is consumed by the
+ *			driver. This GUID is used by the EFI uclass in the
+ *			supports() and start() methods of the
+ *			EFI_DRIVER_BINDING_PROTOCOL.
+ * @child_protocol	Protocol supported by the child handles generated by
+ *			the EFI driver.
+ * @bind		Function called by the EFI uclass to attach the
+ *			driver to EFI driver to a handle.
+ */
 struct efi_driver_ops {
 	const efi_guid_t *protocol;
 	const efi_guid_t *child_protocol;
-- 
2.15.1

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

* [U-Boot] [U-Boot, 1/1, for, v2018.03] efi_driver: comment struct efi_driver_ops
  2018-02-12 11:55 [U-Boot] [PATCH 1/1][for v2018.03] efi_driver: comment struct efi_driver_ops Heinrich Schuchardt
@ 2018-02-14 16:43 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-02-14 16:43 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 12, 2018 at 12:55:28PM +0100, Heinrich Schuchardt wrote:

> Provide description for struct efi_driver_ops.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180214/02f05f75/attachment.sig>

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

end of thread, other threads:[~2018-02-14 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12 11:55 [U-Boot] [PATCH 1/1][for v2018.03] efi_driver: comment struct efi_driver_ops Heinrich Schuchardt
2018-02-14 16:43 ` [U-Boot] [U-Boot, 1/1, for, " Tom Rini

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.