All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: Kever Yang <kever.yang@rock-chips.com>,
	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>,
	Simon Glass <sjg@chromium.org>
Cc: Suniel Mahesh <sunil@amarulasolutions.com>,
	U-Boot-Denx <u-boot@lists.denx.de>,
	linux-rockchip@lists.infradead.org,
	linux-amarula <linux-amarula@amarulasolutions.com>,
	Jagan Teki <jagan@amarulasolutions.com>
Subject: [PATCH 00/16] board: Add new features for ROCKPi N8/N10
Date: Tue, 21 Jul 2020 00:21:04 +0530	[thread overview]
Message-ID: <20200720185120.671064-1-jagan@amarulasolutions.com> (raw)

Add new features like USB, HDMI, PCIe on ROCKPi N8/N10 boards.

All dts patches are Synced from linux-next and mailing list.

Any inputs?
Jagan.

Jagan Teki (8):
  ARM: dts: rockchip: Sync ROCKPi N8/N10 dts(i) from Linux
  ARM: dts: rockchip: Add usb host0 ohci node for rk3288
  ARM: dts: rockchip: Add USB for RockPI N8/N10
  arm: dts: rockchip: Add HDMI out for RockPI N8/N10
  arm64: dts: rockchip: Add PCIe for RockPI N10
  rock-pi-n10: Enable PCI/NVME
  arm64: dts: rockchip: Add u-boot,spl-boot-order for ROCKPi N10
  rock-p-n8/n10: Disable RAM_ROCKCHIP_DEBUG

Suniel Mahesh (8):
  arm: dts: rockchip: Sync rk3288 dtsi from linux
  configs: Enable USB host on Rock-PI-N10
  configs: Enable HDMI output
  configs: Enable USB Gadget for rock-pi-n10
  configs: Enable USB 2.0 on Rock-PI-N8
  configs: Enable USB Gadget on rock-pi-n8
  rk3288: rock-pi-n8: Add console settings
  configs: Enable HDMI output for rock-pi-n8

 arch/arm/dts/rk3288-rock-pi-n8.dts            |   2 +-
 arch/arm/dts/rk3288-vmarc-som.dtsi            | 132 +++++++-----
 arch/arm/dts/rk3288.dtsi                      |  17 +-
 .../arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi |   6 +
 arch/arm/dts/rk3399pro-rock-pi-n10.dts        |   6 +-
 arch/arm/dts/rk3399pro-vmarc-som.dtsi         | 201 ++++++++++++++----
 .../dts/rockchip-radxa-dalang-carrier.dtsi    |  95 ++++++---
 configs/rock-pi-n10-rk3399pro_defconfig       |  25 +++
 configs/rock-pi-n8-rk3288_defconfig           |  17 ++
 include/configs/evb_rk3288.h                  |   6 +-
 10 files changed, 379 insertions(+), 128 deletions(-)

-- 
2.25.1

WARNING: multiple messages have this Message-ID (diff)
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [PATCH 00/16] board: Add new features for ROCKPi N8/N10
Date: Tue, 21 Jul 2020 00:21:04 +0530	[thread overview]
Message-ID: <20200720185120.671064-1-jagan@amarulasolutions.com> (raw)

Add new features like USB, HDMI, PCIe on ROCKPi N8/N10 boards.

All dts patches are Synced from linux-next and mailing list.

Any inputs?
Jagan.

Jagan Teki (8):
  ARM: dts: rockchip: Sync ROCKPi N8/N10 dts(i) from Linux
  ARM: dts: rockchip: Add usb host0 ohci node for rk3288
  ARM: dts: rockchip: Add USB for RockPI N8/N10
  arm: dts: rockchip: Add HDMI out for RockPI N8/N10
  arm64: dts: rockchip: Add PCIe for RockPI N10
  rock-pi-n10: Enable PCI/NVME
  arm64: dts: rockchip: Add u-boot,spl-boot-order for ROCKPi N10
  rock-p-n8/n10: Disable RAM_ROCKCHIP_DEBUG

