Re: [PATCH v3 19/33] docs: pcmcia: convert docs to ReST and rename to *.rst

2019-06-09 Thread Dominik Brodowski
On Sat, Jun 08, 2019 at 11:27:09PM -0300, Mauro Carvalho Chehab wrote: > Convert the pcmcia docs to ReST format. Most of the changes here > are trivial. > > The conversion is actually: > - add blank lines and identation in order to identify paragraphs; > - fix tables markups; > - add some li

Re: [PATCH v3 12/33] docs: ide: convert docs to ReST and rename to *.rst

2019-06-09 Thread Geert Uytterhoeven
On Sun, Jun 9, 2019 at 4:27 AM Mauro Carvalho Chehab wrote: > The conversion is actually: > - add blank lines and identation in order to identify paragraphs; > - fix tables markups; > - add some lists markups; > - mark literal blocks; > - adjust title markups. > > At its new index.rst, l

Re: [PATCH v3 00/33] Convert files to ReST - part 1

2019-06-09 Thread Heiko Carstens
On Sat, Jun 08, 2019 at 11:26:50PM -0300, Mauro Carvalho Chehab wrote: > This is the first part of a series I wrote sometime ago where I manually > convert lots of files to be properly parsed by Sphinx as ReST files. > > As it touches on lot of stuff, this series is based on today's docs-next > +

Re: [PATCH v3 15/20] docs: move protection-keys.rst to the core-api book

2019-06-09 Thread Geert Uytterhoeven
Hi Mauro, On Fri, Jun 7, 2019 at 9:38 PM Mauro Carvalho Chehab wrote: > This document is used by multiple architectures: Indeed it is... > > $ echo $(git grep -l pkey_mprotect arch|cut -d'/' -f 2|sort|uniq) > alpha arm arm64 ia64 m68k microblaze mips parisc powerpc s390 sh > s

Re: [PATCH v3 00/33] Convert files to ReST - part 1

2019-06-09 Thread Markus Heiser
Am 09.06.19 um 11:16 schrieb Heiko Carstens: Will there be a web page (e.g. kernel.org), which contains always the latest upstream version? You are looking for the HTML docs on kernel.org? https://www.kernel.org/doc/html/latest/ -- Markus --

Re: [PATCH v3 22/33] docs: pps.txt: convert to ReST and rename to pps.rst

2019-06-09 Thread Rodolfo Giometti
On 09/06/2019 04:27, Mauro Carvalho Chehab wrote: > This file is already in a good shape: just its title and > adding some literal block markups is needed for it to be > part of the document. > > While it has a small chapter with sysfs stuff, most of > the document is focused on driver development

Re: [PATCH v3 00/33] Convert files to ReST - part 1

2019-06-09 Thread Heiko Carstens
On Sun, Jun 09, 2019 at 11:22:36AM +0200, Markus Heiser wrote: > > Am 09.06.19 um 11:16 schrieb Heiko Carstens: > >Will there be a web page (e.g. kernel.org), which contains always the > >latest upstream version? > > You are looking for the HTML docs on kernel.org? > > https://www.kernel.org/d

Re: [PATCH v3 00/33] Convert files to ReST - part 1

2019-06-09 Thread Mauro Carvalho Chehab
Em Sun, 9 Jun 2019 11:16:43 +0200 Heiko Carstens escreveu: > On Sat, Jun 08, 2019 at 11:26:50PM -0300, Mauro Carvalho Chehab wrote: > > This is the first part of a series I wrote sometime ago where I manually > > convert lots of files to be properly parsed by Sphinx as ReST files. > > > > As it

Re: [PATCH v3 23/33] docs: ptp.txt: convert to ReST and move to driver-api

2019-06-09 Thread Richard Cochran
On Sat, Jun 08, 2019 at 11:27:13PM -0300, Mauro Carvalho Chehab wrote: > The conversion is trivial: just adjust title markups. > > In order to avoid conflicts, let's add an :orphan: tag > to it, to be removed when this file gets added to the > driver-api book. Acked-by: Richard Cochran

Re: [PATCH v3 30/33] docs: watchdog: convert docs to ReST and rename to *.rst

