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>
This commit is contained in:
parent
39db3f1519
commit
173cb655ea
|
@ -2706,7 +2706,7 @@ Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
|
||||||
B: mailto:linux-samsung-soc@vger.kernel.org
|
B: mailto:linux-samsung-soc@vger.kernel.org
|
||||||
C: irc://irc.libera.chat/linux-exynos
|
C: irc://irc.libera.chat/linux-exynos
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
|
||||||
F: Documentation/arm/samsung/
|
F: Documentation/arch/arm/samsung/
|
||||||
F: Documentation/devicetree/bindings/arm/samsung/
|
F: Documentation/devicetree/bindings/arm/samsung/
|
||||||
F: Documentation/devicetree/bindings/hwinfo/samsung,*
|
F: Documentation/devicetree/bindings/hwinfo/samsung,*
|
||||||
F: Documentation/devicetree/bindings/power/pd-samsung.yaml
|
F: Documentation/devicetree/bindings/power/pd-samsung.yaml
|
||||||
|
@ -15278,7 +15278,7 @@ OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
|
||||||
L: linux-omap@vger.kernel.org
|
L: linux-omap@vger.kernel.org
|
||||||
L: linux-fbdev@vger.kernel.org
|
L: linux-fbdev@vger.kernel.org
|
||||||
S: Orphan
|
S: Orphan
|
||||||
F: Documentation/arm/omap/dss.rst
|
F: Documentation/arch/arm/omap/dss.rst
|
||||||
F: drivers/video/fbdev/omap2/
|
F: drivers/video/fbdev/omap2/
|
||||||
|
|
||||||
OMAP FRAMEBUFFER SUPPORT
|
OMAP FRAMEBUFFER SUPPORT
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
* in the kernel). So this driver offers straight forward, reliable single
|
* in the kernel). So this driver offers straight forward, reliable single
|
||||||
* touch functionality only.
|
* touch functionality only.
|
||||||
*
|
*
|
||||||
* s.a. A20 User Manual "1.15 TP" (Documentation/arm/sunxi.rst)
|
* s.a. A20 User Manual "1.15 TP" (Documentation/arch/arm/sunxi.rst)
|
||||||
* (looks like the description in the A20 User Manual v1.3 is better
|
* (looks like the description in the A20 User Manual v1.3 is better
|
||||||
* than the one in the A10 User Manual v.1.5)
|
* than the one in the A10 User Manual v.1.5)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Bo Shen <voice.shen@atmel.com>
|
* Bo Shen <voice.shen@atmel.com>
|
||||||
*
|
*
|
||||||
* Links to reference manuals for the supported PWM chips can be found in
|
* Links to reference manuals for the supported PWM chips can be found in
|
||||||
* Documentation/arm/microchip.rst.
|
* Documentation/arch/arm/microchip.rst.
|
||||||
*
|
*
|
||||||
* Limitations:
|
* Limitations:
|
||||||
* - Periods start with the inactive level.
|
* - Periods start with the inactive level.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* eric miao <eric.miao@marvell.com>
|
* eric miao <eric.miao@marvell.com>
|
||||||
*
|
*
|
||||||
* Links to reference manuals for some of the supported PWM chips can be found
|
* Links to reference manuals for some of the supported PWM chips can be found
|
||||||
* in Documentation/arm/marvell.rst.
|
* in Documentation/arch/arm/marvell.rst.
|
||||||
*
|
*
|
||||||
* Limitations:
|
* Limitations:
|
||||||
* - When PWM is stopped, the current PWM period stops abruptly at the next
|
* - When PWM is stopped, the current PWM period stops abruptly at the next
|
||||||
|
|
|
@ -450,8 +450,8 @@ config SERIAL_SA1100
|
||||||
help
|
help
|
||||||
If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
|
If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
|
||||||
can enable its onboard serial port by enabling this option.
|
can enable its onboard serial port by enabling this option.
|
||||||
Please read <file:Documentation/arm/sa1100/serial_uart.rst> for further
|
Please read <file:Documentation/arch/arm/sa1100/serial_uart.rst> for
|
||||||
info.
|
further info.
|
||||||
|
|
||||||
config SERIAL_SA1100_CONSOLE
|
config SERIAL_SA1100_CONSOLE
|
||||||
bool "Console on SA1100 serial port"
|
bool "Console on SA1100 serial port"
|
||||||
|
|
Loading…
Reference in New Issue