All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] arm: mvebu: a38x: Cleanup serdes/DDR training
@ 2015-10-23 17:53 Kevin Smith
  2015-10-23 17:53 ` [U-Boot] [PATCH 1/3] arm: mvebu: a38x: Remove unsupported topologies Kevin Smith
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kevin Smith @ 2015-10-23 17:53 UTC (permalink / raw)
  To: u-boot

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

-- 
2.4.6

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-27 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 17:53 [U-Boot] [PATCH 0/3] arm: mvebu: a38x: Cleanup serdes/DDR training Kevin Smith
2015-10-23 17:53 ` [U-Boot] [PATCH 1/3] arm: mvebu: a38x: Remove unsupported topologies Kevin Smith
2015-10-26  9:43   ` Stefan Roese
2015-10-27 18:29     ` Luka Perkov
2015-10-23 17:53 ` [U-Boot] [PATCH 3/3] arm: mvebu: a38x: serdes specification cleanup Kevin Smith
2015-10-23 17:53 ` [U-Boot] [PATCH 2/3] arm: mvebu: a38x: Add const to some function calls Kevin Smith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.