From: Randy Dunlap <rdun...@infradead.org> Add a basic Firewire/IEEE 1394 driver API chapter to the Linux kernel documentation.
Signed-off-by: Randy Dunlap <rdun...@infradead.org> To: linux1394-de...@lists.sourceforge.net Cc: Stefan Richter <stef...@s5r6.in-berlin.de> Cc: Takashi Sakamoto <o-taka...@sakamocchi.jp> Cc: linux-doc@vger.kernel.org Cc: Randy Dunlap <rdun...@infradead.org> --- v2: drop final blank line; in Cc:, change tab to space; Documentation/driver-api/firewire.rst | 32 ++++++++++++++++++++++++ Documentation/driver-api/index.rst | 1 2 files changed, 33 insertions(+) --- /dev/null +++ linux-next-20180413/Documentation/driver-api/firewire.rst @@ -0,0 +1,32 @@ +=========================================== +Firewire (IEEE 1394) driver Interface Guide +=========================================== + +Introduction and Overview +========================= + +TBD + +Firewire char device data structures +==================================== + +.. kernel-doc:: include/uapi/linux/firewire-cdev.h + :internal: + +Firewire device probing and sysfs interfaces +============================================ + +.. kernel-doc:: drivers/firewire/core-device.c + :export: + +Firewire core transaction interfaces +==================================== + +.. kernel-doc:: drivers/firewire/core-transaction.c + :export: + +Firewire Isochronous I/O interfaces +=================================== + +.. kernel-doc:: drivers/firewire/core-iso.c + :export: --- linux-next-20180413.orig/Documentation/driver-api/index.rst +++ linux-next-20180413/Documentation/driver-api/index.rst @@ -27,6 +27,7 @@ available subsections can be seen below. iio/index input usb/index + firewire pci spi i2c -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html