Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Davinci: eliminate pinmux offset verbosity | Cyril Chemparathy | 2010-05-06 | 1 | -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> | ||||
* | davinci: update pin-multiplexing support | Kevin Hilman | 2009-04-27 | 1 | -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> |