Skip to content

Commit

Permalink
sh: Kill off long-dead HD64465 cchip support.
Browse files Browse the repository at this point in the history
This code has been dead for many years. The last update it received
was in 2003 in order to update it for the driver model changes, though
it had already been in disarray and unused before that point. The only
boards that ever used this chip have not had users in many years either,
so it is finally safe to just kill it off and move on with life.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Oct 28, 2008
1 parent 5ff0594 commit 3eeebf1
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,939 deletions.
4 changes: 1 addition & 3 deletions Documentation/sh/new-machine.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ Next, for companion chips:
`-- sh
`-- cchips
`-- hd6446x
|-- hd64461
| `-- cchip-specific files
`-- hd64465
`-- hd64461
`-- cchip-specific files

... and so on. Headers for the companion chips are treated the same way as
Expand Down
33 changes: 0 additions & 33 deletions arch/sh/cchips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ config HD64461
Say Y if you want support for the HD64461.
Otherwise, say N.

config HD64465
bool "Hitachi HD64465 companion chip support"
---help---
The Hitachi HD64465 provides an interface for
the SH7750 CPU, supporting a LCD controller,
CRT color controller, IrDA, USB, PCMCIA,
keyboard controller, and a printer interface.

More information is available at
<http://global.hitachi.com/New/cnews/E/1998/981019B.html>.

Say Y if you want support for the HD64465.
Otherwise, say N.

endchoice

# These will also be split into the Kconfig's below
Expand All @@ -61,23 +47,4 @@ config HD64461_ENABLER
via the HD64461 companion chip.
Otherwise, say N.

config HD64465_IOBASE
hex "HD64465 start address"
depends on HD64465
default "0xb0000000"
help
The default setting of the HD64465 IO base address is 0xb0000000.

Do not change this unless you know what you are doing.

config HD64465_IRQ
int "HD64465 IRQ"
depends on HD64465
default "5"
help
The default setting of the HD64465 IRQ is 5.

Do not change this unless you know what you are doing.

endmenu

1 change: 0 additions & 1 deletion arch/sh/cchips/hd6446x/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
obj-$(CONFIG_HD64461) += hd64461.o
obj-$(CONFIG_HD64465) += hd64465/

EXTRA_CFLAGS += -Werror
6 changes: 0 additions & 6 deletions arch/sh/cchips/hd6446x/hd64465/Makefile

This file was deleted.

196 changes: 0 additions & 196 deletions arch/sh/cchips/hd6446x/hd64465/gpio.c

This file was deleted.

Loading

0 comments on commit 3eeebf1

Please sign in to comment.