All of lore.kernel.org
 help / color / mirror / Atom feed
From: <cl@rock-chips.com>
To: heiko@sntech.de
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
	klaus.goger@theobroma-systems.com, hjc@rock-chips.com,
	jagan@amarulasolutions.com, djw@t-chip.com.cn,
	jacob-chen@iotwrt.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	ulf.hansson@linaro.org, linux-mmc@vger.kernel.org,
	frank.wang@rock-chips.com, lgirdwood@gmail.com,
	broonie@kernel.org, alsa-devel@alsa-project.org,
	gregkh@linuxfoundation.org, catalin.marinas@arm.com,
	will.deacon@arm.com, yamada.masahiro@socionext.com,
	arnd@arndb.de, zhangqing@rock-chips.com,
	shawn.lin@rock-chips.com, kever.yang@rock-chips.com,
	david.wu@rock-chips.com, huangtao@rock-chips.com,
	tony.xie@rock-chips.com, sugar.zhang@rock-chips.com,
	huibin.hong@rock-chips.com, william.wu@rock-chips.com,
	sandy.huang@rock-chips.com, Liang Chen <cl@rock-chips.com>
Subject: [PATCH v2 0/6] arm64: dts: rockchip: add basic dts file for PX30 SoCs
Date: Mon, 23 Jul 2018 17:25:18 +0800	[thread overview]
Message-ID: <1532337924-4185-1-git-send-email-cl@rock-chips.com> (raw)

From: Liang Chen <cl@rock-chips.com>

Changes in V2:
1. change the subject to format "dt-bindings: module: ..." for the documents. 
2. use new property <num-interpolated-steps> for backlight.
3. remove pinctrl of rk809, because the driver is not ready.

Liang Chen (6):
  dt-bindings: usb: dwc2: add description for px30
  dt-bindings: mmc: rockchip-dw-mshc: add description for px30
  dt-bindings: sound: rockchip-i2s: add description for px30
  dt-bindings: rockchip: grf: add grf and pmugrf description for px30
  arm64: dts: rockchip: add core dtsi file for PX30 SoCs
  arm64: dts: rockchip: add PX30 eavluation board devicetree

 Documentation/devicetree/bindings/arm/rockchip.txt |    4 +
 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |    1 +
 .../devicetree/bindings/soc/rockchip/grf.txt       |    2 +
 .../devicetree/bindings/sound/rockchip-i2s.txt     |    1 +
 Documentation/devicetree/bindings/usb/dwc2.txt     |    1 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/px30-evb.dts          |  473 +++++
 arch/arm64/boot/dts/rockchip/px30.dtsi             | 2043 ++++++++++++++++++++
 8 files changed, 2526 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-evb.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/px30.dtsi

-- 
1.9.1



WARNING: multiple messages have this Message-ID (diff)
From: <cl@rock-chips.com>
To: heiko@sntech.de
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
	klaus.goger@theobroma-systems.com, hjc@rock-chips.com,
	jagan@amarulasolutions.com, djw@t-chip.com.cn,
	jacob-chen@iotwrt.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	ulf.hansson@linaro.org, linux-mmc@vger.kernel.org,
	frank.wang@rock-chips.com, lgirdwood@gmail.com,
	broonie@kernel.org, alsa-devel@alsa-project.org,
	gregkh@linuxfoundation.org, catalin.marinas@arm.com,
	will.deacon@arm.com, yamada.masahiro@socionext.com,
	arnd@arndb.de, zhangqing@rock-chips.com,
	shawn.lin@rock-chips.com, kever.yang@rock-chips.com,
	david.wu@rock-chips.com, huangtao@rock-chips.com,
	tony.xie@rock-chips.com, sugar.zhang@rock-chips.com,
	huibin.hong@rock-chips.com
Subject: [PATCH v2 0/6] arm64: dts: rockchip: add basic dts file for PX30 SoCs
Date: Mon, 23 Jul 2018 17:25:18 +0800	[thread overview]
Message-ID: <1532337924-4185-1-git-send-email-cl@rock-chips.com> (raw)

From: Liang Chen <cl@rock-chips.com>

Changes in V2:
1. change the subject to format "dt-bindings: module: ..." for the documents. 
2. use new property <num-interpolated-steps> for backlight.
3. remove pinctrl of rk809, because the driver is not ready.

Liang Chen (6):
  dt-bindings: usb: dwc2: add description for px30
  dt-bindings: mmc: rockchip-dw-mshc: add description for px30
  dt-bindings: sound: rockchip-i2s: add description for px30
  dt-bindings: rockchip: grf: add grf and pmugrf description for px30
  arm64: dts: rockchip: add core dtsi file for PX30 SoCs
  arm64: dts: rockchip: add PX30 eavluation board devicetree

 Documentation/devicetree/bindings/arm/rockchip.txt |    4 +
 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |    1 +
 .../devicetree/bindings/soc/rockchip/grf.txt       |    2 +
 .../devicetree/bindings/sound/rockchip-i2s.txt     |    1 +
 Documentation/devicetree/bindings/usb/dwc2.txt     |    1 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/px30-evb.dts          |  473 +++++
 arch/arm64/boot/dts/rockchip/px30.dtsi             | 2043 ++++++++++++++++++++
 8 files changed, 2526 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-evb.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/px30.dtsi

