]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: samsung: remove the use of statically remapped controller address
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 1 Jan 2013 08:21:55 +0000 (00:21 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jan 2013 05:57:44 +0000 (21:57 -0800)
commit41147bfdc5c0d6acb39d2b3b8a4eb6ffb08e4b42
tree1f2ab3b6fff41524b1233cdeacd6d9484af639a4
parent81a7d777497aa4f8c4b5f46b2b8b978779840462
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>
drivers/tty/serial/samsung.c