sh: Add maple bus support for the SEGA Dreamcast.
authorAdrian McMenamin <adrian@mcmen.demon.co.uk>
Fri, 21 Sep 2007 06:55:55 +0000 (15:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 06:55:55 +0000 (15:55 +0900)
commit17be2d2b1c333e1e4c378369ba90ab2dd11c589a
tree2858bf8499f28bdf6422a89d896f6d8885c3231b
parente87ab0c43c30faa0f4b337bfa87bce7923e67485
sh: Add maple bus support for the SEGA Dreamcast.

The Maple bus is SEGA's proprietary serial bus for peripherals
(keyboard, mouse, controller etc). The bus is capable of some
(limited) hotplugging and operates at up to 2 M/bits.

Drivers of one sort or another existed/exist for 2.4 and a rudimentary
port, which didn't support the 2.6 device driver model was also in
existence.

This driver - for the bus logic itself and for the keyboard (other
drivers will follow) are based on the code and concepts of those old
drivers but have lots of completely rewritten parts.

I have the maple bus code as a built in now as that seems the sane and
rational way to handle something like that - you either want the bus
or you don't.

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
drivers/sh/Makefile
drivers/sh/maple/Makefile [new file with mode: 0644]
drivers/sh/maple/maple.c [new file with mode: 0644]
include/asm-sh/dreamcast/maple.h [new file with mode: 0644]
include/linux/maple.h [new file with mode: 0644]