File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
arch/unicore32/include/asm Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ from the PCI device config space. Use the values in the pci_dev structure
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
Original file line number Diff line number Diff line change 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,7 +8,7 @@ or if there is a problem with the translation.
8
8
9
9
Chinese maintainer: Lin Yongting <
[email protected] >
10
10
---------------------------------------------------------------------
11
- Documentation/io_ordering.txt 的中文翻译
11
+ Documentation/driver-api/ io_ordering.rst 的中文翻译
12
12
13
13
如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
14
14
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern void __uc32_iounmap(volatile void __iomem *addr);
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)
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments