lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241106142154.622141-1-abel.vesa@linaro.org>
Date: Wed,  6 Nov 2024 16:21:54 +0200
From: Abel Vesa <abel.vesa@...aro.org>
To: Mike Turquette <mturquette@...libre.com>,
	Stephen Boyd <sboyd@...nel.org>
Cc: imx@...ts.linux.dev,
	NXP Linux Team <linux-imx@....com>,
	linux-clk@...r.kernel.org,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] clk: imx: Updates for v6.13

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 81a206d736c19139d3863b79e7174f9e98b45499:

  clk: imx: imx8-acm: Fix return value check in clk_imx_acm_attach_pm_domains() (2024-11-05 12:07:59 +0200)

----------------------------------------------------------------
i.MX clocks changes for 6.13

- Document the compatible for i.MX95 HSIO BLK CTRL
- Add the HSIO BLK CTRL provider to the i.MX95 driver
- Moved the CLK_END macro from bindings to driver for i.MX93
- Add support for i.MX91 CCM to the i.MX93 driver
- Add workaround as a fix for errata e10858 to the lpcg-scu driver
- Fix PLL initialization and power up for i.MX93 in fracn-gppll clock type
- Fix clock enable state save/restore in clk-scu clock implementation
- Skip HDMI LPCG clocks save/restore in lpcg-scu clock implementation
- Fix return value check on PM domains attach in imx8-acm driver

----------------------------------------------------------------
Dong Aisheng (1):
      clk: imx: clk-scu: fix clk enable state save and restore

Peng Fan (4):
      clk: imx: lpcg-scu: SW workaround for errata (e10858)
      clk: imx: fracn-gppll: correct PLL initialization flow
      clk: imx: fracn-gppll: fix pll power up
      clk: imx: lpcg-scu: Skip HDMI LPCG clock save/restore

Pengfei Li (4):
      clk: imx93: Move IMX93_CLK_END macro to clk driver
      dt-bindings: clock: imx93: Drop IMX93_CLK_END macro definition
      dt-bindings: clock: Add i.MX91 clock support
      clk: imx: add i.MX91 clk

Richard Zhu (2):
      dt-bindings: clock: nxp,imx95-blk-ctl: Add compatible string for i.MX95 HSIO BLK CTRL
      clk: imx95-blk-ctl: Add one clock gate for HSIO block

Yang Yingliang (1):
      clk: imx: imx8-acm: Fix return value check in clk_imx_acm_attach_pm_domains()

 .../devicetree/bindings/clock/imx93-clock.yaml     |  1 +
 .../bindings/clock/nxp,imx95-blk-ctl.yaml          |  5 +-
 drivers/clk/imx/clk-fracn-gppll.c                  | 10 ++--
 drivers/clk/imx/clk-imx8-acm.c                     |  4 +-
 drivers/clk/imx/clk-imx93.c                        | 63 ++++++++++++++--------
 drivers/clk/imx/clk-imx95-blk-ctl.c                | 20 +++++++
 drivers/clk/imx/clk-lpcg-scu.c                     | 41 +++++++++++---
 drivers/clk/imx/clk-scu.c                          |  2 +-
 include/dt-bindings/clock/imx93-clock.h            |  6 ++-
 9 files changed, 113 insertions(+), 39 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