All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] ARM: rockchip: dts changes for 4.1
Date: Wed, 18 Mar 2015 17:43:43 +0100	[thread overview]
Message-ID: <2772656.J2ocM9VFb6@diego> (raw)
In-Reply-To: <2684132.lK2CyBin0M@diego>

Hi Arnd, Olof,

some new peripherals, a new board and adding pmic supplies, please pull


Thanks
Heiko


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 91d5cb737287642b75e47790a28a43cd0efd80cb:

  ARM: dts: rockchip: complete rk3288-evb pmic supplies (2015-03-13 00:07:39 +0100)

----------------------------------------------------------------
This adds and enables the usbphy nodes on the rk3288 boards and enables
the gmac on the firefly board. A new board the Popmetal-rk3288 is also
added. And finally the pmic supplies for act8846 based boards are added,
as the act8865/act8846 driver gained supply handling in the regulator tree.

----------------------------------------------------------------
Andy Yan (2):
      dt-bindings: add root compatible property for PopMetal board
      ARM: dts: add rk3288 PopMetal board

Heiko Stuebner (4):
      ARM: dts: rockchip: enable usbphy on rk3288-firefly
      ARM: dts: rockchip: enable gmac on rk3288-firefly
      ARM: dts: rockchip: add input supplies for the act8846 on Radxa Rock
      ARM: dts: rockchip: complete rk3288-evb pmic supplies

Yunzhi Li (2):
      ARM: dts: rockchip: add rk3288 usb PHY
      ARM: dts: rockchip: Enable usb PHY on rk3288-evb board

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm/boot/dts/rk3188-radxarock.dts             |  16 +
 arch/arm/boot/dts/rk3288-evb-act8846.dts           |  10 +
 arch/arm/boot/dts/rk3288-evb-rk808.dts             |   7 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |  13 +
 arch/arm/boot/dts/rk3288-firefly.dtsi              |  20 +
 arch/arm/boot/dts/rk3288-popmetal.dts              | 447 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |  35 ++
 8 files changed, 552 insertions(+)
 create mode 100644 arch/arm/boot/dts/rk3288-popmetal.dts

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] ARM: rockchip: dts changes for 4.1
Date: Wed, 18 Mar 2015 17:43:43 +0100	[thread overview]
Message-ID: <2772656.J2ocM9VFb6@diego> (raw)
In-Reply-To: <2684132.lK2CyBin0M@diego>

Hi Arnd, Olof,

some new peripherals, a new board and adding pmic supplies, please pull


Thanks
Heiko


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 91d5cb737287642b75e47790a28a43cd0efd80cb:

  ARM: dts: rockchip: complete rk3288-evb pmic supplies (2015-03-13 00:07:39 +0100)

----------------------------------------------------------------
This adds and enables the usbphy nodes on the rk3288 boards and enables
the gmac on the firefly board. A new board the Popmetal-rk3288 is also
added. And finally the pmic supplies for act8846 based boards are added,
as the act8865/act8846 driver gained supply handling in the regulator tree.

----------------------------------------------------------------
Andy Yan (2):
      dt-bindings: add root compatible property for PopMetal board
      ARM: dts: add rk3288 PopMetal board

Heiko Stuebner (4):
      ARM: dts: rockchip: enable usbphy on rk3288-firefly
      ARM: dts: rockchip: enable gmac on rk3288-firefly
      ARM: dts: rockchip: add input supplies for the act8846 on Radxa Rock
      ARM: dts: rockchip: complete rk3288-evb pmic supplies

Yunzhi Li (2):
      ARM: dts: rockchip: add rk3288 usb PHY
      ARM: dts: rockchip: Enable usb PHY on rk3288-evb board

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm/boot/dts/rk3188-radxarock.dts             |  16 +
 arch/arm/boot/dts/rk3288-evb-act8846.dts           |  10 +
 arch/arm/boot/dts/rk3288-evb-rk808.dts             |   7 +
 arch/arm/boot/dts/rk3288-evb.dtsi                  |  13 +
 arch/arm/boot/dts/rk3288-firefly.dtsi              |  20 +
 arch/arm/boot/dts/rk3288-popmetal.dts              | 447 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288.dtsi                      |  35 ++
 8 files changed, 552 insertions(+)
 create mode 100644 arch/arm/boot/dts/rk3288-popmetal.dts

  reply	other threads:[~2015-03-18 16:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-18 16:41 [GIT PULL 1/2] ARM: rockchip: soc code changes for 4.1 Heiko Stübner
2015-03-18 16:41 ` Heiko Stübner
2015-03-18 16:43 ` Heiko Stübner [this message]
2015-03-18 16:43   ` [GIT PULL 2/2] ARM: rockchip: dts " Heiko Stübner
2015-03-26 17:41 ` [GIT PULL 1/2] ARM: rockchip: soc code " Heiko Stuebner
2015-03-26 17:41   ` Heiko Stuebner
2015-04-02  0:53   ` Olof Johansson
2015-04-02  0:53     ` 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=2772656.J2ocM9VFb6@diego \
    --to=heiko@sntech.de \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.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.