From: Shawn Guo <shawnguo@kernel.org>
To: Stephen Boyd <sboyd@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>,
Stefan Agner <stefan@agner.ch>,
kernel@pengutronix.de, linux-imx@nxp.com,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX clock changes for 5.12
Date: Tue, 2 Feb 2021 15:33:30 +0800 [thread overview]
Message-ID: <20210202073329.GQ907@dragon> (raw)
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.12
for you to fetch changes up to de5774d192ba15539191ed8b0c79f3d52464b8e3:
clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header (2021-01-30 22:13:23 +0800)
----------------------------------------------------------------
i.MX clock changes for 5.12:
- Use pr_notice() instead of pr_warn() on i.MX6Q pre-boot ldb_di_clk
reparenting.
- A couple of W=1 build warning fixes from Lee Jones.
- A series from Liu Ying that adds some SCU clocks support for i.MX8qxp
DC0/MIPI-LVDS subsystems.
- A series from Lucas Stach that adds PLL monitor clocks for i.MX8MQ,
and clkout1/2 support for i.MX8MM/MN.
----------------------------------------------------------------
Ahmad Fatoum (1):
clk: imx6q: demote warning about pre-boot ldb_di_clk reparenting
Lee Jones (2):
clk: imx: clk-imx31: Remove unused static const table 'uart_clks'
clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header
Liu Ying (4):
clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 PLL clocks
clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 bypass clocks
clk: imx: clk-imx8qxp: Register DC0 display clocks with imx_clk_scu2()
clk: imx: clk-imx8qxp: Add some SCU clocks support for MIPI-LVDS subsystems
Lucas Stach (3):
clk: imx8mq: add PLL monitor output
clk: imx8mm: add clkout1/2 support
clk: imx8mn: add clkout1/2 support
arch/arm/mach-imx/common.h | 1 -
arch/arm/mach-imx/cpuidle-imx6sl.c | 1 +
arch/arm/mach-imx/pm-imx6.c | 1 +
drivers/clk/imx/clk-imx31.c | 10 ----------
drivers/clk/imx/clk-imx6q.c | 6 +++---
drivers/clk/imx/clk-imx6sl.c | 1 +
drivers/clk/imx/clk-imx8mm.c | 12 ++++++++++++
drivers/clk/imx/clk-imx8mn.c | 12 ++++++++++++
drivers/clk/imx/clk-imx8mq.c | 22 ++++++++++++++++++++++
drivers/clk/imx/clk-imx8qxp.c | 26 ++++++++++++++++++++++++--
include/dt-bindings/clock/imx8-clock.h | 2 ++
include/dt-bindings/clock/imx8mm-clock.h | 10 +++++++++-
include/dt-bindings/clock/imx8mn-clock.h | 9 ++++++++-
include/dt-bindings/clock/imx8mq-clock.h | 16 +++++++++++++++-
include/linux/clk/imx.h | 15 +++++++++++++++
15 files changed, 125 insertions(+), 19 deletions(-)
create mode 100644 include/linux/clk/imx.h
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Stephen Boyd <sboyd@kernel.org>
Cc: Stefan Agner <stefan@agner.ch>,
linux-imx@nxp.com, kernel@pengutronix.de,
Fabio Estevam <festevam@gmail.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX clock changes for 5.12
Date: Tue, 2 Feb 2021 15:33:30 +0800 [thread overview]
Message-ID: <20210202073329.GQ907@dragon> (raw)
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.12
for you to fetch changes up to de5774d192ba15539191ed8b0c79f3d52464b8e3:
clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header (2021-01-30 22:13:23 +0800)
----------------------------------------------------------------
i.MX clock changes for 5.12:
- Use pr_notice() instead of pr_warn() on i.MX6Q pre-boot ldb_di_clk
reparenting.
- A couple of W=1 build warning fixes from Lee Jones.
- A series from Liu Ying that adds some SCU clocks support for i.MX8qxp
DC0/MIPI-LVDS subsystems.
- A series from Lucas Stach that adds PLL monitor clocks for i.MX8MQ,
and clkout1/2 support for i.MX8MM/MN.
----------------------------------------------------------------
Ahmad Fatoum (1):
clk: imx6q: demote warning about pre-boot ldb_di_clk reparenting
Lee Jones (2):
clk: imx: clk-imx31: Remove unused static const table 'uart_clks'
clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header
Liu Ying (4):
clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 PLL clocks
clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 bypass clocks
clk: imx: clk-imx8qxp: Register DC0 display clocks with imx_clk_scu2()
clk: imx: clk-imx8qxp: Add some SCU clocks support for MIPI-LVDS subsystems
Lucas Stach (3):
clk: imx8mq: add PLL monitor output
clk: imx8mm: add clkout1/2 support
clk: imx8mn: add clkout1/2 support
arch/arm/mach-imx/common.h | 1 -
arch/arm/mach-imx/cpuidle-imx6sl.c | 1 +
arch/arm/mach-imx/pm-imx6.c | 1 +
drivers/clk/imx/clk-imx31.c | 10 ----------
drivers/clk/imx/clk-imx6q.c | 6 +++---
drivers/clk/imx/clk-imx6sl.c | 1 +
drivers/clk/imx/clk-imx8mm.c | 12 ++++++++++++
drivers/clk/imx/clk-imx8mn.c | 12 ++++++++++++
drivers/clk/imx/clk-imx8mq.c | 22 ++++++++++++++++++++++
drivers/clk/imx/clk-imx8qxp.c | 26 ++++++++++++++++++++++++--
include/dt-bindings/clock/imx8-clock.h | 2 ++
include/dt-bindings/clock/imx8mm-clock.h | 10 +++++++++-
include/dt-bindings/clock/imx8mn-clock.h | 9 ++++++++-
include/dt-bindings/clock/imx8mq-clock.h | 16 +++++++++++++++-
include/linux/clk/imx.h | 15 +++++++++++++++
15 files changed, 125 insertions(+), 19 deletions(-)
create mode 100644 include/linux/clk/imx.h
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-02-02 7:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 7:33 Shawn Guo [this message]
2021-02-02 7:33 ` [GIT PULL] i.MX clock changes for 5.12 Shawn Guo
2021-02-04 19:54 ` Stephen Boyd
2021-02-04 19:54 ` Stephen Boyd
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=20210202073329.GQ907@dragon \
--to=shawnguo@kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=sboyd@kernel.org \
--cc=stefan@agner.ch \
/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.