mbox

[GIT,PULL] Gemini DTS additions

Message ID CACRpkdYtj2JtBXZeHNJjf8QS1_FWvKbVUMXZJ9jvtQ3zEWVX+g@mail.gmail.com
State New
Headers show

Pull-request

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

Message

Linus Walleij June 13, 2017, 10:05 p.m. UTC
The Gemini DMA controller and PATA/SATA drivers
have been merged by respective subsystem maintainers.

This adds the DMA and PATA/SATA DTS entries with
numerical values for clocks and resets, which will be
augmented to #defines after -rc1.

The tag is based on top of the previous Gemini DTS
tag for v4.13, so goes into the same branch I guess.

Please pull it in!

Yours,
Linus Walleij


The following changes since commit 664ed4e283926d753e876a1347b7729135a3f6b8:

  ARM: dts: Add clocks to the Gemini SoC (2017-05-24 10:50:22 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/gemini-v4.13-dts-2

for you to fetch changes up to 0d7a2c35d11e974b98a6396cd24b39b0f3f5bb7b:

  ARM: dts: add Gemini PATA/SATA support (2017-06-13 23:58:00 +0200)

----------------------------------------------------------------
Gemini DTS patches for v4.13, take 2:
- Add DMA controller
- Add PATA controller and SATA bridge

----------------------------------------------------------------
Linus Walleij (2):
      ARM: dts: Add Gemini DMA controller
      ARM: dts: add Gemini PATA/SATA support

 arch/arm/boot/dts/gemini-nas4220b.dts | 10 +++++++
 arch/arm/boot/dts/gemini-sq201.dts    | 10 +++++++
 arch/arm/boot/dts/gemini.dtsi         | 52 +++++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)

Comments

Olof Johansson June 19, 2017, 3:32 a.m. UTC | #1
On Wed, Jun 14, 2017 at 12:05:08AM +0200, Linus Walleij wrote:
> The Gemini DMA controller and PATA/SATA drivers
> have been merged by respective subsystem maintainers.
> 
> This adds the DMA and PATA/SATA DTS entries with
> numerical values for clocks and resets, which will be
> augmented to #defines after -rc1.
> 
> The tag is based on top of the previous Gemini DTS
> tag for v4.13, so goes into the same branch I guess.
> 
> Please pull it in!
> 
> Yours,
> Linus Walleij
> 
> 
> The following changes since commit 664ed4e283926d753e876a1347b7729135a3f6b8:
> 
>   ARM: dts: Add clocks to the Gemini SoC (2017-05-24 10:50:22 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
> tags/gemini-v4.13-dts-2
> 
> for you to fetch changes up to 0d7a2c35d11e974b98a6396cd24b39b0f3f5bb7b:
> 
>   ARM: dts: add Gemini PATA/SATA support (2017-06-13 23:58:00 +0200)

Merged, thanks!


-Olof