linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Rockchip dts32 updates for 4.13 part1
@ 2017-06-09 10:13 Heiko Stuebner
  2017-06-09 10:14 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heiko Stuebner @ 2017-06-09 10:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

please find below and in the subsequent replies Rockchip-related changes
for 4.13. The tags describe the individual changes, but hightlight are probably
the Mali-Midgard nodes on rk3288 and rk3399-Firefly board.

So if nothing looks out of place, please pull.

Thanks
Heiko

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to 81b61d37705173b8b9eb52c4566a8fc7c7099520:

  ARM: dts: rockchip: enable usb for rk3229 evb board (2017-06-02 14:11:57 +0200)

----------------------------------------------------------------
A bunch of changes including mali gpu nodes for rk3288 boards
following (and including) the new Mali Midgard binding; a lot of
improvements for the rk3228/rk3229 socs (tsadc, operating points,
usb, clock-rates, pinctrl, watchdog); finalizing the rk1108->rv1108
rename and adc buttons for the rk3288 firefly boards.

----------------------------------------------------------------
Andy Yan (2):
      ARM: dts: rockchip: rename core dtsi from RK1108 to RV1108
      ARM: dts: rockchip: rename RK1108-evb to RV1108-evb

Eddie Cai (1):
      clk: rockchip: add ids for camera on rk3399

Elaine Zhang (2):
      clk: rockchip: add clock-ids for more rk3228 clocks
      ARM: dts: rockchip: set default rates for core clocks on rk322x

Enric Balletbo i Serra (1):
      ARM: dts: rockchip: enable ARM Mali GPU on rk3288-veyron

Finley Xiao (1):
      ARM: dts: rockchip: add operating-points-v2 for cpu on rk322x

Frank Wang (3):
      ARM: dts: rockchip: add watchdog device node on rk322x
      ARM: dts: rockchip: correct rk322x uart2 pinctrl
      ARM: dts: rockchip: add second uart2 pinctrl on rk322x

Guillaume Tucker (4):
      dt-bindings: gpu: add bindings for the ARM Mali Midgard GPU
      ARM: dts: rockchip: add ARM Mali GPU node for rk3288
      ARM: dts: rockchip: enable ARM Mali GPU on rk3288-rock2-som
      ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly

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

Randy Li (1):
      ARM: dts: rockchip: add adc button for Firefly

Rocky Hao (1):
      ARM: dts: rockchip: set a sane frequence for tsadc on rk322x

Sjoerd Simons (1):
      ARM: dts: rockchip: Setup usb vbus-supply on rk3288-rock2

Sugar Zhang (1):
      ARM: dts: rockchip: fix rk322x i2s1 pinctrl error

William Wu (2):
      ARM: dts: rockchip: add usb nodes on rk322x
      ARM: dts: rockchip: enable usb for rk3229 evb board

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +-
 .../devicetree/bindings/gpu/arm,mali-midgard.txt   |  86 +++++++++
 arch/arm/boot/dts/Makefile                         |   2 +-
 arch/arm/boot/dts/rk3229-evb.dts                   |  74 ++++++++
 arch/arm/boot/dts/rk322x.dtsi                      | 211 +++++++++++++++++++--
 arch/arm/boot/dts/rk3288-firefly-reload.dts        |  17 ++
 arch/arm/boot/dts/rk3288-firefly.dtsi              |  18 ++
 arch/arm/boot/dts/rk3288-rock2-som.dtsi            |   5 +
 arch/arm/boot/dts/rk3288-rock2-square.dts          |   8 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi               |   5 +
 arch/arm/boot/dts/rk3288.dtsi                      |  43 +++++
 .../boot/dts/{rk1108-evb.dts => rv1108-evb.dts}    |   6 +-
 arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi}     |  20 +-
 include/dt-bindings/clock/rk3228-cru.h             |  47 +++++
 include/dt-bindings/clock/rk3399-cru.h             |   2 +
 15 files changed, 517 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt
 rename arch/arm/boot/dts/{rk1108-evb.dts => rv1108-evb.dts} (94%)
 rename arch/arm/boot/dts/{rk1108.dtsi => rv1108.dtsi} (95%)

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

