diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-09-05 03:02:24 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-09-06 18:41:12 +0300 |
commit | ea2ae0ecc9ad8c47ca25837823cc25679a1e4d1a (patch) | |
tree | 6c61744875b3e74af06257513ac2cc974624a995 /Documentation/driver-api/index.rst | |
parent | 226b18ad5589550e989afce6b293580abc880a79 (diff) | |
download | linux-ea2ae0ecc9ad8c47ca25837823cc25679a1e4d1a.tar.xz |
FireWire: add a Documentation driver-api chapter
Add a basic Firewire/IEEE 1394 driver API chapter to the Linux
kernel documentation.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
Cc: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: linux-doc@vger.kernel.org
Cc: linux-scsi@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/index.rst')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 6d9f2f9fe20e..1f0cdba2b2bf 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -29,6 +29,7 @@ available subsections can be seen below. iio/index input usb/index + firewire pci spi i2c |