All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL 2/2] Rockchip dts changes for 4.3, part1
Date: Fri, 17 Jul 2015 00:36:22 +0200	[thread overview]
Message-ID: <43550625.L2USv7p8yj@diego> (raw)
In-Reply-To: <2820374.NgluYWXZkW@diego>

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.3-rockchip32-dts1

for you to fetch changes up to 4863dcd394019b542ac968870cba734d27e992e0:

  ARM: dts: rockchip: add rk3288 arm-pmu irq affinity (2015-07-16 22:22:47 +0200)

----------------------------------------------------------------
This adds the board for the Netxeon R89 used in different
TV-boxes and the initial support for two Chromebooks from
the veyron family.
Additionally a non-critical fix for the watchdog irq
on rk3288, addition of the gmac reset line, a ramp delay
for the cpu regulator on the firefly board and cpu affinity
for the arm-pmu spi irqs.

----------------------------------------------------------------
Alexandru M Stan (2):
      ARM: dts: rockchip: add shared rk3288-veyron files
      ARM: dts: rockchip: add veyron-jerry board

Chris Zhong (1):
      ARM: dts: Add sbs-battery dts fragment used by chromebooks

Heiko Stuebner (7):
      ARM: dts: rockchip: fix rk3288 watchdog irq
      dt-bindings: add vendor prefix for Netxeon Technology
      ARM: dts: rockchip: add Netxeon R89 board
      ARM: dts: rockchip: add veyron-pinky board
      ARM: dts: rockchip: add missing device_type = "memory" to boards
      dt-bindings: document rk3368 R88 board from Rockchip
      ARM: dts: rockchip: add rk3288 arm-pmu irq affinity

Romain Perier (2):
      ARM: dts: rockchip: Add STMMAC reset signal in GMAC interface for rk3288
      ARM: dts: rockchip: Add ramp delay for vdd_cpu in firefly board dts

 Documentation/devicetree/bindings/arm/rockchip.txt |  20 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   5 +-
 arch/arm/boot/dts/cros-ec-sbs.dtsi                 |  52 ++
 arch/arm/boot/dts/rk3066a-bqcurie2.dts             |   1 +
 arch/arm/boot/dts/rk3066a-marsboard.dts            |   1 +
 arch/arm/boot/dts/rk3066a-rayeager.dts             |   1 +
 arch/arm/boot/dts/rk3188-radxarock.dts             |   1 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |   1 +
 arch/arm/boot/dts/rk3288-firefly.dtsi              |   3 +
 arch/arm/boot/dts/rk3288-popmetal.dts              |   1 +
 arch/arm/boot/dts/rk3288-r89.dts                   | 413 +++++++++++++++
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi    | 232 +++++++++
 arch/arm/boot/dts/rk3288-veyron-jerry.dts          | 197 +++++++
 arch/arm/boot/dts/rk3288-veyron-pinky.dts          | 128 +++++
 arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi         | 122 +++++
 arch/arm/boot/dts/rk3288-veyron.dtsi               | 563 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |  11 +-
 18 files changed, 1748 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boot/dts/cros-ec-sbs.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288-r89.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-jerry.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-pinky.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288-veyron.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] Rockchip dts changes for 4.3, part1
Date: Fri, 17 Jul 2015 00:36:22 +0200	[thread overview]
Message-ID: <43550625.L2USv7p8yj@diego> (raw)
In-Reply-To: <2820374.NgluYWXZkW@diego>

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.3-rockchip32-dts1

for you to fetch changes up to 4863dcd394019b542ac968870cba734d27e992e0:

  ARM: dts: rockchip: add rk3288 arm-pmu irq affinity (2015-07-16 22:22:47 +0200)

----------------------------------------------------------------
This adds the board for the Netxeon R89 used in different
TV-boxes and the initial support for two Chromebooks from
the veyron family.
Additionally a non-critical fix for the watchdog irq
on rk3288, addition of the gmac reset line, a ramp delay
for the cpu regulator on the firefly board and cpu affinity
for the arm-pmu spi irqs.

