public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: vikasm <vikas.manocha@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] add support for new arch stv0991
Date: Tue, 16 Sep 2014 16:23:15 -0700	[thread overview]
Message-ID: <5418C663.60803@st.com> (raw)
In-Reply-To: <1409695490-25077-1-git-send-email-vikas.manocha@st.com>

Hello Masahiro/Nobuhiro,

As per your comments , the changes are done in V3 patchset.
Please provide your acceptance for reviewed-by or acked-by tag ?

Rgds,
Vikas

On 09/02/2014 03:04 PM, Vikas MANOCHA wrote:
> This patchset add support for new arch stv0991.
>
> Changes in v3:
> - removed period from commit messages
>
> Changes in v2:
> - corrected files license to GPL-2.0+
> - replaced printf() usage with puts() for string print
> - sorted sourcing of board Kconfig
>
>
> Vikas Manocha (3):
>    stv0991: Add basic stv0991 architecture support
>    stv0991: enable ethernet support
>    stv0991: default + misc command configs enabled
>
>   arch/arm/Kconfig                                   |    4 +
>   arch/arm/cpu/armv7/stv0991/Makefile                |    9 ++
>   arch/arm/cpu/armv7/stv0991/clock.c                 |   41 +++++++
>   arch/arm/cpu/armv7/stv0991/lowlevel.S              |   12 ++
>   arch/arm/cpu/armv7/stv0991/pinmux.c                |   62 +++++++++++
>   arch/arm/cpu/armv7/stv0991/reset.c                 |   26 +++++
>   arch/arm/cpu/armv7/stv0991/timer.c                 |  114 +++++++++++++++++++
>   arch/arm/include/asm/arch-stv0991/gpio.h           |   22 ++++
>   arch/arm/include/asm/arch-stv0991/hardware.h       |   73 ++++++++++++
>   arch/arm/include/asm/arch-stv0991/stv0991_cgu.h    |  116 ++++++++++++++++++++
>   arch/arm/include/asm/arch-stv0991/stv0991_creg.h   |   95 ++++++++++++++++
>   arch/arm/include/asm/arch-stv0991/stv0991_defs.h   |   16 +++
>   arch/arm/include/asm/arch-stv0991/stv0991_gpt.h    |   43 ++++++++
>   arch/arm/include/asm/arch-stv0991/stv0991_periph.h |   44 ++++++++
>   arch/arm/include/asm/arch-stv0991/stv0991_wdru.h   |   28 +++++
>   board/st/stv0991/Kconfig                           |   23 ++++
>   board/st/stv0991/Makefile                          |    8 ++
>   board/st/stv0991/stv0991.c                         |   91 +++++++++++++++
>   configs/stv0991_defconfig                          |    3 +
>   include/configs/stv0991.h                          |   88 +++++++++++++++
>   20 files changed, 918 insertions(+)
>   create mode 100644 arch/arm/cpu/armv7/stv0991/Makefile
>   create mode 100644 arch/arm/cpu/armv7/stv0991/clock.c
>   create mode 100644 arch/arm/cpu/armv7/stv0991/lowlevel.S
>   create mode 100644 arch/arm/cpu/armv7/stv0991/pinmux.c
>   create mode 100644 arch/arm/cpu/armv7/stv0991/reset.c
>   create mode 100644 arch/arm/cpu/armv7/stv0991/timer.c
>   create mode 100644 arch/arm/include/asm/arch-stv0991/gpio.h
>   create mode 100644 arch/arm/include/asm/arch-stv0991/hardware.h
>   create mode 100644 arch/arm/include/asm/arch-stv0991/stv0991_cgu.h
>   create mode 100644 arch/arm/include/asm/arch-stv0991/stv0991_creg.h
>   create mode 100644 arch/arm/include/asm/arch-stv0991/stv0991_defs.h
>   create mode 100644 arch/arm/include/asm/arch-stv0991/stv0991_gpt.h
>   create mode 100644 arch/arm/include/asm/arch-stv0991/stv0991_periph.h
>   create mode 100644 arch/arm/include/asm/arch-stv0991/stv0991_wdru.h
>   create mode 100644 board/st/stv0991/Kconfig
>   create mode 100644 board/st/stv0991/Makefile
>   create mode 100644 board/st/stv0991/stv0991.c
>   create mode 100644 configs/stv0991_defconfig
>   create mode 100644 include/configs/stv0991.h
>

      parent reply	other threads:[~2014-09-16 23:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02 22:04 [U-Boot] [PATCH v3 0/3] add support for new arch stv0991 Vikas Manocha
2014-09-02 22:04 ` [U-Boot] [PATCH v3 1/3] stv0991: Add basic stv0991 architecture support Vikas Manocha
2014-11-12  9:07   ` Albert ARIBAUD
2014-11-18  1:34     ` Vikas MANOCHA
2014-09-02 22:04 ` [U-Boot] [PATCH v3 2/3] stv0991: enable ethernet support Vikas Manocha
2014-09-02 22:04 ` [U-Boot] [PATCH v3 3/3] stv0991: default + misc command configs enabled Vikas Manocha
2014-09-16 23:23 ` vikasm [this message]

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=5418C663.60803@st.com \
    --to=vikas.manocha@st.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox