* [PATCH 0/5] Convert more books to ReST
@ 2017-05-13 11:10 Mauro Carvalho Chehab
2017-05-13 11:10 ` [PATCH 5/5] docs-rst: convert sh book " Mauro Carvalho Chehab
2017-05-15 12:09 ` [PATCH 0/5] Convert more books " Boris Brezillon
0 siblings, 2 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2017-05-13 11:10 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
Jonathan Corbet, Richard Weinberger, linux-mtd,
Greg Kroah-Hartman, Brian Norris, Jani Nikula, Yoshinori Sato,
Markus Heiser, Cyrille Pitchen, Herton R. Krzesinski,
Boris Brezillon, Marek Vasut, Sebastian Andrzej Siewior, linux-sh,
Takashi Iwai, David Woodhouse, Rich Felker, Silvio Fricke,
sayli karnik, linux-security-module
This patch series convert the following books to ReST:
- librs
- mtdnand
- sh
And it is based on my previous series of conversion patches.
After this series, there will be just one DocBook pending conversion:
- lsm (Linux Security Modules)
This book is very outdated: no changes since the Kernel moved
to git, in 2005 (except for a minor editorial fix in 2008).
I took a look on the described API: it doesn't seem to be describing
the current security implementation.
The best here is if someone that works with LSM to convert it to
ReST with:
$ Documentation/sphinx/tmplcvt Documentation/DocBook/lsm.tmpl lsm.rst
And fix the document to produce something that reflects the current
implementation. If nobody is interested, then maybe we could just
drop it.
-
This patch series is based on my past 00/36 patch series, applied on
the top of docs tree (next branch).
The full patch series is on this tree is at:
https://git.linuxtv.org//mchehab/experimental.git/log/?h=docbook
And the HTML output at:
http://www.infradead.org/~mchehab/kernel_docs/
https://mchehab.fedorapeople.org/kernel_docs/
Mauro Carvalho Chehab (5):
docs-rst: convert librs book to ReST
docs-rst: convert mtdnand book to ReST
mtdnand.rst: Fix some typos and group the "::" with previous line
mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
docs-rst: convert sh book to ReST
Documentation/DocBook/Makefile | 5 +-
Documentation/DocBook/librs.tmpl | 289 --------
Documentation/DocBook/mtdnand.tmpl | 1291 ----------------------------------
Documentation/DocBook/sh.tmpl | 105 ---
Documentation/conf.py | 2 +
Documentation/core-api/index.rst | 1 +
Documentation/core-api/librs.rst | 212 ++++++
Documentation/driver-api/index.rst | 1 +
Documentation/driver-api/mtdnand.rst | 1007 ++++++++++++++++++++++++++
Documentation/index.rst | 11 +
Documentation/sh/index.rst | 59 ++
drivers/mtd/nand/nand_base.c | 7 +-
include/linux/mtd/nand.h | 2 +-
13 files changed, 1300 insertions(+), 1692 deletions(-)
delete mode 100644 Documentation/DocBook/librs.tmpl
delete mode 100644 Documentation/DocBook/mtdnand.tmpl
delete mode 100644 Documentation/DocBook/sh.tmpl
create mode 100644 Documentation/core-api/librs.rst
create mode 100644 Documentation/driver-api/mtdnand.rst
create mode 100644 Documentation/sh/index.rst
--
2.9.3
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 5/5] docs-rst: convert sh book to ReST
2017-05-13 11:10 [PATCH 0/5] Convert more books to ReST Mauro Carvalho Chehab
@ 2017-05-13 11:10 ` Mauro Carvalho Chehab
2017-05-15 12:09 ` [PATCH 0/5] Convert more books " Boris Brezillon
1 sibling, 0 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2017-05-13 11:10 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
Jonathan Corbet, Yoshinori Sato, Rich Felker, Jani Nikula,
Greg Kroah-Hartman, Markus Heiser, Takashi Iwai,
Herton R. Krzesinski, linux-sh
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
---
Documentation/DocBook/Makefile | 4 +-
Documentation/DocBook/sh.tmpl | 105 -----------------------------------------
Documentation/conf.py | 2 +
Documentation/index.rst | 11 +++++
Documentation/sh/index.rst | 59 +++++++++++++++++++++++
5 files changed, 73 insertions(+), 108 deletions(-)
delete mode 100644 Documentation/DocBook/sh.tmpl
create mode 100644 Documentation/sh/index.rst
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 226e5e9fc801..efba7f980895 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -6,9 +6,7 @@
# To add a new book the only step required is to add the book to the
# list of DOCBOOKS.
-DOCBOOKS := \
- lsm.xml \
- sh.xml
+DOCBOOKS := lsm.xml
ifeq ($(DOCBOOKS),)
diff --git a/Documentation/DocBook/sh.tmpl b/Documentation/DocBook/sh.tmpl
deleted file mode 100644
index 4a38f604fa66..000000000000
--- a/Documentation/DocBook/sh.tmpl
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
-
-<book id="sh-drivers">
- <bookinfo>
- <title>SuperH Interfaces Guide</title>
-
- <authorgroup>
- <author>
- <firstname>Paul</firstname>
- <surname>Mundt</surname>
- <affiliation>
- <address>
- <email>lethal@linux-sh.org</email>
- </address>
- </affiliation>
- </author>
- </authorgroup>
-
- <copyright>
- <year>2008-2010</year>
- <holder>Paul Mundt</holder>
- </copyright>
- <copyright>
- <year>2008-2010</year>
- <holder>Renesas Technology Corp.</holder>
- </copyright>
- <copyright>
- <year>2010</year>
- <holder>Renesas Electronics Corp.</holder>
- </copyright>
-
- <legalnotice>
- <para>
- This documentation is free software; you can redistribute
- it and/or modify it under the terms of the GNU General Public
- License version 2 as published by the Free Software Foundation.
- </para>
-
- <para>
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU General Public License for more details.
- </para>
-
- <para>
- You should have received a copy of the GNU General Public
- License along with this program; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- MA 02111-1307 USA
- </para>
-
- <para>
- For more details see the file COPYING in the source
- distribution of Linux.
- </para>
- </legalnotice>
- </bookinfo>
-
-<toc></toc>
-
- <chapter id="mm">
- <title>Memory Management</title>
- <sect1 id="sh4">
- <title>SH-4</title>
- <sect2 id="sq">
- <title>Store Queue API</title>
-!Earch/sh/kernel/cpu/sh4/sq.c
- </sect2>
- </sect1>
- <sect1 id="sh5">
- <title>SH-5</title>
- <sect2 id="tlb">
- <title>TLB Interfaces</title>
-!Iarch/sh/mm/tlb-sh5.c
-!Iarch/sh/include/asm/tlb_64.h
- </sect2>
- </sect1>
- </chapter>
- <chapter id="mach">
- <title>Machine Specific Interfaces</title>
- <sect1 id="dreamcast">
- <title>mach-dreamcast</title>
-!Iarch/sh/boards/mach-dreamcast/rtc.c
- </sect1>
- <sect1 id="x3proto">
- <title>mach-x3proto</title>
-!Earch/sh/boards/mach-x3proto/ilsel.c
- </sect1>
- </chapter>
- <chapter id="busses">
- <title>Busses</title>
- <sect1 id="superhyway">
- <title>SuperHyway</title>
-!Edrivers/sh/superhyway/superhyway.c
- </sect1>
-
- <sect1 id="maple">
- <title>Maple</title>
-!Edrivers/sh/maple/maple.c
- </sect1>
- </chapter>
-</book>
diff --git a/Documentation/conf.py b/Documentation/conf.py
index dfe14f7525d0..77d47bb1df1d 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -375,6 +375,8 @@ latex_documents = [
'The kernel development community', 'manual'),
('security/index', 'security.tex', 'The kernel security subsystem manual',
'The kernel development community', 'manual'),
+ ('sh/index', 'sh.tex', 'SuperH architecture implementation manual',
+ 'The kernel development community', 'manual'),
('sound/index', 'sound.tex', 'Linux Sound Subsystem Documentation',
'The kernel development community', 'manual'),
('userspace-api/index', 'userspace-api.tex', 'The Linux kernel user-space API guide',
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 25c4da41da6b..e9017bb3a6ce 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -76,6 +76,17 @@ needed).
crypto/index
filesystems/index
+Architecture-specific documentation
+-----------------------------------
+
+These books provide programming details about architecture-specific
+implementation.
+
+.. toctree::
+ :maxdepth: 2
+
+ sh/index
+
Korean translations
-------------------
diff --git a/Documentation/sh/index.rst b/Documentation/sh/index.rst
new file mode 100644
index 000000000000..bc8db7ba894a
--- /dev/null
+++ b/Documentation/sh/index.rst
@@ -0,0 +1,59 @@
+===========+SuperH Interfaces Guide
+===========+
+:Author: Paul Mundt
+
+Memory Management
+========+
+SH-4
+----
+
+Store Queue API
+~~~~~~~~~~~~~~~
+
+.. kernel-doc:: arch/sh/kernel/cpu/sh4/sq.c
+ :export:
+
+SH-5
+----
+
+TLB Interfaces
+~~~~~~~~~~~~~~
+
+.. kernel-doc:: arch/sh/mm/tlb-sh5.c
+ :internal:
+
+.. kernel-doc:: arch/sh/include/asm/tlb_64.h
+ :internal:
+
+Machine Specific Interfaces
+=============+
+mach-dreamcast
+--------------
+
+.. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c
+ :internal:
+
+mach-x3proto
+------------
+
+.. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c
+ :export:
+
+Busses
+===
+
+SuperHyway
+----------
+
+.. kernel-doc:: drivers/sh/superhyway/superhyway.c
+ :export:
+
+Maple
+-----
+
+.. kernel-doc:: drivers/sh/maple/maple.c
+ :export:
--
2.9.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/5] Convert more books to ReST
2017-05-13 11:10 [PATCH 0/5] Convert more books to ReST Mauro Carvalho Chehab
2017-05-13 11:10 ` [PATCH 5/5] docs-rst: convert sh book " Mauro Carvalho Chehab
@ 2017-05-15 12:09 ` Boris Brezillon
2017-05-15 17:15 ` Jonathan Corbet
2017-05-16 10:38 ` Mauro Carvalho Chehab
1 sibling, 2 replies; 6+ messages in thread
From: Boris Brezillon @ 2017-05-15 12:09 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, Rich Felker, linux-sh, Takashi Iwai,
Sebastian Andrzej Siewior, Herton R. Krzesinski, linux-mtd,
Cyrille Pitchen, Markus Heiser, Yoshinori Sato, Jonathan Corbet,
Richard Weinberger, Marek Vasut, sayli karnik, Jani Nikula,
Mauro Carvalho Chehab, Greg Kroah-Hartman, linux-kernel,
linux-security-module, Silvio Fricke, Brian Norris,
David Woodhouse
On Sat, 13 May 2017 08:10:53 -0300
Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
> This patch series convert the following books to ReST:
> - librs
> - mtdnand
> - sh
>
> And it is based on my previous series of conversion patches.
>
> After this series, there will be just one DocBook pending conversion:
> - lsm (Linux Security Modules)
>
> This book is very outdated: no changes since the Kernel moved
> to git, in 2005 (except for a minor editorial fix in 2008).
>
> I took a look on the described API: it doesn't seem to be describing
> the current security implementation.
>
> The best here is if someone that works with LSM to convert it to
> ReST with:
> $ Documentation/sphinx/tmplcvt Documentation/DocBook/lsm.tmpl lsm.rst
>
> And fix the document to produce something that reflects the current
> implementation. If nobody is interested, then maybe we could just
> drop it.
>
> -
>
> This patch series is based on my past 00/36 patch series, applied on
> the top of docs tree (next branch).
>
> The full patch series is on this tree is at:
>
> https://git.linuxtv.org//mchehab/experimental.git/log/?h=docbook
>
> And the HTML output at:
>
> http://www.infradead.org/~mchehab/kernel_docs/
> https://mchehab.fedorapeople.org/kernel_docs/
>
> Mauro Carvalho Chehab (5):
> docs-rst: convert librs book to ReST
> docs-rst: convert mtdnand book to ReST
> mtdnand.rst: Fix some typos and group the "::" with previous line
MTD maintainers did not receive the above patch. Can you Cc us the
whole series next time.
BTW, I had a look at your branch and it seems the typo you're fixing is
actually not a type. Flags are *OR-ed* (with the | operator) to form a
valid combination of flags.
> mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
Not sure how you plan to merge these changes, but if it goes through
a single tree I'll probably need an immutable topic branch, because I
plan to change a few things in nand_base.c nand.h for the next release.
> docs-rst: convert sh book to ReST
>
> Documentation/DocBook/Makefile | 5 +-
> Documentation/DocBook/librs.tmpl | 289 --------
> Documentation/DocBook/mtdnand.tmpl | 1291 ----------------------------------
> Documentation/DocBook/sh.tmpl | 105 ---
> Documentation/conf.py | 2 +
> Documentation/core-api/index.rst | 1 +
> Documentation/core-api/librs.rst | 212 ++++++
> Documentation/driver-api/index.rst | 1 +
> Documentation/driver-api/mtdnand.rst | 1007 ++++++++++++++++++++++++++
> Documentation/index.rst | 11 +
> Documentation/sh/index.rst | 59 ++
> drivers/mtd/nand/nand_base.c | 7 +-
> include/linux/mtd/nand.h | 2 +-
> 13 files changed, 1300 insertions(+), 1692 deletions(-)
> delete mode 100644 Documentation/DocBook/librs.tmpl
> delete mode 100644 Documentation/DocBook/mtdnand.tmpl
> delete mode 100644 Documentation/DocBook/sh.tmpl
> create mode 100644 Documentation/core-api/librs.rst
> create mode 100644 Documentation/driver-api/mtdnand.rst
> create mode 100644 Documentation/sh/index.rst
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/5] Convert more books to ReST
2017-05-15 12:09 ` [PATCH 0/5] Convert more books " Boris Brezillon
@ 2017-05-15 17:15 ` Jonathan Corbet
2017-05-16 7:01 ` Boris Brezillon
2017-05-16 10:38 ` Mauro Carvalho Chehab
1 sibling, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2017-05-15 17:15 UTC (permalink / raw)
To: Boris Brezillon
Cc: Mauro Carvalho Chehab, Linux Doc Mailing List, Rich Felker,
linux-sh, Takashi Iwai, Sebastian Andrzej Siewior,
Herton R. Krzesinski, linux-mtd, Cyrille Pitchen, Markus Heiser,
Yoshinori Sato, Richard Weinberger, Marek Vasut, sayli karnik,
Jani Nikula, Mauro Carvalho Chehab, Greg Kroah-Hartman,
linux-kernel, linux-security-module, Silvio Fricke, Brian Norris,
David Woodhouse
On Mon, 15 May 2017 14:09:12 +0200
Boris Brezillon <boris.brezillon@free-electrons.com> wrote:
> > mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
>
> Not sure how you plan to merge these changes, but if it goes through
> a single tree I'll probably need an immutable topic branch, because I
> plan to change a few things in nand_base.c nand.h for the next release.
docs-next doesn't rebase, so there shouldn't be trouble there. But we
could also just separate this patch into two pieces. I suspect we could
live with a couple of warnings for a period during the 4.13 merge window
without too much pain...
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/5] Convert more books to ReST
2017-05-15 17:15 ` Jonathan Corbet
@ 2017-05-16 7:01 ` Boris Brezillon
0 siblings, 0 replies; 6+ messages in thread
From: Boris Brezillon @ 2017-05-16 7:01 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Rich Felker, linux-sh, Takashi Iwai, Sebastian Andrzej Siewior,
Herton R. Krzesinski, linux-mtd, Cyrille Pitchen, Markus Heiser,
Yoshinori Sato, Richard Weinberger, Linux Doc Mailing List,
Mauro Carvalho Chehab, Marek Vasut, sayli karnik, Jani Nikula,
Mauro Carvalho Chehab, Greg Kroah-Hartman, linux-kernel,
linux-security-module, Silvio Fricke, Brian Norris,
David Woodhouse
Hi Jonathan,
On Mon, 15 May 2017 11:15:19 -0600
Jonathan Corbet <corbet@lwn.net> wrote:
> On Mon, 15 May 2017 14:09:12 +0200
> Boris Brezillon <boris.brezillon@free-electrons.com> wrote:
>
> > > mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
> >
> > Not sure how you plan to merge these changes, but if it goes through
> > a single tree I'll probably need an immutable topic branch, because I
> > plan to change a few things in nand_base.c nand.h for the next release.
>
> docs-next doesn't rebase, so there shouldn't be trouble there. But we
> could also just separate this patch into two pieces. I suspect we could
> live with a couple of warnings for a period during the 4.13 merge window
> without too much pain...
I like this idea. This way I can take the nand_base.c/nand.h changes
through my tree and let you pick the Doc migration bits.
Thanks,
Boris
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/5] Convert more books to ReST
2017-05-15 12:09 ` [PATCH 0/5] Convert more books " Boris Brezillon
2017-05-15 17:15 ` Jonathan Corbet
@ 2017-05-16 10:38 ` Mauro Carvalho Chehab
1 sibling, 0 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2017-05-16 10:38 UTC (permalink / raw)
To: Boris Brezillon
Cc: Linux Doc Mailing List, Rich Felker, linux-sh, Takashi Iwai,
Sebastian Andrzej Siewior, Herton R. Krzesinski, linux-mtd,
Cyrille Pitchen, Markus Heiser, Yoshinori Sato, Jonathan Corbet,
Richard Weinberger, Marek Vasut, sayli karnik, Jani Nikula,
Mauro Carvalho Chehab, Greg Kroah-Hartman, linux-kernel,
linux-security-module, Silvio Fricke, Brian Norris,
David Woodhouse
Em Mon, 15 May 2017 14:09:12 +0200
Boris Brezillon <boris.brezillon@free-electrons.com> escreveu:
> On Sat, 13 May 2017 08:10:53 -0300
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > This patch series convert the following books to ReST:
> > - librs
> > - mtdnand
> > - sh
> >
> > And it is based on my previous series of conversion patches.
> >
> > After this series, there will be just one DocBook pending conversion:
> > - lsm (Linux Security Modules)
> >
> > This book is very outdated: no changes since the Kernel moved
> > to git, in 2005 (except for a minor editorial fix in 2008).
> >
> > I took a look on the described API: it doesn't seem to be describing
> > the current security implementation.
> >
> > The best here is if someone that works with LSM to convert it to
> > ReST with:
> > $ Documentation/sphinx/tmplcvt Documentation/DocBook/lsm.tmpl lsm.rst
> >
> > And fix the document to produce something that reflects the current
> > implementation. If nobody is interested, then maybe we could just
> > drop it.
> >
> > -
> >
> > This patch series is based on my past 00/36 patch series, applied on
> > the top of docs tree (next branch).
> >
> > The full patch series is on this tree is at:
> >
> > https://git.linuxtv.org//mchehab/experimental.git/log/?h=docbook
> >
> > And the HTML output at:
> >
> > http://www.infradead.org/~mchehab/kernel_docs/
> > https://mchehab.fedorapeople.org/kernel_docs/
> >
> > Mauro Carvalho Chehab (5):
> > docs-rst: convert librs book to ReST
> > docs-rst: convert mtdnand book to ReST
> > mtdnand.rst: Fix some typos and group the "::" with previous line
>
> MTD maintainers did not receive the above patch. Can you Cc us the
> whole series next time.
Sorry. I'll add you on the whole series. It will be a big one, though,
as it will contain the other docbook conversions on it (~50+ patches).
> BTW, I had a look at your branch and it seems the typo you're fixing is
> actually not a type. Flags are *OR-ed* (with the | operator) to form a
> valid combination of flags.
Ah! Ok, I updated the patch (see enclosed). Would that be OK for you?
> > mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
>
> Not sure how you plan to merge these changes, but if it goes through
> a single tree I'll probably need an immutable topic branch, because I
> plan to change a few things in nand_base.c nand.h for the next release.
At least the patches that touch at Documentation/* should go, IMHO,
via a single tree:
git://git.lwn.net/linux.git docs-next
As Jon mentioned, he doesn't rebase it, so you should be able to get an
immutable branch from it.
Thanks,
Mauro
---
[PATCH] mtdnand.rst: group the "::" with previous line
Group the :: with the previous paragraph, in order to make it
visually better when reading as a text file.
While here, replace:
ored (with means "Covered or adorned with ore or metal")
by:
OR-ed
To reflect its true meaning.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
diff --git a/Documentation/driver-api/mtdnand.rst b/Documentation/driver-api/mtdnand.rst
index 8723175f955e..7c19795ebb4a 100644
--- a/Documentation/driver-api/mtdnand.rst
+++ b/Documentation/driver-api/mtdnand.rst
@@ -843,10 +843,8 @@ Chip option constants
Constants for chip id table
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-These constants are defined in nand.h. They are ored together to
-describe the chip functionality.
-
-::
+These constants are defined in nand.h. They are OR-ed together to
+describe the chip functionality::
/* Buswitdh is 16 bit */
#define NAND_BUSWIDTH_16 0x00000002
@@ -867,10 +865,8 @@ describe the chip functionality.
Constants for runtime options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-These constants are defined in nand.h. They are ored together to
-describe the functionality.
-
-::
+These constants are defined in nand.h. They are OR-ed together to
+describe the functionality::
/* The hw ecc generator provides a syndrome instead a ecc value on read
* This can only work if we have the ecc bytes directly behind the
@@ -881,9 +877,7 @@ describe the functionality.
ECC selection constants
-----------------------
-Use these constants to select the ECC algorithm.
-
-::
+Use these constants to select the ECC algorithm::
/* No ECC. Usage is not recommended ! */
#define NAND_ECC_NONE 0
@@ -903,9 +897,7 @@ Hardware control related constants
----------------------------------
These constants describe the requested hardware access function when the
-boardspecific hardware control function is called
-
-::
+boardspecific hardware control function is called::
/* Select the chip by setting nCE to low */
#define NAND_CTL_SETNCE 1
@@ -929,9 +921,7 @@ Bad block table related constants
---------------------------------
These constants describe the options used for bad block table
-descriptors.
-
-::
+descriptors::
/* Options for the bad block table descriptors */
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-05-16 10:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-13 11:10 [PATCH 0/5] Convert more books to ReST Mauro Carvalho Chehab
2017-05-13 11:10 ` [PATCH 5/5] docs-rst: convert sh book " Mauro Carvalho Chehab
2017-05-15 12:09 ` [PATCH 0/5] Convert more books " Boris Brezillon
2017-05-15 17:15 ` Jonathan Corbet
2017-05-16 7:01 ` Boris Brezillon
2017-05-16 10:38 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).