From: "Andreas Färber" <afaerber@suse.de>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
linux-samsung-soc@vger.kernel.org
Cc: "Kukjin Kim" <kgene@kernel.org>, 김학주 <ruppi.kim@hardkernel.com>,
"Tomasz Figa" <tomasz.figa@gmail.com>,
"Humberto Naves" <hsnaves@gmail.com>,
"Jan Kiszka" <jan.kiszka@siemens.com>,
"Johann Pfefferl" <johann.pfefferl@siemens.com>,
"Ben Gamari" <bgamari.foss@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 5/5] ARM: dts: Add LEDs to exynos5410-odroidxu
Date: Tue, 02 Jun 2015 22:38:42 +0900 [thread overview]
Message-ID: <556DB1E2.5080607@suse.de> (raw)
In-Reply-To: <556DA96A.90800@samsung.com>
Am 02.06.2015 um 22:02 schrieb Krzysztof Kozlowski:
> W dniu 16.03.2015 o 07:00, Andreas Färber pisze:
>> Signed-off-by: Hakjoo Kim <ruppi.kim@hardkernel.com>
>> Signed-off-by: Andreas Färber <afaerber@suse.de>
>> ---
>> v2 -> v3: Unchanged
>>
>> v1 -> v2:
>> * Filled in Sob from Hakjoo Kim
>>
>> arch/arm/boot/dts/exynos5410-odroidxu.dts | 25 +++++++++++++++++++++++++
>> 1 file changed, 25 insertions(+)
>
> What is the rationale behind doing this in separate patch, not as part
> of 2/5? You can just add new board DTS with all of its features at once,
> but maybe I am missing something?
This patch depends on the pinctrl driver, 2/5 on nothing.
By keeping it a separate patch it was intended to go in more quickly
(clear fail there ;)) and it's easier to review the actual changes -
squashing is always easier than picking apart.
Thanks for your review! Both me and Ben have follow-ups once this moves
forward.
Kind regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Dilip Upmanyu, Graham Norton; HRB
21284 (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: [PATCH v4 5/5] ARM: dts: Add LEDs to exynos5410-odroidxu
Date: Tue, 02 Jun 2015 22:38:42 +0900 [thread overview]
Message-ID: <556DB1E2.5080607@suse.de> (raw)
In-Reply-To: <556DA96A.90800@samsung.com>
Am 02.06.2015 um 22:02 schrieb Krzysztof Kozlowski:
> W dniu 16.03.2015 o 07:00, Andreas F?rber pisze:
>> Signed-off-by: Hakjoo Kim <ruppi.kim@hardkernel.com>
>> Signed-off-by: Andreas F?rber <afaerber@suse.de>
>> ---
>> v2 -> v3: Unchanged
>>
>> v1 -> v2:
>> * Filled in Sob from Hakjoo Kim
>>
>> arch/arm/boot/dts/exynos5410-odroidxu.dts | 25 +++++++++++++++++++++++++
>> 1 file changed, 25 insertions(+)
>
> What is the rationale behind doing this in separate patch, not as part
> of 2/5? You can just add new board DTS with all of its features at once,
> but maybe I am missing something?
This patch depends on the pinctrl driver, 2/5 on nothing.
By keeping it a separate patch it was intended to go in more quickly
(clear fail there ;)) and it's easier to review the actual changes -
squashing is always easier than picking apart.
Thanks for your review! Both me and Ben have follow-ups once this moves
forward.
Kind regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Dilip Upmanyu, Graham Norton; HRB
21284 (AG N?rnberg)
next prev parent reply other threads:[~2015-06-02 13:38 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-15 22:00 [PATCH v4 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs Andreas Färber
2015-03-15 22:00 ` Andreas Färber
2015-03-15 22:00 ` [PATCH v4 1/5] ARM: dts: Clean up exynos5410-smdk5410 indentation Andreas Färber
2015-03-15 22:00 ` Andreas Färber
2015-03-16 7:24 ` Javier Martinez Canillas
2015-03-16 7:24 ` Javier Martinez Canillas
2015-06-02 12:58 ` Krzysztof Kozlowski
2015-06-02 12:58 ` Krzysztof Kozlowski
2015-03-15 22:00 ` [PATCH v4 2/5] ARM: dts: Prepare exynos5410-odroidxu device tree Andreas Färber
2015-03-15 22:00 ` Andreas Färber
2015-03-16 7:56 ` Javier Martinez Canillas
2015-03-16 7:56 ` Javier Martinez Canillas
2015-03-16 10:27 ` Andreas Färber
2015-03-16 10:27 ` Andreas Färber
2015-03-16 10:58 ` Javier Martinez Canillas
2015-03-16 10:58 ` Javier Martinez Canillas
2015-03-17 2:10 ` Kukjin Kim
2015-03-17 2:10 ` Kukjin Kim
2015-06-02 12:43 ` Krzysztof Kozlowski
2015-06-02 12:43 ` Krzysztof Kozlowski
2015-03-15 22:00 ` [PATCH v4 3/5] pinctrl: exynos: add exynos5410 SoC specific data Andreas Färber
2015-03-15 22:00 ` Andreas Färber
2015-03-23 17:22 ` Tomasz Figa
2015-03-23 17:22 ` Tomasz Figa
2015-06-02 12:46 ` Krzysztof Kozlowski
2015-06-02 12:46 ` Krzysztof Kozlowski
2015-03-15 22:00 ` [PATCH v4 4/5] ARM: dts: add pinctrl support to Exynos5410 Andreas Färber
2015-03-15 22:00 ` Andreas Färber
2015-06-02 12:59 ` Krzysztof Kozlowski
2015-06-02 12:59 ` Krzysztof Kozlowski
2015-03-15 22:00 ` [PATCH v4 5/5] ARM: dts: Add LEDs to exynos5410-odroidxu Andreas Färber
2015-03-15 22:00 ` Andreas Färber
2015-03-16 8:02 ` Javier Martinez Canillas
2015-03-16 8:02 ` Javier Martinez Canillas
2015-06-02 13:02 ` Krzysztof Kozlowski
2015-06-02 13:02 ` Krzysztof Kozlowski
2015-06-02 13:38 ` Andreas Färber [this message]
2015-06-02 13:38 ` Andreas Färber
2015-06-02 23:55 ` Krzysztof Kozlowski
2015-06-02 23:55 ` Krzysztof Kozlowski
2015-03-31 19:48 ` [PATCH v4 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs Ben Gamari
2015-03-31 19:48 ` Ben Gamari
2015-03-31 19:48 ` 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=556DB1E2.5080607@suse.de \
--to=afaerber@suse.de \
--cc=bgamari.foss@gmail.com \
--cc=hsnaves@gmail.com \
--cc=jan.kiszka@siemens.com \
--cc=johann.pfefferl@siemens.com \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.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=tomasz.figa@gmail.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.