]> git.baikalelectronics.ru Git - kernel.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)
commitb1caef0b5488987e24ff0b383f1dbe944e26ca61
tree1f2ab3b6fff41524b1233cdeacd6d9484af639a4
parent7e96bb51c6efce27b2aafdb9590ab8c3c06a02a0
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