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

Hi Arnd, Kevin, Olof,

some additional stuff, hopefully still in time for 4.12.
On the arm32 side devicetree the big thing is support for the phyCORE som
from Phytec and on the arm64 side (pull2) support for another new
4-core soc, the rk3328 (4*A53) .

Please pull

Thanks
Heiko

PS: There should also defconfig patch be around in the arm@kernel.org
inbox named "multi_v7_defconfig: make Rockchip usb2-phy built-in"
Maybe you could look at that too :-)


The following changes since commit 94bbdd77247d8c16eed5f55dddcf1cbc38d06cc4:

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

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-2

for you to fetch changes up to 81507732449076de35db3b5a439e4dfd548c6b5a:

  ARM: dts: rockchip: Add support for PCM-947 carrier board (2017-04-06 23:38:18 +0200)

----------------------------------------------------------------
Support for the usb-sata controller on the rock2 and another new rk3288
board, the phyCORE som and its PCM-947 carrier board from Phytec.

----------------------------------------------------------------
Sjoerd Simons (1):
      ARM: dts: rockchip: Enable sata support on rock2 square

Wadim Egorov (3):
      ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM
      dt-bindings: Document Phytec phyCORE-RK3288 RDK
      ARM: dts: rockchip: Add support for PCM-947 carrier board

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3288-phycore-rdk.dts           | 298 ++++++++++++
 arch/arm/boot/dts/rk3288-phycore-som.dtsi          | 497 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288-rock2-square.dts          |  21 +
 5 files changed, 821 insertions(+)
 create mode 100644 arch/arm/boot/dts/rk3288-phycore-rdk.dts
 create mode 100644 arch/arm/boot/dts/rk3288-phycore-som.dtsi

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

* [GIT PULL 1/2] Rockchip dts32 updates for 4.12 part2
@ 2017-04-10  9:56 ` Heiko Stuebner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2017-04-10  9:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

some additional stuff, hopefully still in time for 4.12.
On the arm32 side devicetree the big thing is support for the phyCORE som
from Phytec and on the arm64 side (pull2) support for another new
4-core soc, the rk3328 (4*A53) .

Please pull

Thanks
Heiko

PS: There should also defconfig patch be around in the arm at kernel.org
inbox named "multi_v7_defconfig: make Rockchip usb2-phy built-in"
Maybe you could look at that too :-)


The following changes since commit 94bbdd77247d8c16eed5f55dddcf1cbc38d06cc4:

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

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-2

for you to fetch changes up to 81507732449076de35db3b5a439e4dfd548c6b5a:

  ARM: dts: rockchip: Add support for PCM-947 carrier board (2017-04-06 23:38:18 +0200)

----------------------------------------------------------------
Support for the usb-sata controller on the rock2 and another new rk3288
board, the phyCORE som and its PCM-947 carrier board from Phytec.

----------------------------------------------------------------
Sjoerd Simons (1):
      ARM: dts: rockchip: Enable sata support on rock2 square

Wadim Egorov (3):
      ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM
      dt-bindings: Document Phytec phyCORE-RK3288 RDK
      ARM: dts: rockchip: Add support for PCM-947 carrier board

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3288-phycore-rdk.dts           | 298 ++++++++++++
 arch/arm/boot/dts/rk3288-phycore-som.dtsi          | 497 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288-rock2-square.dts          |  21 +
 5 files changed, 821 insertions(+)
 create mode 100644 arch/arm/boot/dts/rk3288-phycore-rdk.dts
 create mode 100644 arch/arm/boot/dts/rk3288-phycore-som.dtsi

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

* Re: [GIT PULL 2/2] Rockchip dts64 updates for 4.12 part2
  2017-04-10  9:56 ` Heiko Stuebner
