linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jacek Anaszewski <jacek.anaszewski@gmail.com>
To: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>,
	linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	Vadim Pasternak <vadimp@mellanox.com>,
	Pavel Machek <pavel@ucw.cz>, Dan Murphy <dmurphy@ti.com>,
	Pablo Neira Ayuso <pablo@netfilter.org>,
	Jozsef Kadlecsik <kadlec@netfilter.org>,
	Florian Westphal <fw@strlen.de>,
	"David S. Miller" <davem@davemloft.net>,
	linux-leds@vger.kernel.org, netfilter-devel@vger.kernel.org,
	coreteam@netfilter.org, netdev@vger.kernel.org
Subject: Re: [PATCH 24/43] docs: leds: convert to ReST
Date: Fri, 28 Jun 2019 21:01:40 +0200	[thread overview]
Message-ID: <0b2a2452-20ca-1651-e03b-a15a8502b028@gmail.com> (raw)
In-Reply-To: <2fecbe9a9cefda64771b43c5fc67495d897dd722.1561723980.git.mchehab+samsung@kernel.org>

Hi Mauro,

On 6/28/19 2:20 PM, Mauro Carvalho Chehab wrote:
> Rename the leds documentation files to ReST, add an
> index for them and adjust in order to produce a nice html
> output via the Sphinx build system.
> 
> At its new index.rst, let's add a :orphan: while this is not linked to
> the main index.rst file, in order to avoid build warnings.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> Acked-by: Pavel Machek <pavel@ucw.cz>
> ---
>  Documentation/laptops/thinkpad-acpi.txt       |   4 +-
>  Documentation/leds/index.rst                  |  25 ++
>  .../leds/{leds-blinkm.txt => leds-blinkm.rst} |  64 ++---
>  ...s-class-flash.txt => leds-class-flash.rst} |  49 ++--
>  .../leds/{leds-class.txt => leds-class.rst}   |  15 +-
>  .../leds/{leds-lm3556.txt => leds-lm3556.rst} | 100 ++++++--
>  .../leds/{leds-lp3944.txt => leds-lp3944.rst} |  23 +-
>  Documentation/leds/leds-lp5521.rst            | 115 +++++++++
>  Documentation/leds/leds-lp5521.txt            | 101 --------
>  Documentation/leds/leds-lp5523.rst            | 147 ++++++++++++
>  Documentation/leds/leds-lp5523.txt            | 130 ----------
>  Documentation/leds/leds-lp5562.rst            | 137 +++++++++++
>  Documentation/leds/leds-lp5562.txt            | 120 ----------
>  Documentation/leds/leds-lp55xx.rst            | 224 ++++++++++++++++++
>  Documentation/leds/leds-lp55xx.txt            | 194 ---------------
>  Documentation/leds/leds-mlxcpld.rst           | 118 +++++++++
>  Documentation/leds/leds-mlxcpld.txt           | 110 ---------
>  ...edtrig-oneshot.txt => ledtrig-oneshot.rst} |  11 +-
>  ...ig-transient.txt => ledtrig-transient.rst} |  63 +++--
>  ...edtrig-usbport.txt => ledtrig-usbport.rst} |  11 +-
>  Documentation/leds/{uleds.txt => uleds.rst}   |   5 +-
>  MAINTAINERS                                   |   2 +-
>  drivers/leds/trigger/Kconfig                  |   2 +-
>  drivers/leds/trigger/ledtrig-transient.c      |   2 +-
>  net/netfilter/Kconfig                         |   2 +-
>  25 files changed, 996 insertions(+), 778 deletions(-)
>  create mode 100644 Documentation/leds/index.rst
>  rename Documentation/leds/{leds-blinkm.txt => leds-blinkm.rst} (57%)
>  rename Documentation/leds/{leds-class-flash.txt => leds-class-flash.rst} (74%)
>  rename Documentation/leds/{leds-class.txt => leds-class.rst} (92%)
>  rename Documentation/leds/{leds-lm3556.txt => leds-lm3556.rst} (70%)
>  rename Documentation/leds/{leds-lp3944.txt => leds-lp3944.rst} (78%)
>  create mode 100644 Documentation/leds/leds-lp5521.rst
>  delete mode 100644 Documentation/leds/leds-lp5521.txt
>  create mode 100644 Documentation/leds/leds-lp5523.rst
>  delete mode 100644 Documentation/leds/leds-lp5523.txt
>  create mode 100644 Documentation/leds/leds-lp5562.rst
>  delete mode 100644 Documentation/leds/leds-lp5562.txt
>  create mode 100644 Documentation/leds/leds-lp55xx.rst
>  delete mode 100644 Documentation/leds/leds-lp55xx.txt
>  create mode 100644 Documentation/leds/leds-mlxcpld.rst
>  delete mode 100644 Documentation/leds/leds-mlxcpld.txt
>  rename Documentation/leds/{ledtrig-oneshot.txt => ledtrig-oneshot.rst} (90%)
>  rename Documentation/leds/{ledtrig-transient.txt => ledtrig-transient.rst} (81%)
>  rename Documentation/leds/{ledtrig-usbport.txt => ledtrig-usbport.rst} (86%)
>  rename Documentation/leds/{uleds.txt => uleds.rst} (95%)