-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: cl@rock-chips.com (cl at rock-chips.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] arm64: dts: rockchip: add basic dts file for PX30 SoCs
Date: Mon, 23 Jul 2018 17:25:18 +0800	[thread overview]
Message-ID: <1532337924-4185-1-git-send-email-cl@rock-chips.com> (raw)

From: Liang Chen <cl@rock-chips.com>

Changes in V2:
1. change the subject to format "dt-bindings: module: ..." for the documents. 
2. use new property <num-interpolated-steps> for backlight.
3. remove pinctrl of rk809, because the driver is not ready.

Liang Chen (6):
  dt-bindings: usb: dwc2: add description for px30
  dt-bindings: mmc: rockchip-dw-mshc: add description for px30
  dt-bindings: sound: rockchip-i2s: add description for px30
  dt-bindings: rockchip: grf: add grf and pmugrf description for px30
  arm64: dts: rockchip: add core dtsi file for PX30 SoCs
  arm64: dts: rockchip: add PX30 eavluation board devicetree

 Documentation/devicetree/bindings/arm/rockchip.txt |    4 +
 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |    1 +
 .../devicetree/bindings/soc/rockchip/grf.txt       |    2 +
 .../devicetree/bindings/sound/rockchip-i2s.txt     |    1 +
 Documentation/devicetree/bindings/usb/dwc2.txt     |    1 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/px30-evb.dts          |  473 +++++
 arch/arm64/boot/dts/rockchip/px30.dtsi             | 2043 ++++++++++++++++++++
 8 files changed, 2526 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-evb.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/px30.dtsi

-- 
1.9.1

             reply	other threads:[~2018-07-23  9:27 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-23  9:25 cl [this message]
2018-07-23  9:25 ` [PATCH v2 0/6] arm64: dts: rockchip: add basic dts file for PX30 SoCs cl at rock-chips.com
2018-07-23  9:25 ` cl
2018-07-23  9:25 ` [PATCH v2 1/6] dt-bindings: usb: dwc2: add description for px30 cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-23  9:25   ` cl
2018-07-23  9:25 ` [PATCH v2 2/6] dt-bindings: mmc: rockchip-dw-mshc: " cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-23  9:25   ` cl
2018-07-30 15:06   ` Ulf Hansson
2018-07-30 15:06     ` Ulf Hansson
2018-07-30 15:06     ` Ulf Hansson
2018-07-23  9:25 ` [PATCH v2 3/6] dt-bindings: sound: rockchip-i2s: " cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-23  9:25   ` cl
2018-07-23 19:10   ` Mark Brown
2018-07-23 19:10     ` Mark Brown
2018-07-23 19:10     ` Mark Brown
2018-07-23  9:25 ` [PATCH v2 4/6] dt-bindings: rockchip: grf: add grf and pmugrf " cl
2018-07-23  9:25   ` cl at rock-chips.com
2018-07-23  9:25   ` cl
2018-07-23  9:32 ` [PATCH v2 5/6] arm64: dts: rockchip: add core dtsi file for PX30 SoCs cl
2018-07-23  9:32   ` cl at rock-chips.com
2018-07-23  9:32   ` cl
2018-07-23  9:33 ` [PATCH v2 6/6] arm64: dts: rockchip: add PX30 eavluation board devicetree cl
2018-07-23  9:33   ` cl at rock-chips.com
2018-07-23  9:33   ` cl

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=1532337924-4185-1-git-send-email-cl@rock-chips.com \
    --to=cl@rock-chips.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=david.wu@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=djw@t-chip.com.cn \
    --cc=frank.wang@rock-chips.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=hjc@rock-chips.com \
    --cc=huangtao@rock-chips.com \
    --cc=huibin.hong@rock-chips.com \
    --cc=jacob-chen@iotwrt.com \
    --cc=jagan@amarulasolutions.com \
    --cc=kever.yang@rock-chips.com \
    --cc=klaus.goger@theobroma-systems.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sandy.huang@rock-chips.com \
    --cc=shawn.lin@rock-chips.com \
    --cc=sugar.zhang@rock-chips.com \
    --cc=tony.xie@rock-chips.com \
    --cc=ulf.hansson@linaro.org \
    --cc=will.deacon@arm.com \
    --cc=william.wu@rock-chips.com \
    --cc=yamada.masahiro@socionext.com \
    --cc=zhangqing@rock-chips.com \
    /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.