1
0
Fork 0

docs: add a memory-devices subdir to driver-api

There are two docs describing memory device drivers.

Add both to this new chapter of the driver-api.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
alistair/sunxi64-5.4-dsi
Mauro Carvalho Chehab 2019-06-18 15:03:13 -03:00
parent 4745dc8abb
commit 652a49bc68
4 changed files with 19 additions and 2 deletions

View File

@ -79,6 +79,7 @@ available subsections can be seen below.
isapnp
generic-counter
lightnvm-pblk
memory-devices/index
men-chameleon-bus
ntb
nvmem

View File

@ -0,0 +1,16 @@
=========================
Memory Controller drivers
=========================
.. toctree::
:maxdepth: 1
ti-emif
ti-gpmc
.. only:: subproject and html
Indices
=======
* :ref:`genindex`

View File

@ -1,4 +1,4 @@
:orphan:
.. SPDX-License-Identifier: GPL-2.0
===============================
TI EMIF SDRAM Controller Driver

View File

@ -1,4 +1,4 @@
:orphan:
.. SPDX-License-Identifier: GPL-2.0
========================================
GPMC (General Purpose Memory Controller)