summaryrefslogtreecommitdiff
path: root/arch/sh/include/mach-common/mach/microdev.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-29sh: mach-microdev: SuperIO-relative ioport mapping.Paul Mundt1-9/+0
The microdev only has to contend with silly PIO mangling on anything within the SuperIO range. As each of the SuperIO modules is already speciail cased, we just shift that logic over to the ioport map. With microdev PCI never being merged (and being fudamentally broken in hardware), and the ethernet chip only doing 16-bit accesses already, there's no need to maintain any of the extra special casing. Kill it all off. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-10-20sh: Migrate common board headers to mach-common/.Paul Mundt1-0/+80
Signed-off-by: Paul Mundt <lethal@linux-sh.org>