All of lore.kernel.org
 help / color / mirror / Atom feed
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: dts: fix cpu compatible values
Date: Tue, 20 Oct 2015 08:53:23 +0900	[thread overview]
Message-ID: <56258273.1080909@samsung.com> (raw)
In-Reply-To: <5625303C.6090902@mleia.com>

On 20.10.2015 03:02, Vladimir Zapolskiy wrote:
> On 25.09.2015 20:35, Vladimir Zapolskiy wrote:
>> The changeset corrects severeal cpu compatible properties
>> to defined ones in Documentation/devicetree/bindings/arm/cpus.txt
>>
>> Vladimir Zapolskiy (5):
>>   ARM: dts: i.MX31: fix cpu compatible value
>>   ARM: dts: i.MX35: fix cpu compatible value
> 
> Ping. Two patches above are applied by Shawn, could ARM maintainers
> apply the rest? Thank you in advance.
> 
>>   ARM: dts: S3C2416: fix cpu compatible value

S3C2416 is already applied:
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/commit/?h=for-next&id=6716f6c6b8ae69e2abbea5e9c0c3c274be57d927

Best regards,
Krzysztof

>>   ARM: dts: TI-Nspire: fix cpu compatible value
>>   ARM: dts: WM8750: fix cpu compatible value
>>
>>  arch/arm/boot/dts/imx31.dtsi   | 2 +-
>>  arch/arm/boot/dts/imx35.dtsi   | 2 +-
>>  arch/arm/boot/dts/nspire.dtsi  | 2 +-
>>  arch/arm/boot/dts/s3c2416.dtsi | 2 +-
>>  arch/arm/boot/dts/wm8750.dtsi  | 2 +-
>>  5 files changed, 5 insertions(+), 5 deletions(-)
>>
> 
> --
> With best wishes,
> Vladimir
> 

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 0/5] ARM: dts: fix cpu compatible values
Date: Tue, 20 Oct 2015 08:53:23 +0900	[thread overview]
Message-ID: <56258273.1080909@samsung.com> (raw)
In-Reply-To: <5625303C.6090902-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org>

On 20.10.2015 03:02, Vladimir Zapolskiy wrote:
> On 25.09.2015 20:35, Vladimir Zapolskiy wrote:
>> The changeset corrects severeal cpu compatible properties
>> to defined ones in Documentation/devicetree/bindings/arm/cpus.txt
>>
>> Vladimir Zapolskiy (5):
>>   ARM: dts: i.MX31: fix cpu compatible value
>>   ARM: dts: i.MX35: fix cpu compatible value
> 
> Ping. Two patches above are applied by Shawn, could ARM maintainers
> apply the rest? Thank you in advance.
> 
>>   ARM: dts: S3C2416: fix cpu compatible value

S3C2416 is already applied:
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/commit/?h=for-next&id=6716f6c6b8ae69e2abbea5e9c0c3c274be57d927

Best regards,
Krzysztof

>>   ARM: dts: TI-Nspire: fix cpu compatible value
>>   ARM: dts: WM8750: fix cpu compatible value
>>
>>  arch/arm/boot/dts/imx31.dtsi   | 2 +-
>>  arch/arm/boot/dts/imx35.dtsi   | 2 +-
>>  arch/arm/boot/dts/nspire.dtsi  | 2 +-
>>  arch/arm/boot/dts/s3c2416.dtsi | 2 +-
>>  arch/arm/boot/dts/wm8750.dtsi  | 2 +-
>>  5 files changed, 5 insertions(+), 5 deletions(-)
>>
> 
> --
> With best wishes,
> Vladimir
> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-10-19 23:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25 17:35 [PATCH 0/5] ARM: dts: fix cpu compatible values Vladimir Zapolskiy
2015-09-25 17:35 ` Vladimir Zapolskiy
2015-09-25 17:35 ` [PATCH 1/5] ARM: dts: i.MX31: fix cpu compatible value Vladimir Zapolskiy
2015-09-25 17:35   ` Vladimir Zapolskiy
2015-09-25 17:35 ` [PATCH 2/5] ARM: dts: i.MX35: " Vladimir Zapolskiy
2015-09-25 17:35   ` Vladimir Zapolskiy
2015-09-25 17:35 ` [PATCH 3/5] ARM: dts: S3C2416: " Vladimir Zapolskiy
2015-09-25 17:35   ` Vladimir Zapolskiy
2015-09-28 11:44   ` Krzysztof Kozlowski
2015-09-28 11:44     ` Krzysztof Kozlowski
2015-09-25 17:35 ` [PATCH 4/5] ARM: dts: TI-Nspire: " Vladimir Zapolskiy
2015-09-25 17:35   ` Vladimir Zapolskiy
2015-09-25 17:35 ` [PATCH 5/5] ARM: dts: WM8750: " Vladimir Zapolskiy
2015-09-25 17:35   ` Vladimir Zapolskiy
2015-09-26  5:05 ` [PATCH 0/5] ARM: dts: fix cpu compatible values Shawn Guo
2015-09-26  5:05   ` Shawn Guo
2015-10-19 18:02 ` Vladimir Zapolskiy
2015-10-19 18:02   ` Vladimir Zapolskiy
2015-10-19 23:53   ` Krzysztof Kozlowski [this message]
2015-10-19 23:53     ` Krzysztof Kozlowski
2015-10-23 20:00   ` Arnd Bergmann
2015-10-23 20:00     ` 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=56258273.1080909@samsung.com \
    --to=k.kozlowski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.