* [GIT PULL 1/2] ARM: Keystone DTS updates for 3.15
@ 2014-03-05 7:48 Santosh Shilimkar
2014-03-05 7:48 ` [GIT PULL 2/2] ARM: Keystone SOC " Santosh Shilimkar
2014-03-11 20:01 ` [GIT PULL 1/2] ARM: Keystone DTS " Olof Johansson
0 siblings, 2 replies; 5+ messages in thread
From: Santosh Shilimkar @ 2014-03-05 7:48 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arm-soc folks,
Please pull below keystone DTS updates for 3.15. It merges cleanly with
arm-soc 'for-next' and 'next/dt' heads.
Please note that you get a trivial merge conflict while merging to the
latest Linus tip, because of bug fix commit 565bbdcd3b{ARM: keystone:
dts: fix clkvcp3 control register address} which got merged post
3.14-rc5. If it needs to be avoided then I need to rebase the PULL
request on top of 3.14-rc6 when it gets tagged. Do let me know if
thats needed.
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
for you to fetch changes up to 82c04f71ecacf225cdd0ea96ec91f28ca9db70a1:
ARM: dts: keystone: add AEMIF/NAND device entry (2014-02-28 21:05:24 -0500)
----------------------------------------------------------------
Keystone DTS updates for 3.15
- Add watchdog timer, timer64 and gpio device nodes
- Add LED device nodes
- Fixes for debugss, msmc clock nodes
- Add support for Keystone Lamarr and Edision SOC/EVM support
- Add NAND and AEMIF device nodes
----------------------------------------------------------------
Grygorii Strashko (3):
ARM: dts: keystone: add gpio device entry
ARM: dts: k2hk-evm: add leds supports
ARM: dts: k2hk-evm: rename clock node to clocks
Ivan Khoronzhuk (4):
ARM: dts: keystone: add watchdog entry
ARM: dts: keystone: add keystone timer entry
ARM: dts: keystone: drop msmcsram clock node
ARM: dts: keystone: add AEMIF/NAND device entry
Murali Karicheri (5):
ARM: dts: keystone: fix domain id for clkdebugsstrc
ARM: dts: keystone: update for supporting K2L/K2E EVMs
ARM: dts: keystone: preparatory patch to support K2L and K2E SOCs
ARM: dts: keystone: add support for K2 Lamarr SoC and EVM
ARM: dts: keystone: add support for k2 Edison SoC and EVM
.../devicetree/bindings/arm/keystone/keystone.txt | 10 +
arch/arm/boot/dts/k2e-clocks.dtsi | 78 ++++
arch/arm/boot/dts/k2e-evm.dts | 60 +++
arch/arm/boot/dts/k2e.dtsi | 80 ++++
arch/arm/boot/dts/k2hk-clocks.dtsi | 426 +++++++++++++++++++
arch/arm/boot/dts/k2hk-evm.dts | 83 +++-
arch/arm/boot/dts/k2hk.dtsi | 46 +++
arch/arm/boot/dts/k2l-clocks.dtsi | 267 ++++++++++++
arch/arm/boot/dts/k2l-evm.dts | 37 ++
arch/arm/boot/dts/k2l.dtsi | 55 +++
arch/arm/boot/dts/keystone-clocks.dtsi | 427 +-------------------
arch/arm/boot/dts/keystone.dtsi | 102 +++--
arch/arm/mach-keystone/keystone.c | 3 +
13 files changed, 1224 insertions(+), 450 deletions(-)
create mode 100644 arch/arm/boot/dts/k2e-clocks.dtsi
create mode 100644 arch/arm/boot/dts/k2e-evm.dts
create mode 100644 arch/arm/boot/dts/k2e.dtsi
create mode 100644 arch/arm/boot/dts/k2hk-clocks.dtsi
create mode 100644 arch/arm/boot/dts/k2hk.dtsi
create mode 100644 arch/arm/boot/dts/k2l-clocks.dtsi
create mode 100644 arch/arm/boot/dts/k2l-evm.dts
create mode 100644 arch/arm/boot/dts/k2l.dtsi
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL 2/2] ARM: Keystone SOC updates for 3.15
2014-03-05 7:48 [GIT PULL 1/2] ARM: Keystone DTS updates for 3.15 Santosh Shilimkar
@ 2014-03-05 7:48 ` Santosh Shilimkar
2014-03-11 20:02 ` Olof Johansson
2014-03-11 20:01 ` [GIT PULL 1/2] ARM: Keystone DTS " Olof Johansson
1 sibling, 1 reply; 5+ messages in thread
From: Santosh Shilimkar @ 2014-03-05 7:48 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arm-soc folks,
Please pull below keystone SOC updates for 3.15. It merges cleanly with
arm-soc 'for-next' and 'next/soc' heads.
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-soc
for you to fetch changes up to d6bb841291c44575e23ca0b6bb6b441661b0843f:
ARM: config: keystone: enable AEMIF/NAND support (2014-02-28 21:06:46 -0500)
----------------------------------------------------------------
Keystone SOC updates for 3.15
- Enable Watchdog and GPIO config
- Enable LED driver config
- Enable NAND and EMIF driver config
----------------------------------------------------------------
Grygorii Strashko (2):
ARM: config: keystone: enable gpio support
ARM: config: keystone: enable led support
Ivan Khoronzhuk (2):
ARM: config: keystone: enable watchdog support
ARM: config: keystone: enable AEMIF/NAND support
arch/arm/configs/keystone_defconfig | 15 +++++++++++++++
1 file changed, 15 insertions(+)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL 1/2] ARM: Keystone DTS updates for 3.15
2014-03-05 7:48 [GIT PULL 1/2] ARM: Keystone DTS updates for 3.15 Santosh Shilimkar
2014-03-05 7:48 ` [GIT PULL 2/2] ARM: Keystone SOC " Santosh Shilimkar
@ 2014-03-11 20:01 ` Olof Johansson
2014-03-12 14:01 ` Santosh Shilimkar
1 sibling, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2014-03-11 20:01 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 05, 2014 at 03:48:22PM +0800, Santosh Shilimkar wrote:
> Hi Arm-soc folks,
>
> Please pull below keystone DTS updates for 3.15. It merges cleanly with
> arm-soc 'for-next' and 'next/dt' heads.
>
> Please note that you get a trivial merge conflict while merging to the
> latest Linus tip, because of bug fix commit 565bbdcd3b{ARM: keystone:
> dts: fix clkvcp3 control register address} which got merged post
> 3.14-rc5. If it needs to be avoided then I need to rebase the PULL
> request on top of 3.14-rc6 when it gets tagged. Do let me know if
> thats needed.
>
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
>
> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
>
> for you to fetch changes up to 82c04f71ecacf225cdd0ea96ec91f28ca9db70a1:
>
> ARM: dts: keystone: add AEMIF/NAND device entry (2014-02-28 21:05:24 -0500)
Merged. See comments on the per-board table in keystone.c, but that can be
rolled back and changed on top of this.
-Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL 2/2] ARM: Keystone SOC updates for 3.15
2014-03-05 7:48 ` [GIT PULL 2/2] ARM: Keystone SOC " Santosh Shilimkar
@ 2014-03-11 20:02 ` Olof Johansson
0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2014-03-11 20:02 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 05, 2014 at 03:48:23PM +0800, Santosh Shilimkar wrote:
> Hi Arm-soc folks,
>
> Please pull below keystone SOC updates for 3.15. It merges cleanly with
> arm-soc 'for-next' and 'next/soc' heads.
>
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
>
> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-soc
Merged into next/boards.
-Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL 1/2] ARM: Keystone DTS updates for 3.15
2014-03-11 20:01 ` [GIT PULL 1/2] ARM: Keystone DTS " Olof Johansson
@ 2014-03-12 14:01 ` Santosh Shilimkar
0 siblings, 0 replies; 5+ messages in thread
From: Santosh Shilimkar @ 2014-03-12 14:01 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 12 March 2014 04:01 AM, Olof Johansson wrote:
> On Wed, Mar 05, 2014 at 03:48:22PM +0800, Santosh Shilimkar wrote:
>> Hi Arm-soc folks,
>>
>> Please pull below keystone DTS updates for 3.15. It merges cleanly with
>> arm-soc 'for-next' and 'next/dt' heads.
>>
>> Please note that you get a trivial merge conflict while merging to the
>> latest Linus tip, because of bug fix commit 565bbdcd3b{ARM: keystone:
>> dts: fix clkvcp3 control register address} which got merged post
>> 3.14-rc5. If it needs to be avoided then I need to rebase the PULL
>> request on top of 3.14-rc6 when it gets tagged. Do let me know if
>> thats needed.
>>
>> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
>>
>> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
>>
>> for you to fetch changes up to 82c04f71ecacf225cdd0ea96ec91f28ca9db70a1:
>>
>> ARM: dts: keystone: add AEMIF/NAND device entry (2014-02-28 21:05:24 -0500)
>
> Merged. See comments on the per-board table in keystone.c, but that can be
> rolled back and changed on top of this.
>
Thanks. I will follow it up with the comment.
Regards,
Santosh
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-03-12 14:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 7:48 [GIT PULL 1/2] ARM: Keystone DTS updates for 3.15 Santosh Shilimkar
2014-03-05 7:48 ` [GIT PULL 2/2] ARM: Keystone SOC " Santosh Shilimkar
2014-03-11 20:02 ` Olof Johansson
2014-03-11 20:01 ` [GIT PULL 1/2] ARM: Keystone DTS " Olof Johansson
2014-03-12 14:01 ` Santosh Shilimkar
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).