* [GIT PULL] arm64: dts: juno: updates for v4.11
@ 2017-01-16 16:22 Sudeep Holla
2017-01-17 6:59 ` Olof Johansson
2017-01-18 18:42 ` [GIT PULL v2] " Sudeep Holla
0 siblings, 2 replies; 4+ messages in thread
From: Sudeep Holla @ 2017-01-16 16:22 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git
tags/juno-updates-4.11
for you to fetch changes up to ea2dcf9ac3254c964cddd67a032cb3b691fa47ce:
arm64: dts: juno: add missing CoreSight STM component (2017-01-12
17:26:49 +0000)
----------------------------------------------------------------
ARMv8 Vexpress/Juno DT updates for v4.11
1. Addition of Coresight support on Juno R1 and R2 variants
2. Addition of STM(System Trace Macrocell) support on all Juno variants
----------------------------------------------------------------
Mike Leach (2):
arm64: dts: juno: fix CoreSight support for Juno r1/r2 variants
arm64: dts: juno: add missing CoreSight STM component
Sudeep Holla (1):
arm64: dts: juno: refactor CoreSight support on Juno r0
arch/arm64/boot/dts/arm/juno-base.dtsi | 31 +++++++---
arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi | 98
+++++++++++++++++++++++++++++++
arch/arm64/boot/dts/arm/juno-r1.dts | 13 ++++
arch/arm64/boot/dts/arm/juno-r2.dts | 13 ++++
arch/arm64/boot/dts/arm/juno.dts | 24 ++++++++
5 files changed, 171 insertions(+), 8 deletions(-)
create mode 100644 arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] arm64: dts: juno: updates for v4.11
2017-01-16 16:22 [GIT PULL] arm64: dts: juno: updates for v4.11 Sudeep Holla
@ 2017-01-17 6:59 ` Olof Johansson
2017-01-18 18:42 ` [GIT PULL v2] " Sudeep Holla
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-01-17 6:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Mon, Jan 16, 2017 at 04:22:06PM +0000, Sudeep Holla wrote:
> Hi ARM SoC Team,
>
> Please pull !
>
> Regards,
> Sudeep
>
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>
> Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git
> tags/juno-updates-4.11
>
> for you to fetch changes up to ea2dcf9ac3254c964cddd67a032cb3b691fa47ce:
>
> arm64: dts: juno: add missing CoreSight STM component (2017-01-12
> 17:26:49 +0000)
>
> ----------------------------------------------------------------
> ARMv8 Vexpress/Juno DT updates for v4.11
>
> 1. Addition of Coresight support on Juno R1 and R2 variants
>
> 2. Addition of STM(System Trace Macrocell) support on all Juno variants
See comment on one of the patches, not merging until addressed.
Thanks,
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL v2] arm64: dts: juno: updates for v4.11
2017-01-16 16:22 [GIT PULL] arm64: dts: juno: updates for v4.11 Sudeep Holla
2017-01-17 6:59 ` Olof Johansson
@ 2017-01-18 18:42 ` Sudeep Holla
2017-01-19 0:15 ` Olof Johansson
1 sibling, 1 reply; 4+ messages in thread
From: Sudeep Holla @ 2017-01-18 18:42 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
v1->v2:
- Fixed device node names for coresight components as suggested by Olof
- Removed nested dtsi inclusions(again Olof's suggestions - Thanks)
- Added some minor cleanup and updates from Robin
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-4.11
for you to fetch changes up to 1492a864364ed46be2abeaaaf3b1a248f19e6644:
arm64: dts: juno: remove motherboard USB node (2017-01-18 14:01:20 +0000)
----------------------------------------------------------------
ARMv8 Vexpress/Juno DT updates for v4.11
1. Addition of Coresight support on Juno R1 and R2 variants
2. Addition of STM(System Trace Macrocell) support on all Juno variants
3. Removed incorrect nesting of dtsi files
4. Removed untested USB hub only available on initial Juno R0 motherboard
5. Added ETR SMMU power domain and dma-ranges property
----------------------------------------------------------------
Mike Leach (2):
arm64: dts: juno: add CoreSight support for Juno r1/r2 variants
arm64: dts: juno: add missing CoreSight STM component
Robin Murphy (3):
arm64: dts: juno: add dma-ranges property
arm64: dts: juno: add ETR SMMU power domain
arm64: dts: juno: remove motherboard USB node
Sudeep Holla (2):
arm64: dts: juno: remove dtsi nesting inside tree structure
arm64: dts: juno: refactor CoreSight support on Juno r0
arch/arm64/boot/dts/arm/juno-base.dtsi | 43 +++++++----
arch/arm64/boot/dts/arm/juno-clocks.dtsi | 3 +-
arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi | 100 ++++++++++++++++++++++++++
arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 7 --
arch/arm64/boot/dts/arm/juno-r1.dts | 16 ++++-
arch/arm64/boot/dts/arm/juno-r2.dts | 16 ++++-
arch/arm64/boot/dts/arm/juno.dts | 27 ++++++-
7 files changed, 186 insertions(+), 26 deletions(-)
create mode 100644 arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL v2] arm64: dts: juno: updates for v4.11
2017-01-18 18:42 ` [GIT PULL v2] " Sudeep Holla
@ 2017-01-19 0:15 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-01-19 0:15 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 18, 2017 at 06:42:21PM +0000, Sudeep Holla wrote:
> Hi ARM SoC Team,
>
> Please pull !
>
> Regards,
> Sudeep
>
> v1->v2:
> - Fixed device node names for coresight components as suggested by Olof
> - Removed nested dtsi inclusions(again Olof's suggestions - Thanks)
> - Added some minor cleanup and updates from Robin
>
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>
> Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-4.11
>
> for you to fetch changes up to 1492a864364ed46be2abeaaaf3b1a248f19e6644:
>
> arm64: dts: juno: remove motherboard USB node (2017-01-18 14:01:20 +0000)
>
> ----------------------------------------------------------------
> ARMv8 Vexpress/Juno DT updates for v4.11
>
> 1. Addition of Coresight support on Juno R1 and R2 variants
>
> 2. Addition of STM(System Trace Macrocell) support on all Juno variants
>
> 3. Removed incorrect nesting of dtsi files
>
> 4. Removed untested USB hub only available on initial Juno R0 motherboard
>
> 5. Added ETR SMMU power domain and dma-ranges property
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-19 0:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 16:22 [GIT PULL] arm64: dts: juno: updates for v4.11 Sudeep Holla
2017-01-17 6:59 ` Olof Johansson
2017-01-18 18:42 ` [GIT PULL v2] " Sudeep Holla
2017-01-19 0:15 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).