2019-06-09 Thread Guenter Roeck
On Sat, Jun 08, 2019 at 11:27:20PM -0300, Mauro Carvalho Chehab wrote: > Convert those documents and prepare them to be part of the kernel > API book, as most of the stuff there are related to the > Kernel interfaces. > > Still, in the future, it would make sense to split the docs, > as some of th

Re: [PATCH v3 07/33] docs: cpu-freq: convert docs to ReST and rename to *.rst

2019-06-09 Thread Rafael J. Wysocki
On Sun, Jun 9, 2019 at 4:30 AM Mauro Carvalho Chehab wrote: > > The conversion is actually: > - add blank lines and identation in order to identify paragraphs; > - fix tables markups; > - add some lists markups; > - mark literal blocks; > - adjust title markups. > > At its new index.rst,

Re: [PATCH v3 07/33] docs: cpu-freq: convert docs to ReST and rename to *.rst

2019-06-09 Thread Mauro Carvalho Chehab
Em Sun, 9 Jun 2019 23:38:32 +0200 "Rafael J. Wysocki" escreveu: > On Sun, Jun 9, 2019 at 4:30 AM Mauro Carvalho Chehab > wrote: > > > > The conversion is actually: > > - add blank lines and identation in order to identify paragraphs; > > - fix tables markups; > > - add some lists markups;

Re: [PATCH] docs: filesystems: vfs: Render method descriptions

2019-06-09 Thread Tobin C. Harding
On Thu, Jun 06, 2019 at 09:46:28AM -0600, Jonathan Corbet wrote: > On Tue, 4 Jun 2019 10:26:56 +1000 > "Tobin C. Harding" wrote: > > > Currently vfs.rst does not render well into HTML the method descriptions > > for VFS data structures. We can improve the HTML output by putting the > > descript

[PATCH V14 4/5] defconfig: arm64: add i.MX system controller thermal support

2019-06-09 Thread Anson . Huang
From: Anson Huang This patch enables CONFIG_IMX_SC_THERMAL as module. Signed-off-by: Anson Huang --- No change. --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b3d6eb8..323e772 100644 --- a/a

[PATCH V14 1/5] dt-bindings: fsl: scu: add thermal binding

2019-06-09 Thread Anson . Huang
From: Anson Huang NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as system controller, the system controller is in charge of system power, clock and thermal sensors etc. management, Linux kernel has to communicate with system controller via MU (message unit) IPC to get temperature from

[PATCH V14 2/5] thermal: of-thermal: add API for getting sensor ID from DT

2019-06-09 Thread Anson . Huang
From: Anson Huang On some platforms like i.MX8QXP, the thermal driver needs a real HW sensor ID from DT thermal zone, the HW sensor ID is used to get temperature from SCU firmware, and the virtual sensor ID starting from 0 to N is NOT used at all, this patch adds new API thermal_zone_of_get_senso

[PATCH V14 5/5] arm64: dts: imx: add i.MX8QXP thermal support

2019-06-09 Thread Anson . Huang
From: Anson Huang Add i.MX8QXP CPU thermal zone support. Signed-off-by: Anson Huang --- No change. --- arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 37 ++ 1 file changed, 37 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dt

[PATCH V14 3/5] thermal: imx_sc: add i.MX system controller thermal support

2019-06-09 Thread Anson . Huang
From: Anson Huang i.MX8QXP is an ARMv8 SoC which has a Cortex-M4 system controller inside, the system controller is in charge of controlling power, clock and thermal sensors etc.. This patch adds i.MX system controller thermal driver support, Linux kernel has to communicate with system controlle

Re: [PATCH v3 08/20] docs: zh_CN: avoid duplicate citation references

2019-06-09 Thread Alex Shi
Acked! Thanks! Alex On 2019/6/8 2:54 上午, Mauro Carvalho Chehab wrote: > Documentation/process/programming-language.rst:44: WARNING: duplicate > citation n2049, other instance in > Documentation/translations/zh_CN/process/programming-language.rst > > Signed-off-by: Mauro Carvalho Chehab