All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@kernel.org>,
	arm@kernel.org, Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL 2/5] ARM: dts: exynos: DT for v4.7
Date: Mon, 25 Apr 2016 11:02:15 +0200	[thread overview]
Message-ID: <571DDD17.9090402@samsung.com> (raw)
In-Reply-To: <5773702.Vl2lnk0PfR@wuerfel>

On 04/24/2016 11:18 PM, Arnd Bergmann wrote:
> On Wednesday 13 April 2016 12:01:19 Krzysztof Kozlowski wrote:
>> Samsung Device Tree updates and improvements for v4.7:
>> 1. Enable accelerated AES (Security SubSystem) on Exynos4412-based boards.
>> 2. Enable HDMI CEC on Exynos4412-based Odroid.
>> 3. Add regulator supplies for eMMC/SD on Odroid XU3/XU4.
>> 4. Fix DTC unit name warnings.
>> 5. Merge topic branch of new Artik5 board.
>>
> 
> Pulled into next/dt. Thanks for splitting this into a separate branch
> aside from the Artik5 stuff, that makes sense. Two minor things you
> could have done even better:
> 
> - split out the DTC unit name warning fixes into yet another branch,
>   as there are lots of them and they are unrelated to the rest
> 
> - not merge the Artik5 changes into this, but let us deal with
>   any conflicts ourselves.

Thanks for both hints. Noted.

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/5] ARM: dts: exynos: DT for v4.7
Date: Mon, 25 Apr 2016 11:02:15 +0200	[thread overview]
Message-ID: <571DDD17.9090402@samsung.com> (raw)
In-Reply-To: <5773702.Vl2lnk0PfR@wuerfel>

On 04/24/2016 11:18 PM, Arnd Bergmann wrote:
> On Wednesday 13 April 2016 12:01:19 Krzysztof Kozlowski wrote:
>> Samsung Device Tree updates and improvements for v4.7:
>> 1. Enable accelerated AES (Security SubSystem) on Exynos4412-based boards.
>> 2. Enable HDMI CEC on Exynos4412-based Odroid.
>> 3. Add regulator supplies for eMMC/SD on Odroid XU3/XU4.
>> 4. Fix DTC unit name warnings.
>> 5. Merge topic branch of new Artik5 board.
>>
> 
> Pulled into next/dt. Thanks for splitting this into a separate branch
> aside from the Artik5 stuff, that makes sense. Two minor things you
> could have done even better:
> 
> - split out the DTC unit name warning fixes into yet another branch,
>   as there are lots of them and they are unrelated to the rest
> 
> - not merge the Artik5 changes into this, but let us deal with
>   any conflicts ourselves.

Thanks for both hints. Noted.

Best regards,
Krzysztof

  reply	other threads:[~2016-04-25  9:02 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13 10:01 [GIT PULL 0/5] ARM: EXYNOS: Stuff for v4.7 Krzysztof Kozlowski
2016-04-13 10:01 ` Krzysztof Kozlowski
2016-04-13 10:01 ` [GIT PULL 1/5] ARM: dts: exynos: Artik5 topic branch " Krzysztof Kozlowski
2016-04-13 10:01   ` Krzysztof Kozlowski
2016-04-24 21:15   ` Arnd Bergmann
2016-04-24 21:15     ` Arnd Bergmann
2016-04-25  9:01     ` Krzysztof Kozlowski
2016-04-25  9:01       ` Krzysztof Kozlowski
2016-04-25 15:53       ` Arnd Bergmann
2016-04-25 15:53         ` Arnd Bergmann
2016-04-13 10:01 ` [GIT PULL 2/5] ARM: dts: exynos: DT " Krzysztof Kozlowski
2016-04-13 10:01   ` Krzysztof Kozlowski
2016-04-24 21:18   ` Arnd Bergmann
2016-04-24 21:18     ` Arnd Bergmann
2016-04-25  9:02     ` Krzysztof Kozlowski [this message]
2016-04-25  9:02       ` Krzysztof Kozlowski
2016-04-13 10:01 ` [GIT PULL 3/5] arm64: " Krzysztof Kozlowski
2016-04-13 10:01   ` Krzysztof Kozlowski
2016-04-25 20:48   ` Arnd Bergmann
2016-04-25 20:48     ` Arnd Bergmann
2016-04-13 10:01 ` [GIT PULL 4/5] ARM: defconfig " Krzysztof Kozlowski
2016-04-13 10:01   ` Krzysztof Kozlowski
2016-04-13 10:01   ` Krzysztof Kozlowski
2016-04-25 19:08   ` Arnd Bergmann
2016-04-25 19:08     ` Arnd Bergmann
2016-04-13 10:01 ` [GIT PULL 5/5] arm64: " Krzysztof Kozlowski
2016-04-13 10:01   ` Krzysztof Kozlowski
2016-04-25 19:18   ` Arnd Bergmann
2016-04-25 19:18     ` Arnd Bergmann

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=571DDD17.9090402@samsung.com \
    --to=k.kozlowski@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kgene@kernel.org \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    /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.