linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Rockchip defconfig64 changes for 4.10
@ 2016-11-24 15:41 Heiko Stuebner
  2016-11-24 15:42 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heiko Stuebner @ 2016-11-24 15:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

please find below (and in the replies) some more pull requests
for 4.10.

If that is to late, feel free to ignore them and I'll resubmit
after 4.10-rc.


Thanks
Heiko

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.10-rockchip-defconfig64

for you to fetch changes up to 92d22d77b14c988bce0293502a1b3ef25b267ed9:

  arm64: defconfig: allow rk3399-based boards to boot from mmc and usb (2016-11-17 17:15:59 +0100)

----------------------------------------------------------------
64bit defconfig changes to allow arm64 Rockchip socs
to basically boot.

----------------------------------------------------------------
Andy Yan (2):
      arm64: defconfig: enable I2C and DW MMC controller on rockchip platform
      arm64: defconfig: enable RK808 components

Heiko Stuebner (1):
      arm64: defconfig: allow rk3399-based boards to boot from mmc and usb

 arch/arm64/configs/defconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

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

* [GIT PULL 2/3] Rockchip dts64 changes for 4.10
  2016-11-24 15:41 [GIT PULL 1/3] Rockchip defconfig64 changes for 4.10 Heiko Stuebner
@ 2016-11-24 15:42 ` Heiko Stuebner
  2016-11-30 22:09   ` Arnd Bergmann
  2016-11-24 15:43 ` [GIT PULL 3/3] Rockchip dts32 " Heiko Stuebner
  2016-11-30 22:06 ` [GIT PULL 1/3] Rockchip defconfig64 " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Heiko Stuebner @ 2016-11-24 15:42 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c49590691f3819bb6be3f77938ef39038eb76643:

  arm64: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max" (2016-11-09 15:08:55 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.10-rockchip-dts64-2

for you to fetch changes up to c6f049db0a783a35685104e83214c9cc02fb74b6:

  dt-bindings: add rockchip RK1108 Evaluation board (2016-11-21 21:47:02 +0100)

----------------------------------------------------------------
Some more powerdomains and usb2-otg support for the rk3399 as well
as the binding doc for the 32bit rk1108 eval board to prevent it
from conflicting with the recently added 64bit px5 board.

----------------------------------------------------------------
Andy Yan (1):
      dt-bindings: add rockchip RK1108 Evaluation board

Elaine Zhang (2):
      arm64: dts: rockchip: add eMMC's power domain support for rk3399
      arm64: dts: rockchip: add pd_sd power-domain node for rk3399

Jeffy Chen (1):
      arm64: dts: rockchip: add gmac needed pclk for rk3399 pd

William Wu (1):
      arm64: dts: rockchip: add usb2-phy otg-port support for rk3399

Yakir Yang (1):
      arm64: dts: rockchip: add backlight support for rk3399 evb board

 Documentation/devicetree/bindings/arm/rockchip.txt |  4 ++
 arch/arm64/boot/dts/rockchip/rk3399-evb.dts        | 40 +++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 46 +++++++++++++++++++++-
 3 files changed, 89 insertions(+), 1 deletion(-)

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

* [GIT PULL 3/3] Rockchip dts32 changes for 4.10
  2016-11-24 15:41 [GIT PULL 1/3] Rockchip defconfig64 changes for 4.10 Heiko Stuebner
  2016-11-24 15:42 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
