All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Rockchip dts32 updates for 4.12 part1
@ 2017-03-28 15:52 ` Heiko Stuebner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2017-03-28 15:52 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

Hi Arnd, Kevin, Olof,

This set is the first round of devicetree updates for 4.12. It comes
in 3 parts, 32bit dts, general 64bit dts and the 64bit dts based on
Olof's shared symlink branch.
As always tags describe what's in there.

So if nothing stands out, please pull.


Thanks
Heiko

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts32-1

for you to fetch changes up to 94bbdd77247d8c16eed5f55dddcf1cbc38d06cc4:

  ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188 (2017-03-22 16:49:39 +0100)

----------------------------------------------------------------
Contains one new board, the Tinkerboard from Asus based on the rk3288,
definitions for the mmc resets in the socs reset controller, sound
support for the Rock2, dma support for mmc controllers on the rk3188
and a led-fix for the MiQi board and and irq-fix for older Cortex-A9 socs.

----------------------------------------------------------------
Alexander Kochetkov (1):
      ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188

Eddie Cai (2):
      dt-bindings: add rk3288-based Asus Tinker board
      ARM: dts: rockchip: add dts for RK3288-Tinker board

Heiko Stuebner (5):
      ARM: dts: rockchip: add rk3288 dw-mmc resets
      ARM: dts: rockchip: add rk3036 dw-mmc resets
      ARM: dts: rockchip: add rk3066/rk3188 dw-mmc resets
      ARM: dts: rockchip: add rk322x dw-mmc resets
      ARM: dts: rockchip: fix PPI misconfiguration on Cortex-A9 socs

Romain Perier (1):
      ARM: dts: rockchip: Add support for ES8388 to the Radxa Rock 2

Willy Tarreau (1):
      ARM: dts: rockchip: fix the MiQi board's LED definition

 Documentation/devicetree/bindings/arm/rockchip.txt |   3 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3036.dtsi                      |   6 +
 arch/arm/boot/dts/rk3188.dtsi                      |   4 +-
 arch/arm/boot/dts/rk322x.dtsi                      |   2 +
 arch/arm/boot/dts/rk3288-miqi.dts                  |  12 +-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi            |   2 +-
 arch/arm/boot/dts/rk3288-rock2-square.dts          |  41 ++
 arch/arm/boot/dts/rk3288-tinker.dts                | 536 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |   8 +
 arch/arm/boot/dts/rk3xxx.dtsi                      |  16 +-
 11 files changed, 616 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3288-tinker.dts

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 1/3] Rockchip dts32 updates for 4.12 part1
@ 2017-03-28 15:52 ` Heiko Stuebner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2017-03-28 15:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

This set is the first round of devicetree updates for 4.12. It comes
in 3 parts, 32bit dts, general 64bit dts and the 64bit dts based on
Olof's shared symlink branch.
As always tags describe what's in there.

So if nothing stands out, please pull.


Thanks
Heiko

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts32-1

for you to fetch changes up to 94bbdd77247d8c16eed5f55dddcf1cbc38d06cc4:

  ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188 (2017-03-22 16:49:39 +0100)

----------------------------------------------------------------
Contains one new board, the Tinkerboard from Asus based on the rk3288,
definitions for the mmc resets in the socs reset controller, sound
support for the Rock2, dma support for mmc controllers on the rk3188
and a led-fix for the MiQi board and and irq-fix for older Cortex-A9 socs.

----------------------------------------------------------------
Alexander Kochetkov (1):
      ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188

Eddie Cai (2):
      dt-bindings: add rk3288-based Asus Tinker board
      ARM: dts: rockchip: add dts for RK3288-Tinker board

Heiko Stuebner (5):
      ARM: dts: rockchip: add rk3288 dw-mmc resets
      ARM: dts: rockchip: add rk3036 dw-mmc resets
      ARM: dts: rockchip: add rk3066/rk3188 dw-mmc resets
      ARM: dts: rockchip: add rk322x dw-mmc resets
      ARM: dts: rockchip: fix PPI misconfiguration on Cortex-A9 socs

