
The a38x serdes init and DDR training code was imported more or less as-is from Marvell's code with formatting cleanup changes. This is a first pass at cleaning up the code itself.
The topology data for several boards that are not supported by mainline U-Boot are removed. Also removed is a mechanism in the drivers themselves for changing the board-specified configuration based on values loaded from an on-board EEPROM. This belongs in the board file instead of the driver, and is not needed for the db-88f6820-gp development board, so is completely removed.
Kevin Smith (3): arm: mvebu: a38x: Remove unsupported topologies arm: mvebu: a38x: Add const to some function calls arm: mvebu: a38x: serdes specification cleanup
arch/arm/mach-mvebu/serdes/a38x/Makefile | 1 - arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c | 13 +- arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h | 2 +- .../serdes/a38x/high_speed_env_spec-38x.c | 1 - .../mach-mvebu/serdes/a38x/high_speed_env_spec.c | 103 +- .../mach-mvebu/serdes/a38x/high_speed_env_spec.h | 8 +- .../serdes/a38x/high_speed_topology_spec-38x.c | 1009 -------------------- .../serdes/a38x/high_speed_topology_spec.h | 124 --- arch/arm/mach-mvebu/serdes/a38x/seq_exec.c | 1 - arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c | 151 --- arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h | 2 - board/Marvell/db-88f6820-gp/db-88f6820-gp.c | 17 + drivers/ddr/marvell/a38x/ddr3_a38x.h | 5 - drivers/ddr/marvell/a38x/ddr3_init.c | 72 -- 14 files changed, 65 insertions(+), 1444 deletions(-) delete mode 100644 arch/arm/mach-mvebu/serdes/a38x/high_speed_topology_spec-38x.c delete mode 100644 arch/arm/mach-mvebu/serdes/a38x/high_speed_topology_spec.h