Merge tag 'docs-5.8-2' of git://git.lwn.net/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jun 2020 21:12:15 +0000 (14:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jun 2020 21:12:15 +0000 (14:12 -0700)
Pull more documentation updates from Jonathan Corbet:
 "A handful of late-arriving docs fixes, along with a patch changing a
  lot of HTTP links to HTTPS that had to be yanked and redone before the
  first pull"

* tag 'docs-5.8-2' of git://git.lwn.net/linux:
  docs/memory-barriers.txt/kokr: smp_mb__{before,after}_atomic(): update Documentation
  Documentation: devres: add missing entry for devm_platform_get_and_ioremap_resource()
  Replace HTTP links with HTTPS ones: documentation
  docs: it_IT: address invalid reference warnings
  doc: zh_CN: use doc reference to resolve undefined label warning
  docs: Update the location of the LF NDA program
  docs: dev-tools: coccinelle: underlines

1  2 
Documentation/doc-guide/parse-headers.rst
Documentation/driver-api/driver-model/devres.rst

@@@ -10,7 -10,7 +10,7 @@@ if a symbol is not found at the documen
  uAPI documentation in sync with the Kernel changes.
  The :ref:`parse_headers.pl <parse_headers>` provide a way to generate such
  cross-references. It has to be called via Makefile, while building the
 -documentation. Please see ``Documentation/media/Makefile`` for an example
 +documentation. Please see ``Documentation/userspace-api/media/Makefile`` for an example
  about how to use it inside the Kernel tree.
  
  .. _parse_headers:
@@@ -186,7 -186,7 +186,7 @@@ COPYRIGH
  
  Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>.
  
- License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
+ License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>.
  
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
@@@ -284,13 -284,21 +284,13 @@@ I2
  
  IIO
    devm_iio_device_alloc()
 -  devm_iio_device_free()
    devm_iio_device_register()
 -  devm_iio_device_unregister()
    devm_iio_kfifo_allocate()
 -  devm_iio_kfifo_free()
    devm_iio_triggered_buffer_setup()
 -  devm_iio_triggered_buffer_cleanup()
    devm_iio_trigger_alloc()
 -  devm_iio_trigger_free()
    devm_iio_trigger_register()
 -  devm_iio_trigger_unregister()
    devm_iio_channel_get()
 -  devm_iio_channel_release()
    devm_iio_channel_get_all()
 -  devm_iio_channel_release_all()
  
  INPUT
    devm_input_allocate_device()
@@@ -314,6 -322,7 +314,7 @@@ IOMA
    devm_platform_ioremap_resource() : calls devm_ioremap_resource() for platform device
    devm_platform_ioremap_resource_wc()
    devm_platform_ioremap_resource_byname()
+   devm_platform_get_and_ioremap_resource()
    devm_iounmap()
    pcim_iomap()
    pcim_iomap_regions()        : do request_region() and iomap() on multiple BARs
@@@ -364,11 -373,6 +365,11 @@@ MU
    devm_mux_chip_register()
    devm_mux_control_get()
  
 +NET
 +  devm_alloc_etherdev()
 +  devm_alloc_etherdev_mqs()
 +  devm_register_netdev()
 +
  PER-CPU MEM
    devm_alloc_percpu()
    devm_free_percpu()