commit | 5b3a05ca911688c53680f2b020a1512b9da29c89 | [log] [tgz] |
---|---|---|
author | Cyril Chemparathy <cyril@ti.com> | Sat May 01 18:38:27 2010 -0400 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 06 15:02:09 2010 -0700 |
tree | 4724dd98e7ef949d1976865ad1198c8693d341da | |
parent | b27b6d03f245e5eaf6473da58a2612077fb7cfe7 [diff] |
Davinci: eliminate pinmux offset verbosity 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>