All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/7] MSCC: Add support for Jaguar2 SOC family
Date: Mon, 7 Jan 2019 21:12:34 +0100	[thread overview]
Message-ID: <951e82af-2003-e5d9-e1ce-88b19510ae38@gmail.com> (raw)
In-Reply-To: <1546866154-22418-3-git-send-email-horatiu.vultur@microchip.com>



Am 07.01.19 um 14:02 schrieb Horatiu Vultur:
> As the Ocelot and Luton SoCs, this family of SoCs are found
> in Microsemi Switches solution.
> 
> Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
> ---
>  arch/mips/mach-mscc/Kconfig                        |   9 +
>  arch/mips/mach-mscc/cpu.c                          |   7 +
>  arch/mips/mach-mscc/dram.c                         |   2 +-
>  arch/mips/mach-mscc/include/mach/common.h          |   5 +
>  arch/mips/mach-mscc/include/mach/ddr.h             |  38 ++-
>  arch/mips/mach-mscc/include/mach/jr2/jr2.h         |  24 ++
>  .../mach-mscc/include/mach/jr2/jr2_devcpu_gcb.h    |  20 ++
>  .../include/mach/jr2/jr2_devcpu_gcb_miim_regs.h    |  25 ++
>  .../mips/mach-mscc/include/mach/jr2/jr2_icpu_cfg.h | 321 +++++++++++++++++++++
>  9 files changed, 443 insertions(+), 8 deletions(-)
>  create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2.h
>  create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb.h
>  create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb_miim_regs.h
>  create mode 100644 arch/mips/mach-mscc/include/mach/jr2/jr2_icpu_cfg.h
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

-- 
- Daniel

  reply	other threads:[~2019-01-07 20:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-07 13:02 [U-Boot] [PATCH v2 0/7] MSCC: Add Jaguar2 SOC family Horatiu Vultur
2019-01-07 13:02 ` [U-Boot] [PATCH v2 1/7] pinctrl: mscc: Add gpio and pinctrl for " Horatiu Vultur
2019-01-07 19:38   ` Daniel Schwierzeck
2019-01-08  8:00     ` Horatiu Vultur
2019-01-08 16:12       ` Daniel Schwierzeck
2019-01-09  8:21         ` Horatiu Vultur
2019-01-09 16:57           ` Daniel Schwierzeck
2019-01-07 13:02 ` [U-Boot] [PATCH v2 2/7] MSCC: Add support " Horatiu Vultur
2019-01-07 20:12   ` Daniel Schwierzeck [this message]
2019-01-07 13:02 ` [U-Boot] [PATCH v2 3/7] MSCC: Add device tree for Jaguar2 board Horatiu Vultur
2019-01-07 13:02 ` [U-Boot] [PATCH v2 4/7] MSCC: Add device tree for Jaguar2-48 board Horatiu Vultur
2019-01-07 13:02 ` [U-Boot] [PATCH v2 5/7] MSCC: add device tree for Serval2 board Horatiu Vultur
2019-01-07 13:02 ` [U-Boot] [PATCH v2 6/7] MSCC: Add board support for Jaguar2 SOC family Horatiu Vultur
2019-01-07 20:13   ` Daniel Schwierzeck
2019-01-07 13:02 ` [U-Boot] [PATCH v2 7/7] MSCC: Add sysreset driver " Horatiu Vultur
2019-01-07 20:11   ` Daniel Schwierzeck
2019-01-08  7:51     ` Horatiu Vultur

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=951e82af-2003-e5d9-e1ce-88b19510ae38@gmail.com \
    --to=daniel.schwierzeck@gmail.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.