Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: fix pointers to io-mapping.rst and io_ordering.rst files

Those files got moved, but cross-references still point to the
wrong places.

Fixes: fcd680727157 ("Documentation: Add io-mapping.rst to driver-api manual")
Fixes: d1ce350015d8 ("Documentation: Add io_ordering.rst to driver-api manual")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/c0205119db4fef536272cb0a183b6c14c2c8bf4c.1583927470.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
7d3d3254 0a07bef6

+5 -5
+1 -1
Documentation/PCI/pci.rst
··· 239 239 as the PCI "bus address" might have been remapped to a "host physical" 240 240 address by the arch/chip-set specific kernel support. 241 241 242 - See Documentation/io-mapping.txt for how to access device registers 242 + See Documentation/driver-api/io-mapping.rst for how to access device registers 243 243 or device memory. 244 244 245 245 The device driver needs to call pci_request_region() to verify
+2 -2
Documentation/translations/zh_CN/io_ordering.txt
··· 1 - Chinese translated version of Documentation/io_ordering.txt 1 + Chinese translated version of Documentation/driver-api/io_ordering.rst 2 2 3 3 If you have any comment or update to the content, please contact the 4 4 original document maintainer directly. However, if you have a problem ··· 8 8 9 9 Chinese maintainer: Lin Yongting <linyongting@gmail.com> 10 10 --------------------------------------------------------------------- 11 - Documentation/io_ordering.txt 的中文翻译 11 + Documentation/driver-api/io_ordering.rst 的中文翻译 12 12 13 13 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 14 14 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
+1 -1
arch/unicore32/include/asm/io.h
··· 27 27 * ioremap and friends. 28 28 * 29 29 * ioremap takes a PCI memory address, as specified in 30 - * Documentation/io-mapping.txt. 30 + * Documentation/driver-api/io-mapping.rst. 31 31 * 32 32 */ 33 33 #define ioremap(cookie, size) __uc32_ioremap(cookie, size)
+1 -1
include/linux/io-mapping.h
··· 16 16 * The io_mapping mechanism provides an abstraction for mapping 17 17 * individual pages from an io device to the CPU in an efficient fashion. 18 18 * 19 - * See Documentation/io-mapping.txt 19 + * See Documentation/driver-api/io-mapping.rst 20 20 */ 21 21 22 22 struct io_mapping {