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

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>

+7 -7
+2 -2
MAINTAINERS
··· 2706 2706 B: mailto:linux-samsung-soc@vger.kernel.org 2707 2707 C: irc://irc.libera.chat/linux-exynos 2708 2708 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/ 2710 2710 F: Documentation/devicetree/bindings/arm/samsung/ 2711 2711 F: Documentation/devicetree/bindings/hwinfo/samsung,* 2712 2712 F: Documentation/devicetree/bindings/power/pd-samsung.yaml ··· 15278 15278 L: linux-omap@vger.kernel.org 15279 15279 L: linux-fbdev@vger.kernel.org 15280 15280 S: Orphan 15281 - F: Documentation/arm/omap/dss.rst 15281 + F: Documentation/arch/arm/omap/dss.rst 15282 15282 F: drivers/video/fbdev/omap2/ 15283 15283 15284 15284 OMAP FRAMEBUFFER SUPPORT
+1 -1
drivers/input/touchscreen/sun4i-ts.c
··· 22 22 * in the kernel). So this driver offers straight forward, reliable single 23 23 * touch functionality only. 24 24 * 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) 26 26 * (looks like the description in the A20 User Manual v1.3 is better 27 27 * than the one in the A10 User Manual v.1.5) 28 28 */
+1 -1
drivers/pwm/pwm-atmel.c
··· 6 6 * Bo Shen <voice.shen@atmel.com> 7 7 * 8 8 * Links to reference manuals for the supported PWM chips can be found in 9 - * Documentation/arm/microchip.rst. 9 + * Documentation/arch/arm/microchip.rst. 10 10 * 11 11 * Limitations: 12 12 * - Periods start with the inactive level.
+1 -1
drivers/pwm/pwm-pxa.c
··· 8 8 * eric miao <eric.miao@marvell.com> 9 9 * 10 10 * 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. 12 12 * 13 13 * Limitations: 14 14 * - When PWM is stopped, the current PWM period stops abruptly at the next
+2 -2
drivers/tty/serial/Kconfig
··· 450 450 help 451 451 If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you 452 452 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. 455 455 456 456 config SERIAL_SA1100_CONSOLE 457 457 bool "Console on SA1100 serial port"