Re: [PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-07-09 Thread Rob Herring
On Tue, Jun 18, 2019 at 06:05:25PM -0300, Mauro Carvalho Chehab wrote:
> Those files are actually at ReST format. Ok, currently, they
> don't belong to any place yet at the organized book series,
> but we don't want patches to break them as ReST files. So,
> rename them and add a :orphan: in order to shut up warning
> messages like those:
> 
> ...
> Documentation/svga.rst: WARNING: document isn't included in any toctree
> Documentation/switchtec.rst: WARNING: document isn't included in any 
> toctree
> ...
> 
> Later patches will move them to a better place and remove the
> :orphan: markup.
> 
> Signed-off-by: Mauro Carvalho Chehab 
> ---
> 
> I had to remove the long list of maintainers got by
> getpatch.pl, as it was too long. I opted to keep only the
> mailing lists.
> 
>  Documentation/ABI/removed/sysfs-class-rfkill  |  2 +-
>  Documentation/ABI/stable/sysfs-class-rfkill   |  2 +-
>  Documentation/ABI/stable/sysfs-devices-node   |  2 +-
>  Documentation/ABI/testing/procfs-diskstats|  2 +-
>  Documentation/ABI/testing/sysfs-block |  2 +-
>  .../ABI/testing/sysfs-class-switchtec |  2 +-
>  .../ABI/testing/sysfs-devices-system-cpu  |  4 +-
>  .../{DMA-API-HOWTO.txt => DMA-API-HOWTO.rst}  |  2 +
>  Documentation/{DMA-API.txt => DMA-API.rst}|  8 ++-
>  .../{DMA-ISA-LPC.txt => DMA-ISA-LPC.rst}  |  4 +-
>  ...{DMA-attributes.txt => DMA-attributes.rst} |  2 +
>  Documentation/{IPMI.txt => IPMI.rst}  |  2 +
>  .../{IRQ-affinity.txt => IRQ-affinity.rst}|  2 +
>  .../{IRQ-domain.txt => IRQ-domain.rst}|  2 +
>  Documentation/{IRQ.txt => IRQ.rst}|  2 +
>  .../{Intel-IOMMU.txt => Intel-IOMMU.rst}  |  2 +
>  Documentation/PCI/pci.rst |  8 +--
>  Documentation/{SAK.txt => SAK.rst}|  3 +-
>  Documentation/{SM501.txt => SM501.rst}|  2 +
>  Documentation/admin-guide/hw-vuln/l1tf.rst|  2 +-
>  .../admin-guide/kernel-parameters.txt |  4 +-
>  .../{atomic_bitops.txt => atomic_bitops.rst}  |  3 +-
>  Documentation/block/biodoc.txt|  2 +-
>  .../{bt8xxgpio.txt => bt8xxgpio.rst}  |  3 +-
>  Documentation/{btmrvl.txt => btmrvl.rst}  |  2 +
>  ...-mapping.txt => bus-virt-phys-mapping.rst} | 54 +-
>  ...g-warn-once.txt => clearing-warn-once.rst} |  2 +
>  Documentation/{cpu-load.txt => cpu-load.rst}  |  2 +
>  .../{cputopology.txt => cputopology.rst}  |  2 +
>  Documentation/{crc32.txt => crc32.rst}|  2 +
>  Documentation/{dcdbas.txt => dcdbas.rst}  |  2 +
>  ...ging-modules.txt => debugging-modules.rst} |  2 +
>  ...hci1394.txt => debugging-via-ohci1394.rst} |  2 +
>  Documentation/{dell_rbu.txt => dell_rbu.rst}  |  3 +-
>  Documentation/device-mapper/statistics.rst|  4 +-
>  .../devicetree/bindings/phy/phy-bindings.txt  |  2 +-

Acked-by: Rob Herring 