* [GIT PULL 2/3] Rockchip dts64 updates for 4.13 part1
  2017-06-09 10:13 [GIT PULL 1/3] Rockchip dts32 updates for 4.13 part1 Heiko Stuebner
@ 2017-06-09 10:14 ` Heiko Stuebner
  2017-06-19  2:08   ` Olof Johansson
  2017-06-09 10:15 ` [GIT PULL 3/3] Rockchip soc32 " Heiko Stuebner
  2017-06-19  2:07 ` [GIT PULL 1/3] Rockchip dts32 " Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Heiko Stuebner @ 2017-06-09 10:14 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to 5fd3ffb92d33f86a5c0757ef879f7d785beeec92:

  arm64: dts: rockchip: update common rk3399 operating points (2017-05-30 12:12:07 +0200)

----------------------------------------------------------------
Support for the new rk3399 firefly board; extending the pcie ranges to
make usage of pci switches possible; some more qos and pinctrl nodes on
rk3399; updates for the rk3399 cpu operating points including separate
opps for the higher rates OP1 variant of the chip and mmc-nodes for
the rk3328.

----------------------------------------------------------------
Heiko Stuebner (5):
      arm64: dts: rockchip: bring rk3399-firefly power-tree in line
      arm64: dts: rockchip: add ethernet0 alias on rk3399
      arm64: dts: rockchip: enable usb3 controllers on rk3399-firefly
      arm64: dts: rockchip: introduce rk3399-op1 operating points
      arm64: dts: rockchip: update common rk3399 operating points

Kever Yang (4):
      dt-bindings: add firefly-rk3399 board support
      arm64: dts: rockchip: add support for firefly-rk3399 board
      arm64: dts: rockchip: add some missing qos nodes on rk3399
      arm64: dts: rockchip: add pinctrl settings for some rk3399 peripherals

Shawn Lin (3):
      arm64: dts: rockchip: extent bus-ranges of PCIe for rk3399
      arm64: dts: rockchip: extent IORESOURCE_MEM_64 of PCIe for rk3399
      arm64: dts: rockchip: add sdmmc/sdio/emmc nodes for RK3328 SoCs

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |  33 +
 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts    | 718 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       |   2 +-
 arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi   | 145 +++++
 arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi       |  18 +-
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 165 ++++-
 8 files changed, 1064 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi

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

* [GIT PULL 3/3] Rockchip soc32 updates for 4.13 part1
  2017-06-09 10:13 [GIT PULL 1/3] Rockchip dts32 updates for 4.13 part1 Heiko Stuebner
  2017-06-09 10:14 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
@ 2017-06-09 10:15 ` Heiko Stuebner
  2017-06-19  2:08   ` Olof Johansson
  2017-06-19  2:07 ` [GIT PULL 1/3] Rockchip dts32 " Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Heiko Stuebner @ 2017-06-09 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.13-rockchip-soc32-1

for you to fetch changes up to 51f6bfc78beaaa4c42bd2ab394e2550285caab0c:

  ARM: rockchip: enable support for RV1108 SoC (2017-05-14 00:38:27 +0200)

----------------------------------------------------------------
Add support for the RV1108 and its debug uart

----------------------------------------------------------------
Andy Yan (2):
      ARM: debug: add low level debug uart for rv1108
      ARM: rockchip: enable support for RV1108 SoC

 arch/arm/Kconfig.debug            | 30 ++++++++++++++++++++++++++++++
 arch/arm/mach-rockchip/rockchip.c |  1 +
 2 files changed, 31 insertions(+)

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

* [GIT PULL 1/3] Rockchip dts32 updates for 4.13 part1
  2017-06-09 10:13 [GIT PULL 1/3] Rockchip dts32 updates for 4.13 part1 Heiko Stuebner
  2017-06-09 10:14 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
  2017-06-09 10:15 ` [GIT PULL 3/3] Rockchip soc32 " Heiko Stuebner
