commit | 9ee1acefa86083c6acf4112983b88a0057eb7785 | [log] [tgz] |
---|---|---|
author | Cyril Chemparathy <cyril@ti.com> | Sun May 02 14:28:13 2010 -0400 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 06 15:02:10 2010 -0700 |
tree | a5a3ce140b5596bbfc9fd48fe664c9fd6fc1786d | |
parent | da0122ca8b7804b9cd8fa7eff466bafba27f09a3 [diff] |
Davinci: serial - use ioremap() This patch implements davinci serial cleanups towards having this code reusable on tnetv107x. The change reuses the platform data membase field to hold the remapped space. By disabling the UPF_IOREMAP flag in the platform data, we prevent the 8250 driver from repeating the ioremap. Signed-off-by: Cyril Chemparathy <cyril@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>