From: "Andreas Färber" <afaerber@suse.de>
To: linux-samsung-soc@vger.kernel.org, Kukjin Kim <kgene.kim@samsung.com>
Cc: Hakjoo Kim <ruppi.kim@hardkernel.com>,
Tarek Dakhran <t.dakhran@samsung.com>,
Kevin Hilman <khilman@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Humberto Naves <hsnaves@gmail.com>
Subject: Re: [RFC 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs
Date: Thu, 31 Jul 2014 06:46:45 +0200 [thread overview]
Message-ID: <53D9CA35.1030800@suse.de> (raw)
In-Reply-To: <1406549892-5558-1-git-send-email-afaerber@suse.de>
Kukjin,
Am 28.07.2014 14:18, schrieb Andreas Färber:
> Hello,
>
> This series adds a dedicated ODROID-XU device tree and enhances it with
> LED configuration, to match the downstream 3.14 based behavior.
>
> It had turned out less trivial than I initially thought as the whole
> pinctrl stuff is still missing. I thus cherry-pick two downstream commits.
>
> Hakjoo, can you please reply with a Signed-off-by to your patches
> so that we can get them into upstream? Thanks in advance!
FTR, Hakjoo Kim did reply with signed off patches (thanks again!) and
updated their branch accordingly:
https://github.com/hardkernel/linux/commits/odroid-3.14.y-linaro
https://github.com/hardkernel/linux/commit/53edc3da0d1da287517681b47daf36679637b6ba
https://github.com/hardkernel/linux/commit/afdc310e47e4d1799719566bfb5a47c55141a7cb
> Andreas Färber (3):
> ARM: dts: exynos5410: Clean up SMDK5410 indentation
> ARM: dts: exynos5410: Prepare ODROID-XU device tree
The functional changes below haven't been reviewed yet, but could you
consider applying trivial patches 1-2?
Regards,
Andreas
> ARM: dts: exynos5410: Add ODROID-XU LEDs
>
> Hakjoo Kim (2):
> pinctrl: exynos: add exynos5410 SoC specific data
> ARM: dts: add pinctrl support to Exynos5410
>
> .../bindings/pinctrl/samsung-pinctrl.txt | 1 +
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/exynos5410-odroidxu.dts | 111 ++++++
> arch/arm/boot/dts/exynos5410-pinctrl.dtsi | 408 +++++++++++++++++++++
> arch/arm/boot/dts/exynos5410-smdk5410.dts | 6 +-
> arch/arm/boot/dts/exynos5410.dtsi | 32 ++
> drivers/pinctrl/pinctrl-exynos.c | 126 +++++++
> drivers/pinctrl/pinctrl-samsung.c | 2 +
> drivers/pinctrl/pinctrl-samsung.h | 1 +
> 9 files changed, 685 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/boot/dts/exynos5410-odroidxu.dts
> create mode 100644 arch/arm/boot/dts/exynos5410-pinctrl.dtsi
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
WARNING: multiple messages have this Message-ID (diff)
From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs
Date: Thu, 31 Jul 2014 06:46:45 +0200 [thread overview]
Message-ID: <53D9CA35.1030800@suse.de> (raw)
In-Reply-To: <1406549892-5558-1-git-send-email-afaerber@suse.de>
Kukjin,
Am 28.07.2014 14:18, schrieb Andreas F?rber:
> Hello,
>
> This series adds a dedicated ODROID-XU device tree and enhances it with
> LED configuration, to match the downstream 3.14 based behavior.
>
> It had turned out less trivial than I initially thought as the whole
> pinctrl stuff is still missing. I thus cherry-pick two downstream commits.
>
> Hakjoo, can you please reply with a Signed-off-by to your patches
> so that we can get them into upstream? Thanks in advance!
FTR, Hakjoo Kim did reply with signed off patches (thanks again!) and
updated their branch accordingly:
https://github.com/hardkernel/linux/commits/odroid-3.14.y-linaro
https://github.com/hardkernel/linux/commit/53edc3da0d1da287517681b47daf36679637b6ba
https://github.com/hardkernel/linux/commit/afdc310e47e4d1799719566bfb5a47c55141a7cb
> Andreas F?rber (3):
> ARM: dts: exynos5410: Clean up SMDK5410 indentation
> ARM: dts: exynos5410: Prepare ODROID-XU device tree
The functional changes below haven't been reviewed yet, but could you
consider applying trivial patches 1-2?
Regards,
Andreas
> ARM: dts: exynos5410: Add ODROID-XU LEDs
>
> Hakjoo Kim (2):
> pinctrl: exynos: add exynos5410 SoC specific data
> ARM: dts: add pinctrl support to Exynos5410
>
> .../bindings/pinctrl/samsung-pinctrl.txt | 1 +
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/exynos5410-odroidxu.dts | 111 ++++++
> arch/arm/boot/dts/exynos5410-pinctrl.dtsi | 408 +++++++++++++++++++++
> arch/arm/boot/dts/exynos5410-smdk5410.dts | 6 +-
> arch/arm/boot/dts/exynos5410.dtsi | 32 ++
> drivers/pinctrl/pinctrl-exynos.c | 126 +++++++
> drivers/pinctrl/pinctrl-samsung.c | 2 +
> drivers/pinctrl/pinctrl-samsung.h | 1 +
> 9 files changed, 685 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/boot/dts/exynos5410-odroidxu.dts
> create mode 100644 arch/arm/boot/dts/exynos5410-pinctrl.dtsi
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg
next prev parent reply other threads:[~2014-07-31 4:46 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-28 12:18 [RFC 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-28 12:18 ` [PATCH 1/5] ARM: dts: exynos5410: Clean up SMDK5410 indentation Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-28 12:18 ` Andreas Färber
[not found] ` <1406549892-5558-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2014-07-28 12:18 ` [PATCH 2/5] ARM: dts: exynos5410: Prepare ODROID-XU device tree Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-28 12:18 ` [RFC 3/5] pinctrl: exynos: add exynos5410 SoC specific data Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-28 12:18 ` Andreas Färber
[not found] ` <1406549892-5558-4-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2014-08-08 12:55 ` Linus Walleij
2014-08-08 12:55 ` Linus Walleij
2014-08-08 12:55 ` Linus Walleij
2014-08-08 13:20 ` Tomasz Figa
2014-08-08 13:20 ` Tomasz Figa
2014-07-28 12:18 ` [RFC 4/5] ARM: dts: add pinctrl support to Exynos5410 Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-08-08 13:29 ` Tomasz Figa
2014-08-08 13:29 ` Tomasz Figa
2014-07-28 12:18 ` [RFC 5/5] ARM: dts: exynos5410: Add ODROID-XU LEDs Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-28 12:18 ` Andreas Färber
2014-07-31 4:46 ` Andreas Färber [this message]
2014-07-31 4:46 ` [RFC 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs Andreas Färber
2015-03-14 19:13 ` Ben Gamari
2015-03-14 19:13 ` Ben Gamari
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=53D9CA35.1030800@suse.de \
--to=afaerber@suse.de \
--cc=hsnaves@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=ruppi.kim@hardkernel.com \
--cc=t.dakhran@samsung.com \
/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.