Patches 4/9 and 24/43 applied to the for-next branch of linux-leds.git.

Thanks!

-- 
Best regards,
Jacek Anaszewski

  reply	other threads:[~2019-06-28 19:01 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28 12:19 [PATCH 00/43] Convert doc files to ReST Mauro Carvalho Chehab
2019-06-28 12:19 ` [PATCH 01/43] docs: infiniband: convert docs to ReST and rename to *.rst Mauro Carvalho Chehab
2019-07-03 18:06   ` Jason Gunthorpe
2019-07-06 11:02     ` Mauro Carvalho Chehab
2019-06-28 12:19 ` [PATCH 02/43] docs: iio: convert to ReST Mauro Carvalho Chehab
2019-06-28 12:19 ` [PATCH 03/43] docs: hid: " Mauro Carvalho Chehab
2019-07-02  9:58   ` Benjamin Tissoires
2019-06-28 12:20 ` [PATCH 04/43] docs: locking: convert docs to ReST and rename to *.rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 05/43] docs: powerpc: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 06/43] docs: connector: convert to ReST and rename to connector.rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 07/43] docs: lcd-panel-cgram.txt: convert docs to ReST and rename to *.rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 08/43] docs: lp855x-driver.txt: convert to ReST and move to kernel-api Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 09/43] docs: m68k: convert docs to ReST and rename to *.rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 10/43] docs: cma/debugfs.txt: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 11/43] docs: console.txt: " Mauro Carvalho Chehab
2019-06-28 12:53   ` Bartlomiej Zolnierkiewicz
2019-06-28 12:20 ` [PATCH 12/43] docs: pti_intel_mid.txt: convert it to pti_intel_mid.rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 13/43] docs: early-userspace: convert docs to ReST and rename to *.rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 15/43] docs: memory-devices: convert ti-emif.txt to ReST Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 16/43] docs: xen-tpmfront.txt: convert it to .rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 17/43] docs: bus-devices: ti-gpmc.rst: convert it to ReST Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 18/43] docs: nvmem: convert docs to ReST and rename to *.rst Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 19/43] docs: phy: convert samsung-usb2.txt to ReST format Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 20/43] docs: rbtree.txt: fix Sphinx build warnings Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 21/43] docs: DMA-API-HOWTO.txt: fix an unmarked code block Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 22/43] docs: accounting: convert to ReST Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 23/43] docs: ia64: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 24/43] docs: leds: " Mauro Carvalho Chehab
2019-06-28 19:01   ` Jacek Anaszewski [this message]
2019-07-06 10:41     ` Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 25/43] docs: laptops: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 26/43] docs: namespaces: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 27/43] docs: nfc: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 28/43] docs: md: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 29/43] docs: mtd: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 30/43] docs: nvdimm: " Mauro Carvalho Chehab
2019-06-28 16:32   ` Dan Williams
2019-06-28 12:20 ` [PATCH 31/43] docs: xtensa: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 32/43] docs: mmc: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 33/43] docs: ioctl-number.txt: convert it to ReST format Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 34/43] docs: ioctl: convert to ReST Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 35/43] docs: thermal: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 36/43] docs: rapidio: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 37/43] docs: blockdev: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 38/43] docs: perf: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 39/43] docs: sysctl: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 40/43] docs: block: " Mauro Carvalho Chehab
2019-06-28 12:20 ` [PATCH 41/43] docs: extcon: convert it to ReST and move to acpi dir Mauro Carvalho Chehab
2019-07-01  1:40   ` Chanwoo Choi
2019-07-05  9:41   ` Rafael J. Wysocki
2019-06-28 12:20 ` [PATCH 42/43] docs: move gcc_plugins.txt to core-api and rename to .rst Mauro Carvalho Chehab
2019-06-28 14:47   ` Kees Cook
2019-06-28 12:20 ` [PATCH 43/43] docs: logo.txt: rename it to COPYING-logo Mauro Carvalho Chehab
2019-07-29  9:50 ` [PATCH 00/43] Convert doc files to ReST Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0b2a2452-20ca-1651-e03b-a15a8502b028@gmail.com \
    --to=jacek.anaszewski@gmail.com \
    --cc=corbet@lwn.net \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=dmurphy@ti.com \
    --cc=fw@strlen.de \
    --cc=kadlec@netfilter.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=mchehab+samsung@kernel.org \
    --cc=mchehab@infradead.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    --cc=pavel@ucw.cz \
    --cc=vadimp@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).