public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk: imx: Updates for v6.1
@ 2022-09-19 10:22 Abel Vesa
  2022-09-28 23:32 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Abel Vesa @ 2022-09-19 10:22 UTC (permalink / raw)
  To: Stephen Boyd, Mike Turquette
  Cc: NXP Linux Team, linux-clk, Linux Kernel Mailing List

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.1

for you to fetch changes up to 67e16ac1fec475e64dcb8238f471c6fd154ef806:

  clk: imx93: add SAI IPG clk (2022-09-19 13:06:45 +0300)

----------------------------------------------------------------
i.MX clocks changes for 6.1

- Change order between 'sim_enet_root_clk' and 'enet_qos_root_clk'
  clocks for i.MX8MP
- Drop unnecessary newline in i.MX8MM dt-bindings
- Add more MU1 and SAI clocks dt-bindings Ids
- Introduce slice busy bit check for i.MX93 composite clock
- Introduce white list bit check for i.MX93 composite clock
- Add new i.MX93 clock gate
- Add MU1 and MU2 clocks to i.MX93 clock provider
- Add SAI IPG clocks to i.MX93 clock provider

----------------------------------------------------------------
Marcel Ziswiler (1):
      dt-bindings: clock: imx8mm: don't use multiple blank lines

Peng Fan (8):
      clk: imx8mp: tune the order of enet_qos_root_clk
      dt-bindings: clock: imx93-clock: add more MU/SAI clocks
      clk: imx: clk-composite-93: check slice busy
      clk: imx: clk-composite-93: check white_list
      clk: imx: add i.MX93 clk gate
      clk: imx93: switch to use new clk gate API
      clk: imx93: add MU1/2 clock
      clk: imx93: add SAI IPG clk

 drivers/clk/imx/Makefile                 |   1 +
 drivers/clk/imx/clk-composite-93.c       | 171 +++++++++++++++++++++++++-
 drivers/clk/imx/clk-gate-93.c            | 199 +++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-imx8mp.c             |   2 +-
 drivers/clk/imx/clk-imx93.c              |  30 +++--
 drivers/clk/imx/clk.h                    |   9 +-
 include/dt-bindings/clock/imx8mm-clock.h |   1 -
 include/dt-bindings/clock/imx93-clock.h  |   9 +-
 8 files changed, 402 insertions(+), 20 deletions(-)
 create mode 100644 drivers/clk/imx/clk-gate-93.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] clk: imx: Updates for v6.1
  2022-09-19 10:22 [GIT PULL] clk: imx: Updates for v6.1 Abel Vesa
@ 2022-09-28 23:32 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2022-09-28 23:32 UTC (permalink / raw)
  To: Abel Vesa, Mike Turquette
  Cc: NXP Linux Team, linux-clk, Linux Kernel Mailing List

Quoting Abel Vesa (2022-09-19 03:22:44)
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.1
> 
> for you to fetch changes up to 67e16ac1fec475e64dcb8238f471c6fd154ef806:
> 
>   clk: imx93: add SAI IPG clk (2022-09-19 13:06:45 +0300)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-28 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19 10:22 [GIT PULL] clk: imx: Updates for v6.1 Abel Vesa
2022-09-28 23:32 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox