ram: rockchip: Add debug sdram driver
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 15 Jul 2019 18:28:48 +0000 (23:58 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 19 Jul 2019 03:11:09 +0000 (11:11 +0800)
commit07112672a57adcbdc8272283f631c1648245c1f8
treedb077fe4514f5b1491ba638ffd5308e0c5214290
parent3940ab6523336c6d37dfe6b05a0dbd6ea1785445
ram: rockchip: Add debug sdram driver

Add sdram driver to handle debug across rockchip SoCs.

This would help to improve code debugging feature for
sdram drivers in rockchip family, whoever wants to
debug the driver should call these core debug code on
their respective platform sdram drivers.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: YouMin Chen <cym@rock-chips.com>
Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
arch/arm/include/asm/arch-rockchip/sdram_common.h
drivers/ram/rockchip/Kconfig
drivers/ram/rockchip/Makefile
drivers/ram/rockchip/sdram_debug.c [new file with mode: 0644]