From: Peter Geis <pgwipeout@gmail.com>
Cc: Peter Geis <pgwipeout@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] Quartz64-A fixes and enablement from 5.17-rc1
Date: Thu, 27 Jan 2022 19:38:04 -0500 [thread overview]
Message-ID: <20220128003809.3291407-1-pgwipeout@gmail.com> (raw)
Good Evening,
This is the first of several patch series for further expanding
Quartz64-A support.
This series has the following patches:
Fix the ddr regulator voltage.
Add pmu_io_domains to permit sdio and high speed emmc support.
Add sdmmc1 node for wifi support.
Annotate con40 functions and enable i2c3.
Please review and apply.
Very Respectfully,
Peter Geis
Changelog:
v2:
- drop status = "okay" from sdio_pwrseq
- drop disable-wp from sdmmc1
- move reset-gpios to be alphabetical in sdio_pwrseq
- add con40 annotation patch
Peter Geis (4):
arm64: dts: rockchip: fix Quartz64-A ddr regulator voltage
arm64: dts: rockchip: add Quartz64-A pmu_io_domains
arm64: dts: rockchip: add Quartz64-A sdmmc1 node
arm64: dts: rockchip: add Quartz64-A con40 hardware
.../boot/dts/rockchip/rk3566-quartz64-a.dts | 81 ++++++++++++++++++-
1 file changed, 79 insertions(+), 2 deletions(-)
--
2.25.1
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Peter Geis <pgwipeout@gmail.com>
Cc: Peter Geis <pgwipeout@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] Quartz64-A fixes and enablement from 5.17-rc1
Date: Thu, 27 Jan 2022 19:38:04 -0500 [thread overview]
Message-ID: <20220128003809.3291407-1-pgwipeout@gmail.com> (raw)
Good Evening,
This is the first of several patch series for further expanding
Quartz64-A support.
This series has the following patches:
Fix the ddr regulator voltage.
Add pmu_io_domains to permit sdio and high speed emmc support.
Add sdmmc1 node for wifi support.
Annotate con40 functions and enable i2c3.
Please review and apply.
Very Respectfully,
Peter Geis
Changelog:
v2:
- drop status = "okay" from sdio_pwrseq
- drop disable-wp from sdmmc1
- move reset-gpios to be alphabetical in sdio_pwrseq
- add con40 annotation patch
Peter Geis (4):
arm64: dts: rockchip: fix Quartz64-A ddr regulator voltage
arm64: dts: rockchip: add Quartz64-A pmu_io_domains
arm64: dts: rockchip: add Quartz64-A sdmmc1 node
arm64: dts: rockchip: add Quartz64-A con40 hardware
.../boot/dts/rockchip/rk3566-quartz64-a.dts | 81 ++++++++++++++++++-
1 file changed, 79 insertions(+), 2 deletions(-)
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Peter Geis <pgwipeout@gmail.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Peter Geis <pgwipeout@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] Quartz64-A fixes and enablement from 5.17-rc1
Date: Thu, 27 Jan 2022 19:38:04 -0500 [thread overview]
Message-ID: <20220128003809.3291407-1-pgwipeout@gmail.com> (raw)
Good Evening,
This is the first of several patch series for further expanding
Quartz64-A support.
This series has the following patches:
Fix the ddr regulator voltage.
Add pmu_io_domains to permit sdio and high speed emmc support.
Add sdmmc1 node for wifi support.
Annotate con40 functions and enable i2c3.
Please review and apply.
Very Respectfully,
Peter Geis
Changelog:
v2:
- drop status = "okay" from sdio_pwrseq
- drop disable-wp from sdmmc1
- move reset-gpios to be alphabetical in sdio_pwrseq
- add con40 annotation patch
Peter Geis (4):
arm64: dts: rockchip: fix Quartz64-A ddr regulator voltage
arm64: dts: rockchip: add Quartz64-A pmu_io_domains
arm64: dts: rockchip: add Quartz64-A sdmmc1 node
arm64: dts: rockchip: add Quartz64-A con40 hardware
.../boot/dts/rockchip/rk3566-quartz64-a.dts | 81 ++++++++++++++++++-
1 file changed, 79 insertions(+), 2 deletions(-)
--
2.25.1
next reply other threads:[~2022-01-28 1:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-28 0:38 Peter Geis [this message]
2022-01-28 0:38 ` [PATCH v2 0/4] Quartz64-A fixes and enablement from 5.17-rc1 Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` [PATCH v2 1/4] arm64: dts: rockchip: fix Quartz64-A ddr regulator voltage Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` [PATCH v2 2/4] arm64: dts: rockchip: add Quartz64-A pmu_io_domains Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` [PATCH v2 3/4] arm64: dts: rockchip: add Quartz64-A sdmmc1 node Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` [PATCH v2 4/4] arm64: dts: rockchip: add Quartz64-A con40 hardware Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-28 0:38 ` Peter Geis
2022-01-29 17:57 ` [PATCH v2 0/4] Quartz64-A fixes and enablement from 5.17-rc1 Heiko Stuebner
2022-01-29 17:57 ` Heiko Stuebner
2022-01-29 17:57 ` Heiko Stuebner
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=20220128003809.3291407-1-pgwipeout@gmail.com \
--to=pgwipeout@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh+dt@kernel.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.