All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] Adds support for Exynos5422 odroid xu3 board
Date: Tue, 04 Nov 2014 14:07:39 +0900	[thread overview]
Message-ID: <54585F1B.30902@samsung.com> (raw)
In-Reply-To: <1414757673-32409-1-git-send-email-human.hwang@samsung.com>

When you sent the patch vX, add the changelog.
I don't know what changed at your patch V2.


Best Regards,
Jaehoon Chung

On 10/31/2014 09:14 PM, Hyungwon Hwang wrote:
> This patchset adds support for Exynos5422 odroid xu3 board.
> I have done this work on the patchset submitted by Akshay Saraswat.
> 
> https://patchwork.ozlabs.org/patch/400043/
> 
> Hyungwon Hwang (4):
>   exynos5: fix GPIO information of exynos5420
>   Exynos5800: Add support for Exynos5800
>   odroid: make some macros common
>   Odroid-XU3: Add support for Odroid-XU3
> 
>  arch/arm/cpu/armv7/exynos/Kconfig       |   4 +
>  arch/arm/dts/Makefile                   |   3 +-
>  arch/arm/dts/exynos5422-odroidxu3.dts   |  72 +++++++++
>  arch/arm/include/asm/arch-exynos/cpu.h  |  11 +-
>  arch/arm/include/asm/arch-exynos/gpio.h | 261 +++++++++++++++++---------------
>  board/samsung/odroid-xu3/Kconfig        |  12 ++
>  board/samsung/odroid-xu3/MAINTAINERS    |   6 +
>  board/samsung/odroid-xu3/Makefile       |   7 +
>  board/samsung/odroid-xu3/odroid-xu3.c   | 132 ++++++++++++++++
>  board/samsung/odroid-xu3/setup.h        | 115 ++++++++++++++
>  board/samsung/odroid/odroid.c           |   1 +
>  board/samsung/odroid/setup.h            |   8 -
>  configs/odroid-xu3_defconfig            |   4 +
>  drivers/gpio/s5p_gpio.c                 |   4 +-
>  include/configs/odroid_xu3.h            |  73 +++++++++
>  15 files changed, 576 insertions(+), 137 deletions(-)
>  create mode 100644 arch/arm/dts/exynos5422-odroidxu3.dts
>  create mode 100644 board/samsung/odroid-xu3/Kconfig
>  create mode 100644 board/samsung/odroid-xu3/MAINTAINERS
>  create mode 100644 board/samsung/odroid-xu3/Makefile
>  create mode 100644 board/samsung/odroid-xu3/odroid-xu3.c
>  create mode 100644 board/samsung/odroid-xu3/setup.h
>  create mode 100644 configs/odroid-xu3_defconfig
>  create mode 100644 include/configs/odroid_xu3.h
> 

      parent reply	other threads:[~2014-11-04  5:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-31 12:14 [U-Boot] [PATCH v2 0/4] Adds support for Exynos5422 odroid xu3 board Hyungwon Hwang
2014-10-31 12:14 ` [U-Boot] [PATCH v2 1/4] exynos5: fix GPIO information of exynos5420 Hyungwon Hwang
2014-10-31 12:14 ` [U-Boot] [PATCH v2 2/4] Exynos5800: Add support for Exynos5800 Hyungwon Hwang
2014-11-03  8:34   ` Lukasz Majewski
2014-11-04  1:26     ` Hyungwon Hwang
2014-10-31 12:14 ` [U-Boot] [PATCH v2 3/4] odroid: make some macros common Hyungwon Hwang
2014-11-03  8:51   ` Lukasz Majewski
2014-11-04  1:49     ` Hyungwon Hwang
2014-11-04  8:29       ` Lukasz Majewski
2014-11-04 10:56         ` Minkyu Kang
2014-10-31 12:14 ` [U-Boot] [PATCH v2 4/4] Odroid-XU3: Add support for Odroid-XU3 Hyungwon Hwang
2014-11-03  9:09   ` Lukasz Majewski
2014-11-04  5:07 ` Jaehoon Chung [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=54585F1B.30902@samsung.com \
    --to=jh80.chung@samsung.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.