commit | 41147bfdc5c0d6acb39d2b3b8a4eb6ffb08e4b42 | [log] [tgz] |
---|---|---|
author | Thomas Abraham <thomas.abraham@linaro.org> | Tue Jan 01 00:21:55 2013 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 15 21:57:44 2013 -0800 |
tree | 1f2ab3b6fff41524b1233cdeacd6d9484af639a4 | |
parent | 81a7d777497aa4f8c4b5f46b2b8b978779840462 [diff] |
serial: samsung: remove the use of statically remapped controller address The address S3C_VA_UART is a statically ioremapped address. The driver should not be using this. Instead, the driver should setup a mapping during probe. Cc: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>