@ 2016-11-24 15:43 ` Heiko Stuebner
  2016-11-30 22:44   ` Arnd Bergmann
  2016-11-30 22:06 ` [GIT PULL 1/3] Rockchip defconfig64 " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Heiko Stuebner @ 2016-11-24 15:43 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6a8883d614c7bede1075a4850139daa9723c291e:

  ARM: dts: rockchip: replace to "max-frequency" instead of "clock-freq-min-max" (2016-11-09 14:46:04 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.10-rockchip-dts32-2

for you to fetch changes up to c458e1b504a6a8c817fc56b4d4704273f2c459bb:

  ARM: dts: rockchip: add the sdmmc pinctrl for rk1108 (2016-11-16 13:37:45 +0100)

----------------------------------------------------------------
A bit of attention for the rk3066, fixed tsadc reset node
as well as enabling the dma for uart and mmc controllers.

And one new soc, the rk1108 combining a single-core Cortex-A7
with a separate DSP core.

----------------------------------------------------------------
Andy Yan (2):
      ARM: dts: rockchip: add basic support for RK1108 SOC
      ARM: dts: rockchip: add rockchip RK1108 Evaluation board

Heiko Stuebner (1):
      Merge branch 'v4.10-shared/clkids' into v4.10-armsoc/dts32

Jacob Chen (1):
      ARM: dts: rockchip: add the sdmmc pinctrl for rk1108

Pawe? Jarosz (2):
      ARM: dts: rockchip: fix TSADC reset node for rk3066a
      ARM: dts: rockchip: enable dma for uart and mmc on rk3066a

Shawn Lin (2):
      dt-bindings: rockchip-dw-mshc: add RK1108 dw-mshc description
      clk: rockchip: add dt-binding header for rk1108

 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk1108-evb.dts                   |  69 ++++
 arch/arm/boot/dts/rk1108.dtsi                      | 452 +++++++++++++++++++++
 arch/arm/boot/dts/rk3066a.dtsi                     |  19 +-
 include/dt-bindings/clock/rk1108-cru.h             | 269 ++++++++++++
 6 files changed, 810 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/rk1108-evb.dts
 create mode 100644 arch/arm/boot/dts/rk1108.dtsi
 create mode 100644 include/dt-bindings/clock/rk1108-cru.h

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

* [GIT PULL 1/3] Rockchip defconfig64 changes for 4.10
  2016-11-24 15:41 [GIT PULL 1/3] Rockchip defconfig64 changes for 4.10 Heiko Stuebner
  2016-11-24 15:42 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
  2016-11-24 15:43 ` [GIT PULL 3/3] Rockchip dts32 " Heiko Stuebner
@ 2016-11-30 22:06 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-11-30 22:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, November 24, 2016 4:41:48 PM CET Heiko Stuebner wrote:
> 64bit defconfig changes to allow arm64 Rockchip socs
> to basically boot.
> 


Pulled into next/arm64, thanks!

	Arnd

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

* [GIT PULL 2/3] Rockchip dts64 changes for 4.10
  2016-11-24 15:42 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
@ 2016-11-30 22:09   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-11-30 22:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, November 24, 2016 4:42:35 PM CET Heiko Stuebner wrote:
> Some more powerdomains and usb2-otg support for the rk3399 as well
> as the binding doc for the 32bit rk1108 eval board to prevent it
> from conflicting with the recently added 64bit px5 board.
> 
> 

Pulled into next/dt64, thanks!

	Arnd

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

* [GIT PULL 3/3] Rockchip dts32 changes for 4.10
  2016-11-24 15:43 ` [GIT PULL 3/3] Rockchip dts32 " Heiko Stuebner
@ 2016-11-30 22:44   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-11-30 22:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, November 24, 2016 4:43:16 PM CET Heiko Stuebner wrote:
> A bit of attention for the rk3066, fixed tsadc reset node
> as well as enabling the dma for uart and mmc controllers.
> 
> And one new soc, the rk1108 combining a single-core Cortex-A7
> with a separate DSP core.
> 

Pulled into next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2016-11-30 22:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24 15:41 [GIT PULL 1/3] Rockchip defconfig64 changes for 4.10 Heiko Stuebner
2016-11-24 15:42 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
2016-11-30 22:09   ` Arnd Bergmann
2016-11-24 15:43 ` [GIT PULL 3/3] Rockchip dts32 " Heiko Stuebner
2016-11-30 22:44   ` Arnd Bergmann
2016-11-30 22:06 ` [GIT PULL 1/3] Rockchip defconfig64 " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).