diff options
author | Mauro Carvalho Chehab | 2019-06-18 16:46:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2019-07-15 09:20:28 -0300 |
commit | e253d2c551ce876a374d533fbcc9e8f31142dcad (patch) | |
tree | 9234c03d9215e49bab30b153fe97b0409eb40043 | |
parent | 43f6c0787c1781b951d686e8302377fcf85ccb8a (diff) |
docs: nfc: add it to the driver-api book
Most of the descriptions here are oriented to 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/nfc/index.rst (renamed from Documentation/nfc/index.rst) | 2 | ||||
-rw-r--r-- | Documentation/driver-api/nfc/nfc-hci.rst (renamed from Documentation/nfc/nfc-hci.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/nfc/nfc-pn544.rst (renamed from Documentation/nfc/nfc-pn544.rst) | 0 |
4 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 7ecc65093493..d6bf4a37cefe 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -56,6 +56,7 @@ available subsections can be seen below. pinctl gpio/index misc_devices + nfc/index dmaengine/index slimbus soundwire/index diff --git a/Documentation/nfc/index.rst b/Documentation/driver-api/nfc/index.rst index 4f4947fce80d..3afb2c0c2e3c 100644 --- a/Documentation/nfc/index.rst +++ b/Documentation/driver-api/nfc/index.rst @@ -1,5 +1,3 @@ -:orphan: - ======================== Near Field Communication ======================== diff --git a/Documentation/nfc/nfc-hci.rst b/Documentation/driver-api/nfc/nfc-hci.rst index eb8a1a14e919..eb8a1a14e919 100644 --- a/Documentation/nfc/nfc-hci.rst +++ b/Documentation/driver-api/nfc/nfc-hci.rst diff --git a/Documentation/nfc/nfc-pn544.rst b/Documentation/driver-api/nfc/nfc-pn544.rst index 6b2d8aae0c4e..6b2d8aae0c4e 100644 --- a/Documentation/nfc/nfc-pn544.rst +++ b/Documentation/driver-api/nfc/nfc-pn544.rst |