Suniel Mahesh (8):
  arm: dts: rockchip: Sync rk3288 dtsi from linux
  configs: Enable USB host on Rock-PI-N10
  configs: Enable HDMI output
  configs: Enable USB Gadget for rock-pi-n10
  configs: Enable USB 2.0 on Rock-PI-N8
  configs: Enable USB Gadget on rock-pi-n8
  rk3288: rock-pi-n8: Add console settings
  configs: Enable HDMI output for rock-pi-n8

 arch/arm/dts/rk3288-rock-pi-n8.dts            |   2 +-
 arch/arm/dts/rk3288-vmarc-som.dtsi            | 132 +++++++-----
 arch/arm/dts/rk3288.dtsi                      |  17 +-
 .../arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi |   6 +
 arch/arm/dts/rk3399pro-rock-pi-n10.dts        |   6 +-
 arch/arm/dts/rk3399pro-vmarc-som.dtsi         | 201 ++++++++++++++----
 .../dts/rockchip-radxa-dalang-carrier.dtsi    |  95 ++++++---
 configs/rock-pi-n10-rk3399pro_defconfig       |  25 +++
 configs/rock-pi-n8-rk3288_defconfig           |  17 ++
 include/configs/evb_rk3288.h                  |   6 +-
 10 files changed, 379 insertions(+), 128 deletions(-)

-- 
2.25.1

             reply	other threads:[~2020-07-20 18:51 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20 18:51 Jagan Teki [this message]
2020-07-20 18:51 ` [PATCH 00/16] board: Add new features for ROCKPi N8/N10 Jagan Teki
2020-07-20 18:51 ` [PATCH 01/16] ARM: dts: rockchip: Sync ROCKPi N8/N10 dts(i) from Linux Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-21  3:14   ` Kever Yang
2020-07-21  3:14     ` Kever Yang
2020-07-20 18:51 ` [PATCH 02/16] arm: dts: rockchip: Sync rk3288 dtsi from linux Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-21  3:14   ` Kever Yang
2020-07-21  3:14     ` Kever Yang
2020-07-20 18:51 ` [PATCH 03/16] ARM: dts: rockchip: Add usb host0 ohci node for rk3288 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-21  3:17   ` Kever Yang
2020-07-21  3:17     ` Kever Yang
2020-07-21  6:26     ` Jagan Teki
2020-07-21  6:26       ` Jagan Teki
2020-07-20 18:51 ` [PATCH 04/16] ARM: dts: rockchip: Add USB for RockPI N8/N10 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 05/16] arm: dts: rockchip: Add HDMI out " Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 06/16] arm64: dts: rockchip: Add PCIe for RockPI N10 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 07/16] configs: Enable USB host on Rock-PI-N10 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-21  3:20   ` Kever Yang
2020-07-21  3:20     ` Kever Yang
2020-07-20 18:51 ` [PATCH 08/16] configs: Enable HDMI output Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 09/16] configs: Enable USB Gadget for rock-pi-n10 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 10/16] configs: Enable USB 2.0 on Rock-PI-N8 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 11/16] configs: Enable USB Gadget on rock-pi-n8 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 12/16] rk3288: rock-pi-n8: Add console settings Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 13/16] configs: Enable HDMI output for rock-pi-n8 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 14/16] rock-pi-n10: Enable PCI/NVME Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 15/16] arm64: dts: rockchip: Add u-boot, spl-boot-order for ROCKPi N10 Jagan Teki
2020-07-20 18:51   ` Jagan Teki
2020-07-20 18:51 ` [PATCH 16/16] rock-p-n8/n10: Disable RAM_ROCKCHIP_DEBUG Jagan Teki
2020-07-20 18:51   ` Jagan Teki

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=20200720185120.671064-1-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.com \
    --cc=kever.yang@rock-chips.com \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=philipp.tomsich@theobroma-systems.com \
    --cc=sjg@chromium.org \
    --cc=sunil@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /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.