mbox

[GIT,PULL] DT changes for Ux500 and ARM generic

Message ID CACRpkdZHxEDqwnp74qk3PdquivmrPaLZ3rSBfXdpuV73RYd24A@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git

Message

Linus Walleij June 1, 2015, 12:29 p.m. UTC
Hi ARM SoC folks,

no comments on these DT bindings and additions,
so could you please pull this to the next/dt branch in ARM SoC?

Yours,
Linus Walleij

The following changes since commit 7dfc635894d1de84145fb02b210e6dfa5f50b6cc:

  ARM: dts: Add DT for Hitex LPC4350 Evaluation Board (2015-05-15
22:28:29 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
tags/dt-for-armsoc

for you to fetch changes up to 724814b4fada4a353728c3caa8ad2809c64893b6:

  ARM: ux500: define the backupram in the device tree (2015-05-18
16:00:11 +0200)

----------------------------------------------------------------
Device Tree changes for Ux500 and ARM SOC:
- Document Snoop Control Unit (SCU) bindings
- Document Ux500 board bindings
- Define the backup RAM in the DBx500 device tree

----------------------------------------------------------------
Linus Walleij (3):
      ARM: scu: document Snoop Control Unit DT bindings
      ARM: ux500: add board documentation
      ARM: ux500: define the backupram in the device tree

 Documentation/devicetree/bindings/arm/scu.txt      | 25 +++++++
 .../devicetree/bindings/arm/ux500/boards.txt       | 83 ++++++++++++++++++++++
 arch/arm/boot/dts/ste-dbx5x0.dtsi                  |  9 +++
 3 files changed, 117 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/scu.txt
 create mode 100644 Documentation/devicetree/bindings/arm/ux500/boards.txt

Comments

Arnd Bergmann June 1, 2015, 4:05 p.m. UTC | #1
On Monday 01 June 2015 14:29:53 Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> no comments on these DT bindings and additions,
> so could you please pull this to the next/dt branch in ARM SoC?
> 

Merged into next/dt.

> The following changes since commit 7dfc635894d1de84145fb02b210e6dfa5f50b6cc:
> 
>   ARM: dts: Add DT for Hitex LPC4350 Evaluation Board (2015-05-15
> 22:28:29 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
> tags/dt-for-armsoc
> 

I'd appreciate if you could do the branches based on either your own
earlier pull request or based on a clean -rc, to give a somewhat cleaner
git history.

I thought about rebasing the patches this time, but it's probably not
worth it here, as the result would be fairly similar.

	Arnd