ram: rockchip: rename sdram_common.c/h to sdram.c
authorKever Yang <kever.yang@rock-chips.com>
Fri, 15 Nov 2019 03:04:33 +0000 (11:04 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 17 Nov 2019 08:23:56 +0000 (16:23 +0800)
commit5d19ddf0dbee50f6bf92536c45ebd66173683c51
treec8a0b801d3885edb5920e18ae969f776742f4708
parent2a2f0b177c94457d25cded1bd1cbfd5835a7d032
ram: rockchip: rename sdram_common.c/h to sdram.c

rename sdram_common.c in arch/arm/mach-rockchip to sdram.c;
so that we can use the file name sdram_common.c in dram driver for
better understand the code;
clean the related file who has use the header file at the same time.

Signed-off-by: YouMin Chen <cym@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
15 files changed:
arch/arm/include/asm/arch-rockchip/sdram.h [new file with mode: 0644]
arch/arm/include/asm/arch-rockchip/sdram_common.h [deleted file]
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3036/rk3036.c
arch/arm/mach-rockchip/rk3288/rk3288.c
arch/arm/mach-rockchip/sdram.c [new file with mode: 0644]
arch/arm/mach-rockchip/sdram_common.c [deleted file]
drivers/ram/rockchip/dmc-rk3368.c
drivers/ram/rockchip/sdram_debug.c
drivers/ram/rockchip/sdram_rk3128.c
drivers/ram/rockchip/sdram_rk3188.c
drivers/ram/rockchip/sdram_rk322x.c
drivers/ram/rockchip/sdram_rk3288.c
drivers/ram/rockchip/sdram_rk3328.c
drivers/ram/rockchip/sdram_rk3399.c