]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: SAMSUNG: Use debug_ll_addr() to get UART base address
authorTomasz Figa <t.figa@samsung.com>
Mon, 17 Mar 2014 22:28:09 +0000 (07:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 20 Mar 2014 19:06:11 +0000 (04:06 +0900)
commite485b8793c9770509c5d62f225fad960c738131c
tree7303be5f6d13dc66e07c14f8da99e2593d87ce0e
parentfe366a9d8d35ebd114a5810baeec72e550acb6f2
ARM: SAMSUNG: Use debug_ll_addr() to get UART base address

This patch modifies Samsung PM debug helpers to use a multiplatform
friendly way of getting base address of debug UART port, so instead
of using a per-mach static macro, a generic debug_ll_addr() helper
is used.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/pm.c