@ 2017-04-10  9:56   ` Heiko Stuebner
  -1 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2017-04-10  9:56 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 41b464ef10219e45513d1bcaddacd47ce0bd6136:

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

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-2

for you to fetch changes up to 2f513bd9eac1a2642b40387d4f89c3987641e59b:

  arm64: dts: rockchip: fix the memory size of PX5 Evaluation board (2017-04-07 22:29:11 +0200)

----------------------------------------------------------------
Basic support for new rk3328, a 4-core Cortex-A53 soc and a fix for the
default memory definition on the px5 eval board. While the bootloader
should already override it with the actual amount, it's better to not
carry around wrong values.

----------------------------------------------------------------
Andy Yan (1):
      arm64: dts: rockchip: fix the memory size of PX5 Evaluation board

Liang Chen (4):
      dt-bindings: add binding for rk3328-grf
      arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
      dt-bindings: document rockchip rk3328-evb board
      arm64: dts: rockchip: add RK3328 eavluation board devicetree

 Documentation/devicetree/bindings/arm/rockchip.txt |    4 +
 .../devicetree/bindings/soc/rockchip/grf.txt       |    1 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/rk3328-evb.dts        |   57 +
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           | 1264 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts    |    2 +-
 6 files changed, 1328 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-evb.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328.dtsi

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

* [GIT PULL 2/2] Rockchip dts64 updates for 4.12 part2
@ 2017-04-10  9:56   ` Heiko Stuebner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2017-04-10  9:56 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 41b464ef10219e45513d1bcaddacd47ce0bd6136:

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

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-2

for you to fetch changes up to 2f513bd9eac1a2642b40387d4f89c3987641e59b:

  arm64: dts: rockchip: fix the memory size of PX5 Evaluation board (2017-04-07 22:29:11 +0200)

----------------------------------------------------------------
Basic support for new rk3328, a 4-core Cortex-A53 soc and a fix for the
default memory definition on the px5 eval board. While the bootloader
should already override it with the actual amount, it's better to not
carry around wrong values.

----------------------------------------------------------------
Andy Yan (1):
      arm64: dts: rockchip: fix the memory size of PX5 Evaluation board

Liang Chen (4):
      dt-bindings: add binding for rk3328-grf
      arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
      dt-bindings: document rockchip rk3328-evb board
      arm64: dts: rockchip: add RK3328 eavluation board devicetree

 Documentation/devicetree/bindings/arm/rockchip.txt |    4 +
 .../devicetree/bindings/soc/rockchip/grf.txt       |    1 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/rk3328-evb.dts        |   57 +
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           | 1264 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts    |    2 +-
 6 files changed, 1328 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-evb.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328.dtsi

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

* Re: [GIT PULL 2/2] Rockchip dts64 updates for 4.12 part2
  2017-04-10  9:56   ` Heiko Stuebner
@ 2017-04-19 13:22     ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 13:22 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Mon, Apr 10, 2017 at 11:56:37AM +0200, Heiko Stuebner wrote:
> The following changes since commit 41b464ef10219e45513d1bcaddacd47ce0bd6136:
> 
>   arm64: dts: rockchip: fix PCIe domain number for rk3399 (2017-03-22 17:50:09 +0100)
> 
> 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-2
> 
> for you to fetch changes up to 2f513bd9eac1a2642b40387d4f89c3987641e59b:
> 
>   arm64: dts: rockchip: fix the memory size of PX5 Evaluation board (2017-04-07 22:29:11 +0200)
> 
> ----------------------------------------------------------------
> Basic support for new rk3328, a 4-core Cortex-A53 soc and a fix for the
> default memory definition on the px5 eval board. While the bootloader
> should already override it with the actual amount, it's better to not
> carry around wrong values.
> 
> ----------------------------------------------------------------
> Andy Yan (1):
>       arm64: dts: rockchip: fix the memory size of PX5 Evaluation board
> 
> Liang Chen (4):
>       dt-bindings: add binding for rk3328-grf
>       arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
>       dt-bindings: document rockchip rk3328-evb board
>       arm64: dts: rockchip: add RK3328 eavluation board devicetree

Merged, thanks!


-Olof

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

* [GIT PULL 2/2] Rockchip dts64 updates for 4.12 part2
@ 2017-04-19 13:22     ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 13:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 11:56:37AM +0200, Heiko Stuebner wrote:
> The following changes since commit 41b464ef10219e45513d1bcaddacd47ce0bd6136:
> 
>   arm64: dts: rockchip: fix PCIe domain number for rk3399 (2017-03-22 17:50:09 +0100)
> 
> 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-2
> 
> for you to fetch changes up to 2f513bd9eac1a2642b40387d4f89c3987641e59b:
> 
>   arm64: dts: rockchip: fix the memory size of PX5 Evaluation board (2017-04-07 22:29:11 +0200)
> 
> ----------------------------------------------------------------
> Basic support for new rk3328, a 4-core Cortex-A53 soc and a fix for the
> default memory definition on the px5 eval board. While the bootloader
> should already override it with the actual amount, it's better to not
> carry around wrong values.
> 
> ----------------------------------------------------------------
> Andy Yan (1):
>       arm64: dts: rockchip: fix the memory size of PX5 Evaluation board
> 
> Liang Chen (4):
>       dt-bindings: add binding for rk3328-grf
>       arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
>       dt-bindings: document rockchip rk3328-evb board
>       arm64: dts: rockchip: add RK3328 eavluation board devicetree

Merged, thanks!


-Olof

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

* Re: [GIT PULL 1/2] Rockchip dts32 updates for 4.12 part2
  2017-04-10  9:56 ` Heiko Stuebner