@ 2017-06-19  2:07 ` Olof Johansson
  2 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2017-06-19  2:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jun 09, 2017 at 12:13:44PM +0200, Heiko Stuebner wrote:
> Hi Arnd, Kevin, Olof,
> 
> please find below and in the subsequent replies Rockchip-related changes
> for 4.13. The tags describe the individual changes, but hightlight are probably
> the Mali-Midgard nodes on rk3288 and rk3399-Firefly board.
> 
> So if nothing looks out of place, please pull.
> 
> Thanks
> Heiko
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.13-rockchip-dts32-1
> 
> for you to fetch changes up to 81b61d37705173b8b9eb52c4566a8fc7c7099520:
> 
>   ARM: dts: rockchip: enable usb for rk3229 evb board (2017-06-02 14:11:57 +0200)
> 
> ----------------------------------------------------------------
> A bunch of changes including mali gpu nodes for rk3288 boards
> following (and including) the new Mali Midgard binding; a lot of
> improvements for the rk3228/rk3229 socs (tsadc, operating points,
> usb, clock-rates, pinctrl, watchdog); finalizing the rk1108->rv1108
> rename and adc buttons for the rk3288 firefly boards.

Thanks, merged.


-Olof

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

* [GIT PULL 2/3] Rockchip dts64 updates for 4.13 part1
  2017-06-09 10:14 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
@ 2017-06-19  2:08   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2017-06-19  2:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jun 09, 2017 at 12:14:36PM +0200, Heiko Stuebner wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.13-rockchip-dts64-1
> 
> for you to fetch changes up to 5fd3ffb92d33f86a5c0757ef879f7d785beeec92:
> 
>   arm64: dts: rockchip: update common rk3399 operating points (2017-05-30 12:12:07 +0200)
> 
> ----------------------------------------------------------------
> Support for the new rk3399 firefly board; extending the pcie ranges to
> make usage of pci switches possible; some more qos and pinctrl nodes on
> rk3399; updates for the rk3399 cpu operating points including separate
> opps for the higher rates OP1 variant of the chip and mmc-nodes for
> the rk3328.

Merged, thanks!


-Olof

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

* [GIT PULL 3/3] Rockchip soc32 updates for 4.13 part1
  2017-06-09 10:15 ` [GIT PULL 3/3] Rockchip soc32 " Heiko Stuebner
@ 2017-06-19  2:08   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2017-06-19  2:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jun 09, 2017 at 12:15:36PM +0200, Heiko Stuebner wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.13-rockchip-soc32-1
> 
> for you to fetch changes up to 51f6bfc78beaaa4c42bd2ab394e2550285caab0c:
> 
>   ARM: rockchip: enable support for RV1108 SoC (2017-05-14 00:38:27 +0200)
> 
> ----------------------------------------------------------------
> Add support for the RV1108 and its debug uart
> 
> ----------------------------------------------------------------
> Andy Yan (2):
>       ARM: debug: add low level debug uart for rv1108
>       ARM: rockchip: enable support for RV1108 SoC

Merged, thanks.


-Olof

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

end of thread, other threads:[~2017-06-19  2:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 10:13 [GIT PULL 1/3] Rockchip dts32 updates for 4.13 part1 Heiko Stuebner
2017-06-09 10:14 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
2017-06-19  2:08   ` Olof Johansson
2017-06-09 10:15 ` [GIT PULL 3/3] Rockchip soc32 " Heiko Stuebner
2017-06-19  2:08   ` Olof Johansson
2017-06-19  2:07 ` [GIT PULL 1/3] Rockchip dts32 " Olof Johansson

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).