Skip to content

Commit

Permalink
sh: Remove superhyway bus support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and John Paul Adrian Glaubitz committed Oct 25, 2023
1 parent 6c32955 commit 8daaed7
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 590 deletions.
6 changes: 0 additions & 6 deletions Documentation/arch/sh/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ mach-x3proto
Busses
======

SuperHyway
----------

.. kernel-doc:: drivers/sh/superhyway/superhyway.c
:export:

Maple
-----

Expand Down
4 changes: 0 additions & 4 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -737,10 +737,6 @@ endmenu

menu "Bus options"

config SUPERHYWAY
tristate "SuperHyway Bus support"
depends on CPU_SUBTYPE_SH4_202

config MAPLE
bool "Maple Bus support"
depends on SH_DREAMCAST
Expand Down
1 change: 0 additions & 1 deletion arch/sh/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
obj-y += dma/ platform_early.o

obj-$(CONFIG_PCI) += pci/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_PUSH_SWITCH) += push-switch.o
obj-$(CONFIG_HEARTBEAT) += heartbeat.o
7 changes: 0 additions & 7 deletions arch/sh/drivers/superhyway/Makefile

This file was deleted.

168 changes: 0 additions & 168 deletions arch/sh/drivers/superhyway/ops-sh4-202.c

This file was deleted.

1 change: 0 additions & 1 deletion drivers/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ ifneq ($(CONFIG_COMMON_CLK),y)
obj-$(CONFIG_HAVE_CLK) += clk/
endif
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_SUPERHYWAY) += superhyway/

obj-y += pm_runtime.o
8 changes: 0 additions & 8 deletions drivers/sh/superhyway/Makefile

This file was deleted.

54 changes: 0 additions & 54 deletions drivers/sh/superhyway/superhyway-sysfs.c

This file was deleted.

Loading

0 comments on commit 8daaed7

Please sign in to comment.