All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] ARM: keystone2: Miscellaneous fixes
@ 2016-02-25 15:52 Nishanth Menon
  2016-02-25 15:52 ` [U-Boot] [PATCH 1/6] ARM: keystone2: Use macro for DSP GEM power domain Nishanth Menon
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Nishanth Menon @ 2016-02-25 15:52 UTC (permalink / raw)
  To: u-boot


Hi,
Please find various fixes for DDR, DSP and speed grade operations
w.r.t Keystone devices

Based on   master 52dd704bf8ed Merge branch 'master' of http://git.denx.de/u-boot-sunxi 

Lokesh Vutla (2):
  ARM: keystone2: Allow for board specific speed definitions
  ARM: keystone2: K2G: Add support for different arm/device speeds

Suman Anna (2):
  ARM: keystone2: Use macro for DSP GEM power domain
  ARM: keystone2: K2G: power-off DSP during boot

Vitaly Andrianov (2):
  ARM: keystone2: use SPD info to configure K2HK and K2E DDR3
  ARM: keystone2: use detected ddr3a size

 arch/arm/mach-keystone/Makefile                    |   2 +
 arch/arm/mach-keystone/clock.c                     |  19 +-
 arch/arm/mach-keystone/ddr3_spd.c                  | 466 +++++++++++++++++++++
 arch/arm/mach-keystone/include/mach/clock-k2g.h    |   4 +-
 arch/arm/mach-keystone/include/mach/clock.h        |   8 +-
 arch/arm/mach-keystone/include/mach/ddr3.h         |   9 +
 arch/arm/mach-keystone/include/mach/hardware-k2g.h |   7 +-
 arch/arm/mach-keystone/include/mach/hardware-k2l.h |   7 +
 arch/arm/mach-keystone/include/mach/hardware.h     |   1 +
 arch/arm/mach-keystone/keystone.c                  |   2 +-
 board/ti/ks2_evm/Makefile                          |   4 +-
 board/ti/ks2_evm/board.c                           |   4 +-
 board/ti/ks2_evm/board_k2e.c                       |   2 +-
 board/ti/ks2_evm/board_k2g.c                       |  50 ++-
 board/ti/ks2_evm/board_k2hk.c                      |   4 +-
 board/ti/ks2_evm/board_k2l.c                       |   4 +-
 board/ti/ks2_evm/ddr3_cfg.c                        | 159 +------
 board/ti/ks2_evm/ddr3_cfg.h                        |  11 +-
 board/ti/ks2_evm/ddr3_k2e.c                        |  51 +--
 board/ti/ks2_evm/ddr3_k2hk.c                       |  97 ++---
 include/configs/k2e_evm.h                          |   2 +
 include/configs/k2hk_evm.h                         |   2 +
 22 files changed, 628 insertions(+), 287 deletions(-)
 create mode 100644 arch/arm/mach-keystone/ddr3_spd.c

-- 
2.7.0

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

end of thread, other threads:[~2016-02-27  0:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25 15:52 [U-Boot] [PATCH 0/6] ARM: keystone2: Miscellaneous fixes Nishanth Menon
2016-02-25 15:52 ` [U-Boot] [PATCH 1/6] ARM: keystone2: Use macro for DSP GEM power domain Nishanth Menon
2016-02-26 18:16   ` Tom Rini
2016-02-25 15:52 ` [U-Boot] [PATCH 2/6] ARM: keystone2: K2G: power-off DSP during boot Nishanth Menon
2016-02-26 18:16   ` Tom Rini
2016-02-25 15:52 ` [U-Boot] [PATCH 3/6] ARM: keystone2: Allow for board specific speed definitions Nishanth Menon
2016-02-26 18:16   ` Tom Rini
2016-02-25 15:52 ` [U-Boot] [PATCH 4/6] ARM: keystone2: K2G: Add support for different arm/device speeds Nishanth Menon
2016-02-26 18:16   ` Tom Rini
2016-02-25 15:52 ` [U-Boot] [PATCH 5/6] ARM: keystone2: use SPD info to configure K2HK and K2E DDR3 Nishanth Menon
2016-02-26 18:16   ` Tom Rini
2016-02-27  0:11     ` Nishanth Menon
2016-02-25 15:52 ` [U-Boot] [PATCH 6/6] ARM: keystone2: use detected ddr3a size Nishanth Menon
2016-02-26 18:16   ` Tom Rini

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.