mbox series

[GIT,PULL,1/2] Rockchip DT32 changes for 5.4 - round1

Message ID 1611583.rKl1eQBRh8@phil (mailing list archive)
State Mainlined, archived
Commit dd7c66ac777a70e224e66593e95ce6d22147c919
Headers show
Series [GIT,PULL,1/2] Rockchip DT32 changes for 5.4 - round1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.4-rockchip-dts32-1

Message

Heiko Stuebner Aug. 17, 2019, 1:45 p.m. UTC
Hi (arm-)soc people,

please find below and in the reply the first round of Rockchip changes
targetted at 5.4

Nothing really stands out, just more of similar stuff like for the
releases before :-) .

Please pull
Thanks
Heiko


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.4-rockchip-dts32-1

for you to fetch changes up to dd7c66ac777a70e224e66593e95ce6d22147c919:

  ARM: dts: add device tree for Mecer Xtreme Mini S6 (2019-08-16 18:04:43 +0200)

----------------------------------------------------------------
A lot more love for Veyron devices with cleanups in the display and wifi
areas and also a 100ms speedup as a delay isn't needed anymore.
New boards are Tiger and Fievel from the Veyron family and the Mecer Xtreme
Mini S6, which I think is the first consumer-grade rk3229-based device in
the kernel.

----------------------------------------------------------------
Douglas Anderson (3):
      ARM: dts: rockchip: Specify rk3288-veyron-chromebook's display timings
      ARM: dts: rockchip: Specify rk3288-veyron-minnie's display timings
      Revert "ARM: dts: rockchip: add startup delay to rk3288-veyron panel-regulators"

Justin Swartz (1):
      ARM: dts: add device tree for Mecer Xtreme Mini S6

Krzysztof Kozlowski (1):
      ARM: dts: rockchip: Cleanup style around assignment operator

Matthias Kaehlcke (8):
      ARM: dts: rockchip: Limit WiFi TX power on rk3288-veyron-jerry
      ARM: dts: rockchip: move rk3288-veryon display settings into a separate file
      ARM: dts: rockchip: consolidate veyron panel and backlight settings
      dt-bindings: ARM: dts: rockchip: Add bindings for rk3288-veyron-{fievel,tiger}
      ARM: dts: rockchip: add veyron-fievel board
      ARM: dts: rockchip: add veyron-tiger board
      ARM: dts: rockchip: A few fixes for veyron-{fievel,tiger}
      ARM: dts: rockchip: Add pin names for rk3288-veyron fievel

 .../devicetree/bindings/arm/rockchip.yaml          |  35 ++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm/boot/dts/Makefile                         |   3 +
 arch/arm/boot/dts/rk3036.dtsi                      |   2 +-
 arch/arm/boot/dts/rk3229-xms6.dts                  | 283 +++++++++++
 arch/arm/boot/dts/rk3288-evb.dtsi                  |   2 +-
 arch/arm/boot/dts/rk3288-tinker.dtsi               |  12 +-
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi    | 101 +---
 arch/arm/boot/dts/rk3288-veyron-edp.dtsi           | 172 +++++++
 arch/arm/boot/dts/rk3288-veyron-fievel.dts         | 522 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288-veyron-jaq.dts            |  55 ---
 arch/arm/boot/dts/rk3288-veyron-jerry.dts          | 207 +++++---
 arch/arm/boot/dts/rk3288-veyron-minnie.dts         |  66 +--
 arch/arm/boot/dts/rk3288-veyron-pinky.dts          |  17 +
 arch/arm/boot/dts/rk3288-veyron-speedy.dts         |  58 ---
 arch/arm/boot/dts/rk3288-veyron-tiger.dts          | 118 +++++
 arch/arm/boot/dts/rk3288-veyron.dtsi               |   4 +
 17 files changed, 1328 insertions(+), 331 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3229-xms6.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-edp.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-fievel.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-tiger.dts
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#367): https://linux.kernel.org/g/patchwork-soc/message/367
Mute This Topic: https://linux.kernel.org/mt/32922687/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

Comments

Arnd Bergmann Sept. 3, 2019, 1:05 p.m. UTC | #1
On Sat, Aug 17, 2019 at 3:45 PM Heiko Stuebner <heiko@sntech.de> wrote:

> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.4-rockchip-dts32-1
>
> for you to fetch changes up to dd7c66ac777a70e224e66593e95ce6d22147c919:
>
>   ARM: dts: add device tree for Mecer Xtreme Mini S6 (2019-08-16 18:04:43 +0200)
>
> ----------------------------------------------------------------
> A lot more love for Veyron devices with cleanups in the display and wifi
> areas and also a 100ms speedup as a delay isn't needed anymore.
> New boards are Tiger and Fievel from the Veyron family and the Mecer Xtreme
> Mini S6, which I think is the first consumer-grade rk3229-based device in
> the kernel.
>

Pulled into arm/dt, thanks!

      Arnd
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#455): https://linux.kernel.org/g/patchwork-soc/message/455
Mute This Topic: https://linux.kernel.org/mt/32922687/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-