summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/mpp.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-06[ARM] Kirkwood: Correct header defineSimon Kagstrom1-1/+1
Correct define typo (. -> ,) Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net> Signed-off-by: Nicolas Pitre <nico@marvell.com>
2009-03-23[ARM] Kirkwood: More consistency regarding MPP namingMartin Michlmayr1-2/+2
With the exception of UART0, all MPP names are uppercase. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
2009-02-19[ARM] Kirkwood: MPP initialization codeNicolas Pitre1-0/+303
This allows for board support code to set up their MPP config if the bootloader didn't do it all or did it wrong. This also allows to register usable GPIOs. Signed-off-by: Nicolas Pitre <nico@marvell.com>