All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] ARM: keystone2: Miscellaneous fixes
Date: Thu, 25 Feb 2016 09:52:09 -0600	[thread overview]
Message-ID: <1456415535-22689-1-git-send-email-nm@ti.com> (raw)


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

             reply	other threads:[~2016-02-25 15:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 15:52 Nishanth Menon [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1456415535-22689-1-git-send-email-nm@ti.com \
    --to=nm@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.