>  Documentation/{digsig.txt => digsig.rst}  |  2 +
>  Documentation/driver-api/usb/dma.rst  |  6 +-
>  Documentation/driver-model/device.rst |  2 +-
>  Documentation/{efi-stub.txt => efi-stub.rst}  |  2 +
>  Documentation/{eisa.txt => eisa.rst}  |  2 +
>  Documentation/fb/vesafb.rst   |  2 +-
>  Documentation/filesystems/sysfs.txt   |  2 +-
>  ...ex-requeue-pi.txt => futex-requeue-pi.rst} |  2 +
>  .../{gcc-plugins.txt => gcc-plugins.rst}  |  2 +
>  Documentation/gpu/drm-mm.rst  |  2 +-
>  Documentation/{highuid.txt => highuid.rst}|  4 +-
>  .../{hw_random.txt => hw_random.rst}  |  2 +
>  .../{hwspinlock.txt => hwspinlock.rst}|  2 +
>  Documentation/ia64/irq-redir.rst  |  2 +-
>  .../{intel_txt.txt => intel_txt.rst}  |  2 +
>  .../{io-mapping.txt => io-mapping.rst}|  2 +
>  .../{io_ordering.txt => io_ordering.rst}  |  2 +
>  Documentation/{iostats.txt => iostats.rst}|  2 +
>  ...flags-tracing.txt => irqflags-tracing.rst} |  3 +-
>  Documentation/{isa.txt => isa.rst}|  2 +
>  Documentation/{isapnp.txt => isapnp.rst}  |  2 +
>  ...hreads.txt => kernel-per-CPU-kthreads.rst} |  4 +-
>  Documentation/{kobject.txt => kobject.rst}|  6 +-
>  Documentation/{kprobes.txt => kprobes.rst}|  3 +-
>  Documentation/{kref.txt => kref.rst}  |  2 +
>  Documentation/laptops/thinkpad-acpi.rst   |  6 +-
>  Documentation/{ldm.txt => ldm.rst}|  5 +-
>  Documentation/locking/rt-mutex.rst|  2 +-
>  ...kup-watchdogs.txt => lockup-watchdogs.rst} |  2 +
>  Documentation/{lsm.txt => lsm.rst}|  2 +
>  Documentation/{lzo.txt => lzo.rst}|  2 +
>  Documentation/{mailbox.txt => mailbox.rst}|  2 +
>  Documentation/memory-barriers.txt |  6 +-
>  ...hameleon-bus.txt => men-chameleon-bus.rst} |  2 +
>  Documentation/networking/scaling.rst  |  4 +-
>  .../{nommu-mmap.txt => nommu-mmap.rst}|  2 +
>  Documentation/{ntb.txt => ntb.rst}|  2 +
>  Documentation/{numastat.txt => numast

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst

2019-06-18 Thread Mauro Carvalho Chehab
Those files are actually at ReST format. Ok, currently, they
don't belong to any place yet at the organized book series,
but we don't want patches to break them as ReST files. So,
rename them and add a :orphan: in order to shut up warning
messages like those:

...
Documentation/svga.rst: WARNING: document isn't included in any toctree
Documentation/switchtec.rst: WARNING: document isn't included in any toctree
...

Later patches will move them to a better place and remove the
:orphan: markup.

Signed-off-by: Mauro Carvalho Chehab 
---

I had to remove the long list of maintainers got by
getpatch.pl, as it was too long. I opted to keep only the
mailing lists.

 Documentation/ABI/removed/sysfs-class-rfkill  |  2 +-
 Documentation/ABI/stable/sysfs-class-rfkill   |  2 +-
 Documentation/ABI/stable/sysfs-devices-node   |  2 +-
 Documentation/ABI/testing/procfs-diskstats|  2 +-
 Documentation/ABI/testing/sysfs-block |  2 +-
 .../ABI/testing/sysfs-class-switchtec |  2 +-
 .../ABI/testing/sysfs-devices-system-cpu  |  4 +-
 .../{DMA-API-HOWTO.txt => DMA-API-HOWTO.rst}  |  2 +
 Documentation/{DMA-API.txt => DMA-API.rst}|  8 ++-
 .../{DMA-ISA-LPC.txt => DMA-ISA-LPC.rst}  |  4 +-
 ...{DMA-attributes.txt => DMA-attributes.rst} |  2 +
 Documentation/{IPMI.txt => IPMI.rst}  |  2 +
 .../{IRQ-affinity.txt => IRQ-affinity.rst}|  2 +
 .../{IRQ-domain.txt => IRQ-domain.rst}|  2 +
 Documentation/{IRQ.txt => IRQ.rst}|  2 +
 .../{Intel-IOMMU.txt => Intel-IOMMU.rst}  |  2 +
 Documentation/PCI/pci.rst |  8 +--
 Documentation/{SAK.txt => SAK.rst}|  3 +-
 Documentation/{SM501.txt => SM501.rst}|  2 +
 Documentation/admin-guide/hw-vuln/l1tf.rst|  2 +-
 .../admin-guide/kernel-parameters.txt |  4 +-
 .../{atomic_bitops.txt => atomic_bitops.rst}  |  3 +-
 Documentation/block/biodoc.txt|  2 +-
 .../{bt8xxgpio.txt => bt8xxgpio.rst}  |  3 +-
 Documentation/{btmrvl.txt => btmrvl.rst}  |  2 +
 ...-mapping.txt => bus-virt-phys-mapping.rst} | 54 +-
 ...g-warn-once.txt => clearing-warn-once.rst} |  2 +
 Documentation/{cpu-load.txt => cpu-load.rst}  |  2 +
 .../{cputopology.txt => cputopology.rst}  |  2 +
 Documentation/{crc32.txt => crc32.rst}|  2 +
 Documentation/{dcdbas.txt => dcdbas.rst}  |  2 +
 ...ging-modules.txt => debugging-modules.rst} |  2 +
 ...hci1394.txt => debugging-via-ohci1394.rst} |  2 +
 Documentation/{dell_rbu.txt => dell_rbu.rst}  |  3 +-
 Documentation/device-mapper/statistics.rst|  4 +-
 .../devicetree/bindings/phy/phy-bindings.txt  |  2 +-
 Documentation/{digsig.txt => digsig.rst}  |  2 +
 Documentation/driver-api/usb/dma.rst  |  6 +-
 Documentation/driver-model/device.rst |  2 +-
 Documentation/{efi-stub.txt => efi-stub.rst}  |  2 +
 Documentation/{eisa.txt => eisa.rst}  |  2 +
 Documentation/fb/vesafb.rst   |  2 +-
 Documentation/filesystems/sysfs.txt   |  2 +-
 ...ex-requeue-pi.txt => futex-requeue-pi.rst} |  2 +
 .../{gcc-plugins.txt => gcc-plugins.rst}  |  2 +
 Documentation/gpu/drm-mm.rst  |  2 +-
 Documentation/{highuid.txt => highuid.rst}|  4 +-
 .../{hw_random.txt => hw_random.rst}  |  2 +
 .../{hwspinlock.txt => hwspinlock.rst}|  2 +
 Documentation/ia64/irq-redir.rst  |  2 +-
 .../{intel_txt.txt => intel_txt.rst}  |  2 +
 .../{io-mapping.txt => io-mapping.rst}|  2 +
 .../{io_ordering.txt => io_ordering.rst}  |  2 +
 Documentation/{iostats.txt => iostats.rst}|  2 +
 ...flags-tracing.txt => irqflags-tracing.rst} |  3 +-
 Documentation/{isa.txt => isa.rst}|  2 +
 Documentation/{isapnp.txt => isapnp.rst}  |  2 +
 ...hreads.txt => kernel-per-CPU-kthreads.rst} |  4 +-
 Documentation/{kobject.txt => kobject.rst}|  6 +-
 Documentation/{kprobes.txt => kprobes.rst}|  3 +-
 Documentation/{kref.txt => kref.rst}  |  2 +
 Documentation/laptops/thinkpad-acpi.rst   |  6 +-
 Documentation/{ldm.txt => ldm.rst}|  5 +-
 Documentation/locking/rt-mutex.rst|  2 +-
 ...kup-watchdogs.txt => lockup-watchdogs.rst} |  2 +
 Documentation/{lsm.txt => lsm.rst}|  2 +
 Documentation/{lzo.txt => lzo.rst}|  2 +
 Documentation/{mailbox.txt => mailbox.rst}|  2 +
 Documentation/memory-barriers.txt |  6 +-
 ...hameleon-bus.txt => men-chameleon-bus.rst} |  2 +
 Documentation/networking/scaling.rst  |  4 +-
 .../{nommu-mmap.txt => nommu-mmap.rst}|  2 +
 Documentation/{ntb.txt => ntb.rst}|  2 +
 Documentation/{numastat.txt => numastat.rst}  |  3 +-
 Documentation/{padata.txt => padata.rst}  |  2 +
 ...port-lowlevel.txt => parport-lowlevel.rst} |  2 +
 ...-semaphore.txt => percpu-rw-semaphore.rst} |  2 +
 Documentation/{phy.txt => phy.rst}|  2 +
 Documentation/{pi-futex.txt => pi-futex.rst}  |  2 +
 D