mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
8daaed7638
The superhyway bus driver was only referenced on SH4-202, which is now gone, so remove it all as well. I could find no trace of anything ever calling superhyway_register_driver(), not in the git history but also not on the web, so I assume this has never served any purpose on mainline kernels. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/20230914155523.3839811-3-arnd@kernel.org Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
51 lines
653 B
ReStructuredText
51 lines
653 B
ReStructuredText
=======================
|
|
SuperH Interfaces Guide
|
|
=======================
|
|
|
|
:Author: Paul Mundt
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
booting
|
|
new-machine
|
|
register-banks
|
|
|
|
features
|
|
|
|
Memory Management
|
|
=================
|
|
|
|
SH-4
|
|
----
|
|
|
|
Store Queue API
|
|
~~~~~~~~~~~~~~~
|
|
|
|
.. kernel-doc:: arch/sh/kernel/cpu/sh4/sq.c
|
|
:export:
|
|
|
|
Machine Specific Interfaces
|
|
===========================
|
|
|
|
mach-dreamcast
|
|
--------------
|
|
|
|
.. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c
|
|
:internal:
|
|
|
|
mach-x3proto
|
|
------------
|
|
|
|
.. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c
|
|
:export:
|
|
|
|
Busses
|
|
======
|
|
|
|
Maple
|
|
-----
|
|
|
|
.. kernel-doc:: drivers/sh/maple/maple.c
|
|
:export:
|