Romain Perier (1):
      ARM: dts: rockchip: Add support for ES8388 to the Radxa Rock 2

Willy Tarreau (1):
      ARM: dts: rockchip: fix the MiQi board's LED definition

 Documentation/devicetree/bindings/arm/rockchip.txt |   3 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3036.dtsi                      |   6 +
 arch/arm/boot/dts/rk3188.dtsi                      |   4 +-
 arch/arm/boot/dts/rk322x.dtsi                      |   2 +
 arch/arm/boot/dts/rk3288-miqi.dts                  |  12 +-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi            |   2 +-
 arch/arm/boot/dts/rk3288-rock2-square.dts          |  41 ++
 arch/arm/boot/dts/rk3288-tinker.dts                | 536 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |   8 +
 arch/arm/boot/dts/rk3xxx.dtsi                      |  16 +-
 11 files changed, 616 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3288-tinker.dts

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 2/3] Rockchip dts64 updates for 4.12 part1
  2017-03-28 15:52 ` Heiko Stuebner
@ 2017-03-28 15:53   ` Heiko Stuebner
  -1 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2017-03-28 15:53 UTC (permalink / raw)
  To: arm, linux-arm-kernel; +Cc: linux-rockchip

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-1

for you to fetch changes up to 41b464ef10219e45513d1bcaddacd47ce0bd6136:

  arm64: dts: rockchip: fix PCIe domain number for rk3399 (2017-03-22 17:50:09 +0100)

----------------------------------------------------------------
Contains various changes for the rk3368 (dma, i2s, disable mailbox per
default, mmc-resets) and also removes the wrongly added idle states, that
do not match the hardware's capabilities, as well as some general rk3399
pcie fixes as well as also the mmc resets.

----------------------------------------------------------------
Brian Norris (1):
      arm64: dts: rockchip: sort rk3399-pcie by unit address

Heiko Stuebner (3):
      arm64: dts: rockchip: remove wrongly added idle states on rk3368
      arm64: dts: rockchip: add rk3368 dw-mmc resets
      arm64: dts: rockchip: add rk3399 dw-mmc resets

Huibin Hong (1):
      arm64: dts: rockchip: add dmac nodes for rk3368 SoCs

Jianqun Xu (2):
      arm64: dts: rockchip: add i2s nodes support for RK3368 SoCs
      arm64: dts: rockchip: disable mailbox of RK3368 SoCs per default

Shawn Lin (1):
      arm64: dts: rockchip: fix PCIe domain number for rk3399

 arch/arm64/boot/dts/rockchip/rk3368.dtsi | 94 +++++++++++++++++++++++++-------
 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 93 ++++++++++++++++---------------
 2 files changed, 123 insertions(+), 64 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 2/3] Rockchip dts64 updates for 4.12 part1
@ 2017-03-28 15:53   ` Heiko Stuebner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2017-03-28 15:53 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-1

for you to fetch changes up to 41b464ef10219e45513d1bcaddacd47ce0bd6136:

  arm64: dts: rockchip: fix PCIe domain number for rk3399 (2017-03-22 17:50:09 +0100)

----------------------------------------------------------------
Contains various changes for the rk3368 (dma, i2s, disable mailbox per
default, mmc-resets) and also removes the wrongly added idle states, that
do not match the hardware's capabilities, as well as some general rk3399
pcie fixes as well as also the mmc resets.

----------------------------------------------------------------
Brian Norris (1):
      arm64: dts: rockchip: sort rk3399-pcie by unit address

Heiko Stuebner (3):
      arm64: dts: rockchip: remove wrongly added idle states on rk3368
      arm64: dts: rockchip: add rk3368 dw-mmc resets
      arm64: dts: rockchip: add rk3399 dw-mmc resets

Huibin Hong (1):
      arm64: dts: rockchip: add dmac nodes for rk3368 SoCs

Jianqun Xu (2):
      arm64: dts: rockchip: add i2s nodes support for RK3368 SoCs
      arm64: dts: rockchip: disable mailbox of RK3368 SoCs per default

Shawn Lin (1):
      arm64: dts: rockchip: fix PCIe domain number for rk3399

 arch/arm64/boot/dts/rockchip/rk3368.dtsi | 94 +++++++++++++++++++++++++-------
 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 93 ++++++++++++++++---------------
 2 files changed, 123 insertions(+), 64 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 3/3] Rockchip dts64 updates (using arm/arm64 symlinks) for 4.12 part1
  2017-03-28 15:52 ` Heiko Stuebner
