diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 15:48:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 08:20:28 -0400 |
commit | 19024c09c243c5107f738286459a0dd85697b089 (patch) | |
tree | fff809d9532b501a6cf2bff359ce9849ef86f067 | |
parent | e253d2c551ce876a374d533fbcc9e8f31142dcad (diff) |
docs: mmc: move it to the driver-api
Most of the stuff here is related to the kAPI.
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/mmc/index.rst (renamed from Documentation/mmc/index.rst) | 2 | ||||
-rw-r--r-- | Documentation/driver-api/mmc/mmc-async-req.rst (renamed from Documentation/mmc/mmc-async-req.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/mmc/mmc-dev-attrs.rst (renamed from Documentation/mmc/mmc-dev-attrs.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/mmc/mmc-dev-parts.rst (renamed from Documentation/mmc/mmc-dev-parts.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/mmc/mmc-tools.rst (renamed from Documentation/mmc/mmc-tools.rst) | 0 |
6 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index d6bf4a37cefe..25f85d3021aa 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst | |||
@@ -45,6 +45,7 @@ available subsections can be seen below. | |||
45 | miscellaneous | 45 | miscellaneous |
46 | mei/index | 46 | mei/index |
47 | mtd/index | 47 | mtd/index |
48 | mmc/index | ||
48 | nvdimm/index | 49 | nvdimm/index |
49 | w1 | 50 | w1 |
50 | rapidio/index | 51 | rapidio/index |
diff --git a/Documentation/mmc/index.rst b/Documentation/driver-api/mmc/index.rst index 3305478ddadb..9aaf64951a8c 100644 --- a/Documentation/mmc/index.rst +++ b/Documentation/driver-api/mmc/index.rst | |||
@@ -1,5 +1,3 @@ | |||
1 | :orphan: | ||
2 | |||
3 | ======================== | 1 | ======================== |
4 | MMC/SD/SDIO card support | 2 | MMC/SD/SDIO card support |
5 | ======================== | 3 | ======================== |
diff --git a/Documentation/mmc/mmc-async-req.rst b/Documentation/driver-api/mmc/mmc-async-req.rst index 0f7197c9c3b5..0f7197c9c3b5 100644 --- a/Documentation/mmc/mmc-async-req.rst +++ b/Documentation/driver-api/mmc/mmc-async-req.rst | |||
diff --git a/Documentation/mmc/mmc-dev-attrs.rst b/Documentation/driver-api/mmc/mmc-dev-attrs.rst index 4f44b1b730d6..4f44b1b730d6 100644 --- a/Documentation/mmc/mmc-dev-attrs.rst +++ b/Documentation/driver-api/mmc/mmc-dev-attrs.rst | |||
diff --git a/Documentation/mmc/mmc-dev-parts.rst b/Documentation/driver-api/mmc/mmc-dev-parts.rst index 995922f1f744..995922f1f744 100644 --- a/Documentation/mmc/mmc-dev-parts.rst +++ b/Documentation/driver-api/mmc/mmc-dev-parts.rst | |||
diff --git a/Documentation/mmc/mmc-tools.rst b/Documentation/driver-api/mmc/mmc-tools.rst index 54406093768b..54406093768b 100644 --- a/Documentation/mmc/mmc-tools.rst +++ b/Documentation/driver-api/mmc/mmc-tools.rst | |||