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>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
 <PAXPR04MB8459F66A8036C86F124E4E5B888AA@PAXPR04MB8459.eurprd04.prod.outlook.com>
Date: Fri, 9 May 2025 10:40:33 +0000
From: Peng Fan <peng.fan@....com>
To: Abel Vesa <abel.vesa@...aro.org>, Mike Turquette
	<mturquette@...libre.com>, Stephen Boyd <sboyd@...nel.org>, Shawn Guo
	<shawnguo2@...h.net>, Dario Binacchi <dario.binacchi@...rulasolutions.com>
CC: "imx@...ts.linux.dev" <imx@...ts.linux.dev>, dl-linux-imx
	<linux-imx@....com>, "linux-clk@...r.kernel.org" <linux-clk@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: RE: [GIT PULL] clk: imx: Updates for v6.16

Hi Abel,

> Subject: [GIT PULL] clk: imx: Updates for v6.16
> 
> The following changes since commit
> 0af2f6be1b4281385b618cb86ad946eded089ac8:
> 
>   Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/
> tags/clk-imx-6.16
> 
> for you to fetch changes up to
> 6a55647af3334f1d935ece67de4a838a864b53fc:
> 
>   dt-bindings: clock: imx8m-clock: add PLLs (2025-05-05 10:48:56
> +0300)
> 
> ----------------------------------------------------------------
> i.MX clock changes for 6.16
> 
> - Add video PLL clocks to both i.MX8MM and i.MX8MP
>   while dropping the numeral suffix.
> - Add imx_anatop_get_clk_hw helper
> - Add anatop clock providers for i.MX8M[MNP]
> - Drop ccm_ prefix from base in i.MX8MP clock provider
> - Document bindings for PLLs in imx8m-clock schema
> 
> ----------------------------------------------------------------
> Dario Binacchi (11):
>       dt-bindings: clock: imx8mm: add VIDEO_PLL clocks
>       clk: imx8mm: rename video_pll1 to video_pll
>       dt-bindings: clock: imx8mp: add VIDEO_PLL clocks
>       clk: imx8mp: rename video_pll1 to video_pll
>       dt-bindings: clock: imx8m-anatop: add oscillators and PLLs
>       clk: imx: add hw API imx_anatop_get_clk_hw
>       clk: imx: add support for i.MX8MM anatop clock driver
>       clk: imx: add support for i.MX8MN anatop clock driver
>       clk: imx: add support for i.MX8MP anatop clock driver
>       clk: imx8mp: rename ccm_base to base
>       dt-bindings: clock: imx8m-clock: add PLLs

Sorry to raise here.

Not sure whether Shawn will pick the DT part, otherwise
there will be booting break as Mark replied.

If DT part not goes in 6.16, this PR should be delayed or
redo the patchset to support old DTs to keep backwards
compatibility supported.

Regards,
Peng

> 
>  .../bindings/clock/fsl,imx8m-anatop.yaml           |  53 +-
>  .../devicetree/bindings/clock/imx8m-clock.yaml     |  27 +-
>  drivers/clk/imx/Makefile                           |   6 +-
>  drivers/clk/imx/clk-imx8mm-anatop.c                | 287 +++++++++
>  drivers/clk/imx/clk-imx8mm.c                       | 262 ++++----
>  drivers/clk/imx/clk-imx8mn-anatop.c                | 283 +++++++++
>  drivers/clk/imx/clk-imx8mn.c                       | 183 +++---
>  drivers/clk/imx/clk-imx8mp-anatop.c                | 306 ++++++++++
>  drivers/clk/imx/clk-imx8mp.c                       | 672 ++++++++++-----------
>  drivers/clk/imx/clk.c                              |  15 +
>  drivers/clk/imx/clk.h                              |   2 +
>  include/dt-bindings/clock/imx8mm-clock.h           |  76 ++-
>  include/dt-bindings/clock/imx8mn-clock.h           |  64 ++
>  include/dt-bindings/clock/imx8mp-clock.h           |  80 ++-
>  14 files changed, 1711 insertions(+), 605 deletions(-)  create mode
> 100644 drivers/clk/imx/clk-imx8mm-anatop.c
>  create mode 100644 drivers/clk/imx/clk-imx8mn-anatop.c
>  create mode 100644 drivers/clk/imx/clk-imx8mp-anatop.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