diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 21:50:07 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 14:20:28 +0200 |
commit | c0b11a50aee643ac40ded5dbcd48189ee0926ee4 (patch) | |
tree | d755f6fab44027aed7ef6ce651836b1bedfddf82 | |
parent | docs: mmc: move it to the driver-api (diff) | |
download | linux-c0b11a50aee643ac40ded5dbcd48189ee0926ee4.tar.xz linux-c0b11a50aee643ac40ded5dbcd48189ee0926ee4.zip |
docs: md: move it to the driver-api book
The docs there were meant to be read by a Kernel developer.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | Documentation/driver-api/index.rst | 1 | ||||
-rw-r--r-- | Documentation/driver-api/md/index.rst (renamed from Documentation/md/index.rst) | 2 | ||||
-rw-r--r-- | Documentation/driver-api/md/md-cluster.rst (renamed from Documentation/md/md-cluster.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/md/raid5-cache.rst (renamed from Documentation/md/raid5-cache.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/md/raid5-ppl.rst (renamed from Documentation/md/raid5-ppl.rst) | 0 |
5 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 25f85d3021aa..b5179bf2ada2 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -56,6 +56,7 @@ available subsections can be seen below. firmware/index pinctl gpio/index + md/index misc_devices nfc/index dmaengine/index diff --git a/Documentation/md/index.rst b/Documentation/driver-api/md/index.rst index c4db34ed327d..205080891a1a 100644 --- a/Documentation/md/index.rst +++ b/Documentation/driver-api/md/index.rst @@ -1,5 +1,3 @@ -:orphan: - ==== RAID ==== diff --git a/Documentation/md/md-cluster.rst b/Documentation/driver-api/md/md-cluster.rst index 96eb52cec7eb..96eb52cec7eb 100644 --- a/Documentation/md/md-cluster.rst +++ b/Documentation/driver-api/md/md-cluster.rst diff --git a/Documentation/md/raid5-cache.rst b/Documentation/driver-api/md/raid5-cache.rst index d7a15f44a7c3..d7a15f44a7c3 100644 --- a/Documentation/md/raid5-cache.rst +++ b/Documentation/driver-api/md/raid5-cache.rst diff --git a/Documentation/md/raid5-ppl.rst b/Documentation/driver-api/md/raid5-ppl.rst index 357e5515bc55..357e5515bc55 100644 --- a/Documentation/md/raid5-ppl.rst +++ b/Documentation/driver-api/md/raid5-ppl.rst |