ddr: add driver for ddr bandwidth measure
authortao zeng <tao.zeng@amlogic.com>
Mon, 26 Mar 2018 02:54:55 +0000 (10:54 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Mon, 2 Apr 2018 01:46:47 +0000 (17:46 -0800)
commit684f754f9526577c2d3c4b414c07eb96276a6be7
tree8bbe93e4578733b8e4a44daca8579cbd7faa8634
parent2dc6c2c455deee5bfe4bddc88fe400cecde66506
ddr: add driver for ddr bandwidth measure

PD#161475: ddr : add driver for ddr bandwidth measure

1. change dtsi for related chips;
2. porting driver for each dmc contoller;
3. export sysfs for debug and upper layer.

Change-Id: Iaac6ac671bae26d9bff9c7a480ef44e2b0912b3c
Signed-off-by: tao zeng <tao.zeng@amlogic.com>
22 files changed:
MAINTAINERS
arch/arm/boot/dts/amlogic/meson8b.dtsi
arch/arm64/boot/dts/amlogic/mesonaxg.dtsi
arch/arm64/boot/dts/amlogic/mesong12a.dtsi
arch/arm64/boot/dts/amlogic/mesongxl.dtsi
arch/arm64/boot/dts/amlogic/mesongxm.dtsi
arch/arm64/boot/dts/amlogic/mesontxlx.dtsi
arch/arm64/configs/meson64_defconfig
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/ddr_tool/Kconfig [new file with mode: 0644]
drivers/amlogic/ddr_tool/Makefile [new file with mode: 0644]
drivers/amlogic/ddr_tool/ddr_band_op_g12.c [new file with mode: 0644]
drivers/amlogic/ddr_tool/ddr_band_op_gx.c [new file with mode: 0644]
drivers/amlogic/ddr_tool/ddr_band_op_gxl.c [new file with mode: 0644]
drivers/amlogic/ddr_tool/ddr_band_port_desc.c [new file with mode: 0644]
drivers/amlogic/ddr_tool/ddr_bandwidth.c [new file with mode: 0644]
drivers/amlogic/ddr_tool/ddr_window.c [new file with mode: 0644]
drivers/amlogic/ddr_window/Kconfig [deleted file]
drivers/amlogic/ddr_window/Makefile [deleted file]
drivers/amlogic/ddr_window/ddr_window.c [deleted file]
include/linux/amlogic/aml_ddr_bandwidth.h [new file with mode: 0644]