From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/2] Adds support for Exynos5422 odroid xu3 board
Date: Wed, 05 Nov 2014 11:08:52 +0100 [thread overview]
Message-ID: <20141105110852.0e158108@amdc2363> (raw)
In-Reply-To: <1415160270-12546-1-git-send-email-human.hwang@samsung.com>
Hi Hyungwon,
> This is v3 of the patchset adding support Odroud XU3 board.
>
> link to the previous version:
> https://www.mail-archive.com/u-boot at lists.denx.de/msg152275.html
>
> This patchset fixes GPIO information of Exynos5420 which is needed to
> support Exynos5422 Odroid XU3 board. On the base of the fixes, this
> patchset adds support for Exynos5422 Odroid XU3 board. I have done
> this work on the patchset submitted by Akshay Saraswat.
>
> link: https://patchwork.ozlabs.org/patch/400043/
>
> Changes for v2:
> - Add a patch to add new common setup header file for Odroid
> X2/U3 and Odroid XU3
> Changes for v3:
> - Remove the patch which adds new common setup header file
> from v2
> - Remove the wrong patch to fix GPIO information of Exynos
> 5800
> - Remove unnecessary node from DT file
> - Remove unnecessary features from config file
> - Fix some trivial typos in comments
>
> Hyungwon Hwang (2):
> exynos5: fix GPIO information of exynos5420
> 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 | 58 ++++++++
> arch/arm/include/asm/arch-exynos/cpu.h | 11 +-
> arch/arm/include/asm/arch-exynos/gpio.h | 232
> +++++++++++++++-----------------
> 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 | 131 ++++++++++++++++++
> board/samsung/odroid-xu3/setup.h | 95 +++++++++++++
> configs/odroid-xu3_defconfig | 4 +
> include/configs/odroid_xu3.h | 74 ++++++++++ 12 files
> changed, 510 insertions(+), 127 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
>
I'd have appreciate if you added documentation entry similar to the one
at ./doc/README.odroid.
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
prev parent reply other threads:[~2014-11-05 10:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-05 4:04 [U-Boot] [PATCH v3 0/2] Adds support for Exynos5422 odroid xu3 board Hyungwon Hwang
2014-11-05 4:04 ` [U-Boot] [PATCH v3 1/2] exynos5: fix GPIO information of exynos5420 Hyungwon Hwang
2014-11-05 10:20 ` Lukasz Majewski
2014-11-05 4:04 ` [U-Boot] [PATCH v3 2/2] Odroid-XU3: Add support for Odroid-XU3 Hyungwon Hwang
2014-11-05 10:29 ` Lukasz Majewski
2014-11-06 4:06 ` Hyungwon Hwang
2014-11-06 8:50 ` Lukasz Majewski
2014-11-05 10:08 ` Lukasz Majewski [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=20141105110852.0e158108@amdc2363 \
--to=l.majewski@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.