From: ldevulder@suse.de (Loic Devulder)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 0/3] ARM: meson: Use syscon/regmap for clock driver
Date: Wed, 21 Nov 2018 00:50:17 +0100 [thread overview]
Message-ID: <20181120235020.14812-1-ldevulder@suse.de> (raw)
This patch series modifies the meson clock driver to use syscon/regmap
like the Linux kernel does. It is needed if we want to share the same
DTS files with the Linux kernel, as last changes in clock-controller
break U-Boot.
These patches also update all meson DTS files to last versions from
Linux kernel v4.19.
It was successfully tested on kvim, kvim2 and libretech-cc, both with
the old and new DTS files. I don't have any p212, nanopi-k2 nor odroid-c2
boards to test with. As kvim and libretech-cc boards share a lot with
p212 I don't expect any issue with that board, but if someone is able to
test on nanopo-k2 and odroid-c2 it could be great :-)
I opened this patch series as a RFC, as it's not a tricky part (for
me!) and pretty new to me, so any feedback are welcome and wanted!
Changes since v1:
- rebased on the "Amlogic Meson cleanup for AXG SoC support" patchset from Neil
Loic Devulder (3):
ARM: meson: Add regmap support for clock driver
ARM: meson: Enable syscon on all supported boards
ARM: dts: meson: Update dts files from Linux v4.19
arch/arm/dts/meson-gx.dtsi | 31 +++++++++++++----
arch/arm/dts/meson-gxbb-nanopi-k2.dts | 48 ++++++++++++++++++++++++++
arch/arm/dts/meson-gxbb.dtsi | 14 ++++----
arch/arm/dts/meson-gxl-mali.dtsi | 2 +-
arch/arm/dts/meson-gxl-s905x-libretech-cc.dts | 5 +--
arch/arm/dts/meson-gxl-s905x-p212.dtsi | 8 ++---
arch/arm/dts/meson-gxl.dtsi | 26 ++++++--------
arch/arm/dts/meson-gxm-khadas-vim2.dts | 24 +++++++++++++
configs/khadas-vim2_defconfig | 1 +
configs/khadas-vim_defconfig | 1 +
configs/libretech-cc_defconfig | 1 +
configs/nanopi-k2_defconfig | 1 +
configs/odroid-c2_defconfig | 1 +
configs/p212_defconfig | 1 +
drivers/clk/clk_meson.c | 61 ++++++++++++++-------------
15 files changed, 158 insertions(+), 67 deletions(-)
--
2.16.4
next reply other threads:[~2018-11-20 23:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-20 23:50 Loic Devulder [this message]
2018-11-20 23:50 ` [PATCH v2 1/3] ARM: meson: Add regmap support " Loic Devulder
2018-11-21 9:43 ` Neil Armstrong
2018-11-20 23:50 ` [PATCH v2 2/3] ARM: meson: Enable syscon on all supported boards Loic Devulder
2018-11-21 9:44 ` Neil Armstrong
2018-11-20 23:50 ` [PATCH v2 3/3] ARM: dts: meson: Update dts files from Linux v4.19 Loic Devulder
2018-11-21 9:43 ` Neil Armstrong
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=20181120235020.14812-1-ldevulder@suse.de \
--to=ldevulder@suse.de \
--cc=linus-amlogic@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®