Skip to content

Commit 173cb65

Browse files
author
Jonathan Corbet
committed
docs: update some straggling Documentation/arm references
The Arm documentation has moved to Documentation/arch/arm; update the last remaining references to match. Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Chen-Yu Tsai <wens@csie.org> Cc: Samuel Holland <samuel@sholland.org> Cc: Thierry Reding <thierry.reding@gmail.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> # for pwm Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 39db3f1 commit 173cb65

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,7 +2706,7 @@ Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
27062706
B: mailto:linux-samsung-soc@vger.kernel.org
27072707
C: irc://irc.libera.chat/linux-exynos
27082708
T: git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
2709-
F: Documentation/arm/samsung/
2709+
F: Documentation/arch/arm/samsung/
27102710
F: Documentation/devicetree/bindings/arm/samsung/
27112711
F: Documentation/devicetree/bindings/hwinfo/samsung,*
27122712
F: Documentation/devicetree/bindings/power/pd-samsung.yaml
@@ -15278,7 +15278,7 @@ OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
1527815278
L: linux-omap@vger.kernel.org
1527915279
L: linux-fbdev@vger.kernel.org
1528015280
S: Orphan
15281-
F: Documentation/arm/omap/dss.rst
15281+
F: Documentation/arch/arm/omap/dss.rst
1528215282
F: drivers/video/fbdev/omap2/
1528315283

1528415284
OMAP FRAMEBUFFER SUPPORT

drivers/input/touchscreen/sun4i-ts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* in the kernel). So this driver offers straight forward, reliable single
2323
* touch functionality only.
2424
*
25-
* s.a. A20 User Manual "1.15 TP" (Documentation/arm/sunxi.rst)
25+
* s.a. A20 User Manual "1.15 TP" (Documentation/arch/arm/sunxi.rst)
2626
* (looks like the description in the A20 User Manual v1.3 is better
2727
* than the one in the A10 User Manual v.1.5)
2828
*/

drivers/pwm/pwm-atmel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Bo Shen <voice.shen@atmel.com>
77
*
88
* Links to reference manuals for the supported PWM chips can be found in
9-
* Documentation/arm/microchip.rst.
9+
* Documentation/arch/arm/microchip.rst.
1010
*
1111
* Limitations:
1212
* - Periods start with the inactive level.

drivers/pwm/pwm-pxa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* eric miao <eric.miao@marvell.com>
99
*
1010
* Links to reference manuals for some of the supported PWM chips can be found
11-
* in Documentation/arm/marvell.rst.
11+
* in Documentation/arch/arm/marvell.rst.
1212
*
1313
* Limitations:
1414
* - When PWM is stopped, the current PWM period stops abruptly at the next

drivers/tty/serial/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ config SERIAL_SA1100
450450
help
451451
If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
452452
can enable its onboard serial port by enabling this option.
453-
Please read <file:Documentation/arm/sa1100/serial_uart.rst> for further
454-
info.
453+
Please read <file:Documentation/arch/arm/sa1100/serial_uart.rst> for
454+
further info.
455455

456456
config SERIAL_SA1100_CONSOLE
457457
bool "Console on SA1100 serial port"

0 commit comments

Comments
 (0)