From: Mauro Carvalho Chehab Date: Tue, 18 Jun 2019 19:48:15 +0000 (-0300) Subject: docs: mmc: move it to the driver-api X-Git-Tag: v5.15~5920^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19024c09c243c5107f738286459a0dd85697b089;p=platform%2Fkernel%2Flinux-starfive.git docs: mmc: move it to the driver-api Most of the stuff here is related to the kAPI. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index d6bf4a3..25f85d3 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -45,6 +45,7 @@ available subsections can be seen below. miscellaneous mei/index mtd/index + mmc/index nvdimm/index w1 rapidio/index diff --git a/Documentation/mmc/index.rst b/Documentation/driver-api/mmc/index.rst similarity index 94% rename from Documentation/mmc/index.rst rename to Documentation/driver-api/mmc/index.rst index 3305478..9aaf649 100644 --- a/Documentation/mmc/index.rst +++ b/Documentation/driver-api/mmc/index.rst @@ -1,5 +1,3 @@ -:orphan: - ======================== MMC/SD/SDIO card support ======================== diff --git a/Documentation/mmc/mmc-async-req.rst b/Documentation/driver-api/mmc/mmc-async-req.rst similarity index 100% rename from Documentation/mmc/mmc-async-req.rst rename to 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 similarity index 100% rename from Documentation/mmc/mmc-dev-attrs.rst rename to 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 similarity index 100% rename from Documentation/mmc/mmc-dev-parts.rst rename to Documentation/driver-api/mmc/mmc-dev-parts.rst diff --git a/Documentation/mmc/mmc-tools.rst b/Documentation/driver-api/mmc/mmc-tools.rst similarity index 100% rename from Documentation/mmc/mmc-tools.rst rename to Documentation/driver-api/mmc/mmc-tools.rst