From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250
Date: Fri, 07 Dec 2012 17:59:48 +0900 [thread overview]
Message-ID: <50C1B004.8010803@samsung.com> (raw)
In-Reply-To: <1352196816-32231-1-git-send-email-hatim.rv@samsung.com>
Dear Hatim
On 06/11/12 19:13, Hatim Ali wrote:
> This patch series enables the DT support on SMDK5250.
> Ethernet is the first driver whose discovery is based on DT node.
> More DT based drivers to be added subsequently
>
> Changes since v1:
> - Renamed the smdk5250.h file to exynos5250-dt.h to create a common
> configuration file which can be used by all the boards based on
> exynos5250 using Device Tree.
> - Created a new smdk5250.h file specifying the dts file specific to
> SMDK5250
> - Incorporated minor nit (removal of blank lines)
>
> Hatim Ali (5):
> EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250
> fdt: exynos5: Add DT node definition for SROM and SMSC9215
> exynos5: Add DT based driver for SMC911X ethernet
> exynos5: config: Rename the smdk5250.h to exynos5250-dt.h
> SMDK5250: config: Add configuration file for SMDK5250 board
>
> arch/arm/dts/exynos5250.dtsi | 31 ++++
> arch/arm/include/asm/arch-exynos/sromc.h | 18 ++
> board/samsung/dts/exynos5250-smdk5250.dts | 29 +++
> board/samsung/smdk5250/smdk5250.c | 115 +++++++++----
> include/configs/exynos5250-dt.h | 267 +++++++++++++++++++++++++++++
> include/configs/smdk5250.h | 245 +-------------------------
> include/fdtdec.h | 2 +
> lib/fdtdec.c | 2 +
> 8 files changed, 442 insertions(+), 267 deletions(-)
> create mode 100644 arch/arm/dts/exynos5250.dtsi
> create mode 100644 board/samsung/dts/exynos5250-smdk5250.dts
> create mode 100644 include/configs/exynos5250-dt.h
>
please rebase this patchset.
Thanks.
Minkyu Kang.
next prev parent reply other threads:[~2012-12-07 8:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-06 10:13 [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250 Hatim Ali
2012-11-06 10:13 ` [U-Boot] [PATCH 1/5 v2] EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250 Hatim Ali
2012-11-06 10:13 ` [U-Boot] [PATCH 2/5 v2] fdt: exynos5: Add DT node definition for SROM and SMSC9215 Hatim Ali
2012-11-06 10:13 ` [U-Boot] [PATCH 3/5 v2] exynos5: Add DT based driver for SMC911X ethernet Hatim Ali
2012-11-06 10:13 ` [U-Boot] [PATCH 4/5] exynos5: config: Rename the smdk5250.h to exynos5250-dt.h Hatim Ali
2012-11-06 10:13 ` [U-Boot] [PATCH 5/5] SMDK5250: config: Add configuration file for SMDK5250 board Hatim Ali
2012-11-06 23:48 ` [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250 Simon Glass
2012-12-07 8:59 ` Minkyu Kang [this message]
2012-12-11 10:56 ` Hatim Rv
[not found] <0MDP00IF3Z3H1IO0@mailout2.samsung.com>
2012-11-19 5:28 ` Hatim Rv
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=50C1B004.8010803@samsung.com \
--to=mk7.kang@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.