26 Jul, 2019
2 commits
-
In the case of the tsec network driver, so far there has been no
mainline user of DM_ETH where the DT bindings get used.In the case of the mdio bus, it looks like the "fsl,tsec-mdio" string
was made up for the documentation, but there is no mainline code that
parses the "compatible" property anyway.In both cases, there are no DT blobs that contain the old strings.
So change the documentation to "fsl,etsec2" for the Ethernet ports and
"fsl,etsec2-mdio" for the MDIO buses, which are strings that Linux also
uses, at least for LS1021A. More compatible strings can be added once
other (PowerPC) SoCs are migrated to DM_ETH.The current ls1021a.dtsi doesn't match what was documented for the MDIO
buses anyway (the "compatible" is "gianfar" currently). This will be
fixed in the next patch.Fixes: 69a00875e3db ("doc: dt-bindings: Describe Freescale TSEC ethernet controller")
Signed-off-by: Vladimir Oltean
Reviewed-by: Bin Meng
Acked-by: Joe Hershberger -
This binding documents two properties that describe the registers used to
perform MUX selection.Signed-off-by: Alex Marginean
Acked-by: Joe Hershberger
Reviewed-by: Bin Meng
25 Jul, 2019
7 commits
-
- Various Android related changes including A/B update and BCB updates
- Assorted minor fixes -
Add missing newline before title and subtitle.
Signed-off-by: Mickaël Tansorier
-
Increment conf id to avoid to have two same conf name
into one configuration description.Signed-off-by: Mickaël Tansorier
-
Now we have a logo for U-Boot, we can include it in the Sphinx
html doc.Signed-off-by: Bin Meng
-
With Sphinx documentation moving from Documentation directory
to doc directory, we missed updating .gitignore for the Sphinx
build output directory.Signed-off-by: Bin Meng
-
Recent versions of sphinx will emit messages like:
doc/sphinx/kerneldoc.py:103:
RemovedInSphinx20Warning: app.warning() is now deprecated.
Use sphinx.util.logging instead.Switch to sphinx.util.logging to make this unsightly message go away.
Alas, that interface was only added in version 1.6, so we have to add a
version check to keep things working with older sphinxes.Signed-off-by: Jonathan Corbet
Rebased for U-Boot
Signed-off-by: Heinrich Schuchardt -
Add a short documentation for A/B enablement and 'ab_select' command
usage.Signed-off-by: Ruslan Trofymenko
Signed-off-by: Igor Opaniuk
Signed-off-by: Sam Protsenko
Reviewed-by: Alistair Strachan
Reviewed-by: Sam Protsenko
Reviewed-by: Simon Glass
24 Jul, 2019
31 commits
-
U-Boot no longer supports blackfin architecture. Remove the doc.
Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.This also merges README.N1213 contents into the new nds32.rst file.
Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This converts README.AX25 and README.ae350 plain text documentation
to reST format, merges them into one ax25-ae350 doc, and adds it to
Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts QEMU x86 board specific information from README.x86,
converts plain text documentation to reST format and adds it to
Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts coreboot board specific information from README.x86,
converts plain text documentation to reST format and adds it to
Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts Google Chromebook Samus board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts Google Chromebook Link board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts Intel Galileo board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts Intel Edison board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
Acked-by: Andy Shevchenko -
This extracts Intel Cougar Canyon 2 board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts Intel Cherry Hill board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts Intel Bay Trail based board specific information from
README.x86, converts plain text documentation to reST format and
adds them to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng
-
This extracts Intel Crown Bay board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.Signed-off-by: Bin Meng