trace: ramdump: add to support ramdump mode for exynos5433
authorsungguk.na <sungguk.na@samsung.com>
Mon, 20 Apr 2015 11:50:12 +0000 (20:50 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:46:52 +0000 (13:46 +0900)
commite0276094910e010414e044617c47712ea584465e
tree15bbf478b2d0cd6120f9f327c9d11f6329514ff3
parent45a3204c08399d0abca043c09c37b16940654526
trace: ramdump: add to support ramdump mode for exynos5433

This patch adds to support ramdump mode for exynos5433.

Change-Id: I7e833273315dab3116a5e6100c01f1f7ce965067
Signed-off-by: sungguk.na <sungguk.na@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
15 files changed:
drivers/Kconfig
drivers/Makefile
drivers/trace/Kconfig [new file with mode: 0644]
drivers/trace/Makefile [new file with mode: 0644]
drivers/trace/coresight-priv.h [new file with mode: 0644]
drivers/trace/coresight-stm.c [new file with mode: 0644]
drivers/trace/coresight.c [new file with mode: 0644]
drivers/trace/exynos-coresight-etm.c [new file with mode: 0644]
drivers/trace/exynos-coresight.c [new file with mode: 0644]
drivers/trace/exynos-noc.c [new file with mode: 0644]
drivers/trace/exynos-ss.c [new file with mode: 0644]
drivers/trace/of_coresight.c [new file with mode: 0644]
drivers/trace/of_coresight.h [new file with mode: 0644]
include/linux/exynos-ss-soc.h [new file with mode: 0644]
include/linux/exynos-ss.h [new file with mode: 0644]