linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: imx: Updates for v6.2
@ 2022-11-28  9:49 Abel Vesa
  2022-11-29 20:08 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Abel Vesa @ 2022-11-28  9:49 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: NXP Linux Team, linux-clk, Linux Kernel Mailing List

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8178e245fa953f793670147368642717fcdb302e:

  clk: imx: rename imx_obtain_fixed_clk_hw() to imx_get_clk_hw_by_name() (2022-11-25 11:22:15 +0200)

----------------------------------------------------------------
i.MX clocks changes for 6.2

- Fix parent for FlexSPI clock for i.MX93
- Add USB suspend clock on i.MX8MP
- Unmap anatop base on error for i.MX93 driver
- Change enet clock parent to wakeup_axi_root for i.MX93
- Drop LPIT1, LPIT2, TPM1 and TPM3 clocks for i.MX93
- Mark HSIO bus clock and SYS_CNT clock as critical on i.MX93
- Add 320MHz and 640MHz entries to PLL146x
- Add audio shared gate and SAI clocks for i.MX8MP

----------------------------------------------------------------
Abel Vesa (2):
      dt-bindings: clock: imx8mp: Add ids for the audio shared gate
      clk: imx8mp: Add audio shared gate

Dario Binacchi (6):
      clk: imx8mn: rename vpu_pll to m7_alt_pll
      clk: imx: replace osc_hdmi with dummy
      clk: imx: rename video_pll1 to video_pll
      clk: imx8mn: fix imx8mn_sai2_sels clocks list
      clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
      clk: imx: rename imx_obtain_fixed_clk_hw() to imx_get_clk_hw_by_name()

Giulio Benetti (2):
      clk: imx: imxrt1050: fix IMXRT1050_CLK_LCDIF_APB offsets
      clk: imx: imxrt1050: add IMXRT1050_CLK_LCDIF_PIX clock gate

Haibo Chen (1):
      clk: imx93: correct the flexspi1 clock setting

Jacky Bai (2):
      clk: imx: keep hsio bus clock always on
      clk: imx93: keep sys ctr clock always on

Li Jun (2):
      dt-bindings: clocks: imx8mp: Add ID for usb suspend clock
      clk: imx: imx8mp: add shared clk gate for usb suspend clk

Marek Vasut (1):
      clk: imx: pll14xx: Add 320 MHz and 640 MHz entries for PLL146x

Peng Fan (4):
      clk: imx93: unmap anatop base in error handling path
      clk: imx93: correct enet clock
      dt-bindings: clock: imx93: drop TPM1/3 LPIT1/2 entry
      clk: imx93: drop tpm1/3, lpit1/2 clk

 drivers/clk/imx/clk-imx6sll.c            |   8 +-
 drivers/clk/imx/clk-imx6sx.c             |  12 +--
 drivers/clk/imx/clk-imx6ul.c             |   8 +-
 drivers/clk/imx/clk-imx7d.c              |   4 +-
 drivers/clk/imx/clk-imx7ulp.c            |  10 +--
 drivers/clk/imx/clk-imx8mm.c             |  12 +--
 drivers/clk/imx/clk-imx8mn.c             | 128 +++++++++++++++----------------
 drivers/clk/imx/clk-imx8mp.c             |  28 +++++--
 drivers/clk/imx/clk-imx8mq.c             |  14 ++--
 drivers/clk/imx/clk-imx93.c              |  46 ++++++-----
 drivers/clk/imx/clk-imxrt1050.c          |   5 +-
 drivers/clk/imx/clk-pll14xx.c            |   2 +
 drivers/clk/imx/clk.c                    |   5 +-
 drivers/clk/imx/clk.h                    |   3 +-
 include/dt-bindings/clock/imx8mn-clock.h |  24 ++++--
 include/dt-bindings/clock/imx8mp-clock.h |  12 ++-
 include/dt-bindings/clock/imx93-clock.h  |   4 -
 17 files changed, 178 insertions(+), 147 deletions(-)

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

* Re: [GIT PULL] clk: imx: Updates for v6.2
  2022-11-28  9:49 [GIT PULL] clk: imx: Updates for v6.2 Abel Vesa
@ 2022-11-29 20:08 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2022-11-29 20:08 UTC (permalink / raw)
  To: Abel Vesa, Mike Turquette
  Cc: NXP Linux Team, linux-clk, Linux Kernel Mailing List

Quoting Abel Vesa (2022-11-28 01:49:52)
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
> 
>   Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.2
> 
> for you to fetch changes up to 8178e245fa953f793670147368642717fcdb302e:
> 
>   clk: imx: rename imx_obtain_fixed_clk_hw() to imx_get_clk_hw_by_name() (2022-11-25 11:22:15 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

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

end of thread, other threads:[~2022-11-29 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  9:49 [GIT PULL] clk: imx: Updates for v6.2 Abel Vesa
2022-11-29 20:08 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).