diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 17:16:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 11:03:02 -0300 |
commit | df1b7ce784c220373d202ea9f8bc0c424f2c9f7c (patch) | |
tree | ab8fc0d07341b25d264c3b8cce1610342a6dd90a /Documentation | |
parent | fe34c89d25429e079ba67416529514120dd715f8 (diff) | |
download | linux-df1b7ce784c220373d202ea9f8bc0c424f2c9f7c.tar.bz2 |
docs: add some documentation dirs to the driver-api book
Those are subsystem docs, with a mix of kABI and user-faced
docs. While they're not split, keep the dirs where they are,
adding just a pointer to the main index.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/accounting/index.rst | 2 | ||||
-rw-r--r-- | Documentation/block/index.rst | 2 | ||||
-rw-r--r-- | Documentation/hid/index.rst | 2 | ||||
-rw-r--r-- | Documentation/iio/index.rst | 2 | ||||
-rw-r--r-- | Documentation/index.rst | 4 |
5 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/accounting/index.rst b/Documentation/accounting/index.rst index e1f6284b5ff3..9369d8bf32be 100644 --- a/Documentation/accounting/index.rst +++ b/Documentation/accounting/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ========== Accounting diff --git a/Documentation/block/index.rst b/Documentation/block/index.rst index 8cd226a0e86e..3fa7a52fafa4 100644 --- a/Documentation/block/index.rst +++ b/Documentation/block/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ===== Block diff --git a/Documentation/hid/index.rst b/Documentation/hid/index.rst index af4324902622..737d66dc16a1 100644 --- a/Documentation/hid/index.rst +++ b/Documentation/hid/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ============================= Human Interface Devices (HID) diff --git a/Documentation/iio/index.rst b/Documentation/iio/index.rst index 0593dca89a94..58b7a4ebac51 100644 --- a/Documentation/iio/index.rst +++ b/Documentation/iio/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ============== Industrial I/O diff --git a/Documentation/index.rst b/Documentation/index.rst index a322c8721d13..dcdaaff71633 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -92,6 +92,10 @@ needed). driver-api/index core-api/index + accounting/index + block/index + hid/index + iio/index leds/index media/index networking/index |