mbox

[GIT,PULL,2/2] ARM: Keystone DTS updates for 3.16

Message ID 1399912899-29640-1-git-send-email-santosh.shilimkar@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts

Message

Santosh Shilimkar May 12, 2014, 4:41 p.m. UTC
Hi Arm-soc folks,

Please pull below keystone DTS updates for 3.16. It merges cleanly with
arm-soc 'next/dts' head.

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

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 18131ae615cf20b06860a1b668e0625db714af2e:

  ARM: dts: keystone-evm: add spi nor flash support (2014-05-12 11:43:59 -0400)

----------------------------------------------------------------
Keystone DTS updates for 3.16

- Few of address cell warning fixes.
- Add Lamarr and Edision EVM NOR flash and NAND devices.
- Update dts to make use of dma-ranges and dma-coherent properties.

----------------------------------------------------------------
Grygorii Strashko (5):
      ARM: dts: keystone: add cell's information to i2c nodes
      ARM: dts: keystone: move i2c0 device node from SoC to board files
      ARM: dts: keystone: add cell's information to spi nodes
      ARM: dts: keystone: Use dma-ranges property
      ARM: dts: keystone-evm: add spi nor flash support

Ivan Khoronzhuk (2):
      ARM: dts: k2e-evm: add AEMIF/NAND device entry
      ARM: dts: k2l-evm: add AEMIF/NAND device entry

Lucas Stach (1):
      ARM: dts: keystone: drop address and size cells from GIC node

Santosh Shilimkar (1):
      ARM: dts: keystone: Update USB node for dma properties

 arch/arm/boot/dts/k2e-evm.dts   |   81 +++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/k2hk-evm.dts  |   29 ++++++++++++++
 arch/arm/boot/dts/k2l-evm.dts   |   81 +++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/keystone.dtsi |   20 ++++++----
 4 files changed, 204 insertions(+), 7 deletions(-)

Comments

Olof Johansson May 20, 2014, 5:24 a.m. UTC | #1
On Mon, May 12, 2014 at 12:41:39PM -0400, Santosh Shilimkar wrote:
> Hi Arm-soc folks,
> 
> Please pull below keystone DTS updates for 3.16. It merges cleanly with
> arm-soc 'next/dts' head.
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> 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 18131ae615cf20b06860a1b668e0625db714af2e:
> 
>   ARM: dts: keystone-evm: add spi nor flash support (2014-05-12 11:43:59 -0400)
> 
> ----------------------------------------------------------------
> Keystone DTS updates for 3.16
> 
> - Few of address cell warning fixes.
> - Add Lamarr and Edision EVM NOR flash and NAND devices.
> - Update dts to make use of dma-ranges and dma-coherent properties.

As far as I can see, this branch has no dependencies on the soc branch (and the
dma branch), so I've merged it into next/dt.

Thanks,

-Olof