aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/mux.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-05-06Davinci: eliminate pinmux offset verbosityCyril Chemparathy1-1/+1
Pinmux registers are sequential, and do not need to be enumerated out as they currently are. This reduces code volume and keeps things simple. If some future SoC comes up with a discontiguous register map, PINMUX() can then be expanded with local token pasting. Signed-off-by: Cyril Chemparathy <cyril@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
2009-04-27davinci: update pin-multiplexing supportKevin Hilman1-0/+51
Update MUX support to be more general and useful across multiple SoCs in the DaVinci family. Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>