----------------------------------------------------------------
Alexandru M Stan (2):
      ARM: dts: rockchip: add shared rk3288-veyron files
      ARM: dts: rockchip: add veyron-jerry board

Chris Zhong (1):
      ARM: dts: Add sbs-battery dts fragment used by chromebooks

Heiko Stuebner (7):
      ARM: dts: rockchip: fix rk3288 watchdog irq
      dt-bindings: add vendor prefix for Netxeon Technology
      ARM: dts: rockchip: add Netxeon R89 board
      ARM: dts: rockchip: add veyron-pinky board
      ARM: dts: rockchip: add missing device_type = "memory" to boards
      dt-bindings: document rk3368 R88 board from Rockchip
      ARM: dts: rockchip: add rk3288 arm-pmu irq affinity

Romain Perier (2):
      ARM: dts: rockchip: Add STMMAC reset signal in GMAC interface for rk3288
      ARM: dts: rockchip: Add ramp delay for vdd_cpu in firefly board dts

 Documentation/devicetree/bindings/arm/rockchip.txt |  20 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   5 +-
 arch/arm/boot/dts/cros-ec-sbs.dtsi                 |  52 ++
 arch/arm/boot/dts/rk3066a-bqcurie2.dts             |   1 +
 arch/arm/boot/dts/rk3066a-marsboard.dts            |   1 +
 arch/arm/boot/dts/rk3066a-rayeager.dts             |   1 +
 arch/arm/boot/dts/rk3188-radxarock.dts             |   1 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |   1 +
 arch/arm/boot/dts/rk3288-firefly.dtsi              |   3 +
 arch/arm/boot/dts/rk3288-popmetal.dts              |   1 +
 arch/arm/boot/dts/rk3288-r89.dts                   | 413 +++++++++++++++
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi    | 232 +++++++++
 arch/arm/boot/dts/rk3288-veyron-jerry.dts          | 197 +++++++
 arch/arm/boot/dts/rk3288-veyron-pinky.dts          | 128 +++++
 arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi         | 122 +++++
 arch/arm/boot/dts/rk3288-veyron.dtsi               | 563 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |  11 +-
 18 files changed, 1748 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boot/dts/cros-ec-sbs.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288-r89.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-jerry.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-pinky.dts
 create mode 100644 arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi
 create mode 100644 arch/arm/boot/dts/rk3288-veyron.dtsi

  parent reply	other threads:[~2015-07-16 22:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 22:32 [PATCH and GIT PULL 0/5] ARM: initial Rockchip stuff for 4.3 Heiko Stübner
2015-07-16 22:32 ` Heiko Stübner
2015-07-16 22:33 ` [PATCH 1/3] arm64: add Rockchip architecture entry Heiko Stübner
2015-07-16 22:33   ` Heiko Stübner
2015-07-17 17:33   ` Olof Johansson
2015-07-17 17:33     ` Olof Johansson
2015-07-16 22:34 ` [PATCH 2/3] arm64: defconfig: enable ARCH_ROCKCHIP Heiko Stübner
2015-07-16 22:34   ` Heiko Stübner
2015-07-17 17:38   ` Olof Johansson
2015-07-17 17:38     ` Olof Johansson
2015-07-16 22:34 ` [PATCH 3/3] arm64: dts: add Rockchip rk3368 core dtsi and board dts for the r88 board Heiko Stübner
2015-07-16 22:34   ` Heiko Stübner
2015-07-17 17:35   ` Olof Johansson
2015-07-17 17:35     ` Olof Johansson
2015-07-16 22:35 ` [GIT PULL 1/2] Rockchip soc changes for 4.3, part1 Heiko Stübner
2015-07-16 22:35   ` Heiko Stübner
2015-07-17 17:38   ` Olof Johansson
2015-07-17 17:38     ` Olof Johansson
2015-07-16 22:36 ` Heiko Stübner [this message]
2015-07-16 22:36   ` [GIT PULL 2/2] Rockchip dts " Heiko Stübner
2015-07-17 17:38   ` Olof Johansson
2015-07-17 17:38     ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43550625.L2USv7p8yj@diego \
    --to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.