From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] STi DT update for v4.10 round 2
Date: Thu, 17 Nov 2016 23:29:01 -0800 [thread overview]
Message-ID: <20161118072901.GF1785@localhost> (raw)
In-Reply-To: <828ebfb1-7ed0-8e6b-116d-9ef74d804db6@st.com>
On Thu, Nov 10, 2016 at 10:00:48AM +0100, Patrice Chotard wrote:
> Hi Arnd, Kevin, Olof
>
> PLease consider this second round of STi dts update for v4.10 :
>
> The following changes since commit 97a0b97f9e8197429eee5f87ce14373f73dbd9d3:
>
> ARM: dts: stih410-clocks: Add PROC_STFE as a critical clock (2016-10-20 16:20:26 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-4.10-round2
>
> for you to fetch changes up to 64783ea7de0bff3de77cfdff1ed76428c288faac:
>
> ARM: dts: STiHxxx-b2120: change sound card name (2016-11-10 09:52:49 +0100)
>
> ----------------------------------------------------------------
> STi dts update:
>
> Change sound card name for B2120
> Enable sound card for B2260
> Remove stih415-clks.h
> Identify critical clocks for STiH407
> Fix typo in stih407-pinctrl.dtsi
>
> ----------------------------------------------------------------
> Arnaud Pouliquen (2):
> ARM: dts: STiH410-B2260: enable sound card
> ARM: dts: STiHxxx-b2120: change sound card name
>
> Geert Uytterhoeven (1):
> ARM: dts: STiH407: DT fix s/interrupts-names/interrupt-names/
>
> Patrice Chotard (1):
> ARM: dts: remove stih415-clks.h
>
> Peter Griffin (1):
> ARM: dts: stih407-clocks: Identify critical clocks
>
> arch/arm/boot/dts/stih407-clock.dtsi | 10 ++++++++++
> arch/arm/boot/dts/stih407-pinctrl.dtsi | 2 +-
> arch/arm/boot/dts/stih410-b2260.dts | 22 ++++++++++++++++++++++
> arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
> include/dt-bindings/clock/stih415-clks.h | 16 ----------------
> 5 files changed, 34 insertions(+), 18 deletions(-)
> delete mode 100644 include/dt-bindings/clock/stih415-clks.h
>
>
>
Merged, thanks!
-Olof
WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: Patrice Chotard <patrice.chotard@st.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
Kevin Hilman <khilman@baylibre.com>,
arm@kernel.org,
"open list:ARM/STI ARCHITECTURE" <kernel@stlinux.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Lee Jones <lee.jones@linaro.org>,
Peter Griffin <peter.griffin@linaro.org>
Subject: Re: [GIT PULL] STi DT update for v4.10 round 2
Date: Thu, 17 Nov 2016 23:29:01 -0800 [thread overview]
Message-ID: <20161118072901.GF1785@localhost> (raw)
In-Reply-To: <828ebfb1-7ed0-8e6b-116d-9ef74d804db6@st.com>
On Thu, Nov 10, 2016 at 10:00:48AM +0100, Patrice Chotard wrote:
> Hi Arnd, Kevin, Olof
>
> PLease consider this second round of STi dts update for v4.10 :
>
> The following changes since commit 97a0b97f9e8197429eee5f87ce14373f73dbd9d3:
>
> ARM: dts: stih410-clocks: Add PROC_STFE as a critical clock (2016-10-20 16:20:26 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-4.10-round2
>
> for you to fetch changes up to 64783ea7de0bff3de77cfdff1ed76428c288faac:
>
> ARM: dts: STiHxxx-b2120: change sound card name (2016-11-10 09:52:49 +0100)
>
> ----------------------------------------------------------------
> STi dts update:
>
> Change sound card name for B2120
> Enable sound card for B2260
> Remove stih415-clks.h
> Identify critical clocks for STiH407
> Fix typo in stih407-pinctrl.dtsi
>
> ----------------------------------------------------------------
> Arnaud Pouliquen (2):
> ARM: dts: STiH410-B2260: enable sound card
> ARM: dts: STiHxxx-b2120: change sound card name
>
> Geert Uytterhoeven (1):
> ARM: dts: STiH407: DT fix s/interrupts-names/interrupt-names/
>
> Patrice Chotard (1):
> ARM: dts: remove stih415-clks.h
>
> Peter Griffin (1):
> ARM: dts: stih407-clocks: Identify critical clocks
>
> arch/arm/boot/dts/stih407-clock.dtsi | 10 ++++++++++
> arch/arm/boot/dts/stih407-pinctrl.dtsi | 2 +-
> arch/arm/boot/dts/stih410-b2260.dts | 22 ++++++++++++++++++++++
> arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
> include/dt-bindings/clock/stih415-clks.h | 16 ----------------
> 5 files changed, 34 insertions(+), 18 deletions(-)
> delete mode 100644 include/dt-bindings/clock/stih415-clks.h
>
>
>
Merged, thanks!
-Olof
next prev parent reply other threads:[~2016-11-18 7:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-10 9:00 [GIT PULL] STi DT update for v4.10 round 2 Patrice Chotard
2016-11-10 9:00 ` Patrice Chotard
2016-11-18 7:29 ` Olof Johansson [this message]
2016-11-18 7:29 ` Olof Johansson
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=20161118072901.GF1785@localhost \
--to=olof@lixom.net \
--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.