@ 2017-03-28 15:54   ` Heiko Stuebner
  -1 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2017-03-28 15:54 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 0a6081b673bb6aaec31771b3111dd6741c94382f:

  arm64: dts: add arm/arm64 include symlinks (2017-03-21 17:21:28 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-symlinks-1

for you to fetch changes up to b9ed79fa91c5271ca166dfde99883ca3afb190fe:

  arm64: dts: rockchip: add regulator info for Kevin digitizer (2017-03-23 00:51:58 +0100)

----------------------------------------------------------------
Rockchip dts changes based on the newly created arm/arm64 symlinks.
The core addition is the support for the rk3399-based Gru family of
ChromeOS devices, like the Kevin board which is the recently released
Samsung Chromebook Plus. Additionally the usb3 controllers are added
to rk3399 as they're used on Gru devices and even without full type-c
support they can at least drive usb2 devices already.

----------------------------------------------------------------
Brian Norris (5):
      arm64: dts: rockchip: support dwc3 USB for rk3399
      dt-bindings: Document rk3399 Gru/Kevin
      arm64: dts: rockchip: add Gru/Kevin DTS
      arm64: dts: rockchip: describe Gru/Kevin OPPs + CPU regulators
      arm64: dts: rockchip: add regulator info for Kevin digitizer

 Documentation/devicetree/bindings/arm/rockchip.txt |   20 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts  |  306 ++++++
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       | 1103 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi       |  145 +++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |   54 +
 6 files changed, 1629 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 3/3] Rockchip dts64 updates (using arm/arm64 symlinks) for 4.12 part1
@ 2017-03-28 15:54   ` Heiko Stuebner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stuebner @ 2017-03-28 15:54 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 0a6081b673bb6aaec31771b3111dd6741c94382f:

  arm64: dts: add arm/arm64 include symlinks (2017-03-21 17:21:28 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-symlinks-1

for you to fetch changes up to b9ed79fa91c5271ca166dfde99883ca3afb190fe:

  arm64: dts: rockchip: add regulator info for Kevin digitizer (2017-03-23 00:51:58 +0100)

----------------------------------------------------------------
Rockchip dts changes based on the newly created arm/arm64 symlinks.
The core addition is the support for the rk3399-based Gru family of
ChromeOS devices, like the Kevin board which is the recently released
Samsung Chromebook Plus. Additionally the usb3 controllers are added
to rk3399 as they're used on Gru devices and even without full type-c
support they can at least drive usb2 devices already.

----------------------------------------------------------------
Brian Norris (5):
      arm64: dts: rockchip: support dwc3 USB for rk3399
      dt-bindings: Document rk3399 Gru/Kevin
      arm64: dts: rockchip: add Gru/Kevin DTS
      arm64: dts: rockchip: describe Gru/Kevin OPPs + CPU regulators
      arm64: dts: rockchip: add regulator info for Kevin digitizer

 Documentation/devicetree/bindings/arm/rockchip.txt |   20 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts  |  306 ++++++
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       | 1103 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi       |  145 +++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |   54 +
 6 files changed, 1629 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL 3/3] Rockchip dts64 updates (using arm/arm64 symlinks) for 4.12 part1
  2017-03-28 15:54   ` Heiko Stuebner
@ 2017-03-31  9:57     ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-03-31  9:57 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: linux-rockchip, arm-soc, Linux ARM

On Tue, Mar 28, 2017 at 5:54 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 0a6081b673bb6aaec31771b3111dd6741c94382f:
>
>   arm64: dts: add arm/arm64 include symlinks (2017-03-21 17:21:28 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-symlinks-1
>
> for you to fetch changes up to b9ed79fa91c5271ca166dfde99883ca3afb190fe:
>
>   arm64: dts: rockchip: add regulator info for Kevin digitizer (2017-03-23 00:51:58 +0100)
>
> ----------------------------------------------------------------
> Rockchip dts changes based on the newly created arm/arm64 symlinks.
> The core addition is the support for the rk3399-based Gru family of
> ChromeOS devices, like the Kevin board which is the recently released
> Samsung Chromebook Plus. Additionally the usb3 controllers are added
> to rk3399 as they're used on Gru devices and even without full type-c
> support they can at least drive usb2 devices already.
>

Pulled into next/dt64, thanks!

      Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 3/3] Rockchip dts64 updates (using arm/arm64 symlinks) for 4.12 part1
@ 2017-03-31  9:57     ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-03-31  9:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 28, 2017 at 5:54 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 0a6081b673bb6aaec31771b3111dd6741c94382f:
>
>   arm64: dts: add arm/arm64 include symlinks (2017-03-21 17:21:28 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-symlinks-1
>
> for you to fetch changes up to b9ed79fa91c5271ca166dfde99883ca3afb190fe:
>
>   arm64: dts: rockchip: add regulator info for Kevin digitizer (2017-03-23 00:51:58 +0100)
>
> ----------------------------------------------------------------
> Rockchip dts changes based on the newly created arm/arm64 symlinks.
> The core addition is the support for the rk3399-based Gru family of
> ChromeOS devices, like the Kevin board which is the recently released
> Samsung Chromebook Plus. Additionally the usb3 controllers are added
> to rk3399 as they're used on Gru devices and even without full type-c
> support they can at least drive usb2 devices already.
>

Pulled into next/dt64, thanks!

      Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL 1/3] Rockchip dts32 updates for 4.12 part1
  2017-03-28 15:52 ` Heiko Stuebner