@ 2017-04-19 13:45   ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 13:45 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Mon, Apr 10, 2017 at 11:56:03AM +0200, Heiko Stuebner wrote:
> Hi Arnd, Kevin, Olof,
> 
> some additional stuff, hopefully still in time for 4.12.
> On the arm32 side devicetree the big thing is support for the phyCORE som
> from Phytec and on the arm64 side (pull2) support for another new
> 4-core soc, the rk3328 (4*A53) .
> 
> Please pull
> 
> Thanks
> Heiko
> 
> PS: There should also defconfig patch be around in the arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
> inbox named "multi_v7_defconfig: make Rockchip usb2-phy built-in"
> Maybe you could look at that too :-)
> 
> 
> The following changes since commit 94bbdd77247d8c16eed5f55dddcf1cbc38d06cc4:
> 
>   ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188 (2017-03-22 16:49:39 +0100)
> 
> 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-2
> 
> for you to fetch changes up to 81507732449076de35db3b5a439e4dfd548c6b5a:
> 
>   ARM: dts: rockchip: Add support for PCM-947 carrier board (2017-04-06 23:38:18 +0200)
> 
> ----------------------------------------------------------------
> Support for the usb-sata controller on the rock2 and another new rk3288
> board, the phyCORE som and its PCM-947 carrier board from Phytec.
> 
> ----------------------------------------------------------------
> Sjoerd Simons (1):
>       ARM: dts: rockchip: Enable sata support on rock2 square
> 
> Wadim Egorov (3):
>       ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM
>       dt-bindings: Document Phytec phyCORE-RK3288 RDK
>       ARM: dts: rockchip: Add support for PCM-947 carrier board

Merged, thanks!


-Olof

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

* [GIT PULL 1/2] Rockchip dts32 updates for 4.12 part2
@ 2017-04-19 13:45   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-04-19 13:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 11:56:03AM +0200, Heiko Stuebner wrote:
> Hi Arnd, Kevin, Olof,
> 
> some additional stuff, hopefully still in time for 4.12.
> On the arm32 side devicetree the big thing is support for the phyCORE som
> from Phytec and on the arm64 side (pull2) support for another new
> 4-core soc, the rk3328 (4*A53) .
> 
> Please pull
> 
> Thanks
> Heiko
> 
> PS: There should also defconfig patch be around in the arm at kernel.org
> inbox named "multi_v7_defconfig: make Rockchip usb2-phy built-in"
> Maybe you could look at that too :-)
> 
> 
> The following changes since commit 94bbdd77247d8c16eed5f55dddcf1cbc38d06cc4:
> 
>   ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188 (2017-03-22 16:49:39 +0100)
> 
> 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-2
> 
> for you to fetch changes up to 81507732449076de35db3b5a439e4dfd548c6b5a:
> 
>   ARM: dts: rockchip: Add support for PCM-947 carrier board (2017-04-06 23:38:18 +0200)
> 
> ----------------------------------------------------------------
> Support for the usb-sata controller on the rock2 and another new rk3288
> board, the phyCORE som and its PCM-947 carrier board from Phytec.
> 
> ----------------------------------------------------------------
> Sjoerd Simons (1):
>       ARM: dts: rockchip: Enable sata support on rock2 square
> 
> Wadim Egorov (3):
>       ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM
>       dt-bindings: Document Phytec phyCORE-RK3288 RDK
>       ARM: dts: rockchip: Add support for PCM-947 carrier board

Merged, thanks!


-Olof

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

end of thread, other threads:[~2017-04-19 13:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10  9:56 [GIT PULL 1/2] Rockchip dts32 updates for 4.12 part2 Heiko Stuebner
2017-04-10  9:56 ` Heiko Stuebner
2017-04-10  9:56 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2017-04-10  9:56   ` Heiko Stuebner
2017-04-19 13:22   ` Olof Johansson
2017-04-19 13:22     ` Olof Johansson
2017-04-19 13:45 ` [GIT PULL 1/2] Rockchip dts32 " Olof Johansson
2017-04-19 13:45   ` Olof Johansson

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.