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-next>] [day] [month] [year] [list]
Date:   Mon, 28 Nov 2022 11:49:52 +0200
From:   Abel Vesa <abel.vesa@...aro.org>
To:     Mike Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...nel.org>
Cc:     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.2

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