@ 2017-03-31 10:10   ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-03-31 10:10 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, arm-soc, Linux ARM

On Tue, Mar 28, 2017 at 5:52 PM, Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> wrote:
> Hi Arnd, Kevin, Olof,
>
> This set is the first round of devicetree updates for 4.12. It comes
> in 3 parts, 32bit dts, general 64bit dts and the 64bit dts based on
> Olof's shared symlink branch.
> As always tags describe what's in there.
>
> So if nothing stands out, please pull.

Pulled into next/dt, thanks!

     Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 1/3] Rockchip dts32 updates for 4.12 part1
@ 2017-03-31 10:10   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-03-31 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 28, 2017 at 5:52 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof,
>
> This set is the first round of devicetree updates for 4.12. It comes
> in 3 parts, 32bit dts, general 64bit dts and the 64bit dts based on
> Olof's shared symlink branch.
> As always tags describe what's in there.
>
> So if nothing stands out, please pull.

Pulled into next/dt, thanks!

     Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-31 10:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 15:52 [GIT PULL 1/3] Rockchip dts32 updates for 4.12 part1 Heiko Stuebner
2017-03-28 15:52 ` Heiko Stuebner
2017-03-28 15:53 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
2017-03-28 15:53   ` Heiko Stuebner
2017-03-28 15:54 ` [GIT PULL 3/3] Rockchip dts64 updates (using arm/arm64 symlinks) " Heiko Stuebner
2017-03-28 15:54   ` Heiko Stuebner
2017-03-31  9:57   ` Arnd Bergmann
2017-03-31  9:57     ` Arnd Bergmann
2017-03-31 10:10 ` [GIT PULL 1/3] Rockchip dts32 updates " Arnd Bergmann
2017-03-31 10:10   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.