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:   Fri, 29 Apr 2022 13:44:51 -0700
From:   Stephen Boyd <sboyd@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Michael Turquette <mturquette@...libre.com>,
        linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] clk fixes for v5.18-rc4

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to a91b05f6b928e8fab750fc953d7df0aa6dc43547:

  Merge tag 'sunxi-clk-fixes-for-5.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes (2022-04-25 16:47:24 -0700)

----------------------------------------------------------------
A semi-large pile of clk driver fixes this time around. Nothing is
touching the core so these fixes are fairly well contained to specific
devices that use these clk drivers.

 - Some Allwinner SoC fixes to gracefully handle errors and mark an RTC
   clk as critical so that the RTC keeps ticking.

 - Fix AXI bus clks and RTC clk design for Microchip PolarFire SoC
   driver introduced this cycle. This has some devicetree bits acked by
   riscv maintainers. We're fixing it now so that the prior bindings
   aren't released in a major kernel version.

 - Remove a reset on Microchip PolarFire SoCs that broke when enabling
   CONFIG_PM.

 - Set a min/max for the Qualcomm graphics clk. This got broken by the
   clk rate range patches introduced this cycle.

----------------------------------------------------------------
Conor Dooley (10):
      clk: microchip: mpfs: don't reset disabled peripherals
      clk: microchip: mpfs: fix parents for FIC clocks
      clk: microchip: mpfs: mark CLK_ATHENA as critical
      riscv: dts: microchip: fix usage of fic clocks on mpfs
      dt-bindings: clk: mpfs document msspll dri registers
      dt-bindings: clk: mpfs: add defines for two new clocks
      dt-bindings: rtc: add refclk to mpfs-rtc
      clk: microchip: mpfs: re-parent the configurable clocks
      clk: microchip: mpfs: add RTCREF clock control
      riscv: dts: microchip: reparent mpfs clocks

Dmitry Baryshkov (1):
      clk: qcom: clk-rcg2: fix gfx3d frequency calculation

Samuel Holland (1):
      clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as critical

Stephen Boyd (1):
      Merge tag 'sunxi-clk-fixes-for-5.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes

Wan Jiabing (1):
      clk: sunxi-ng: fix not NULL terminated coccicheck error

Yang Yingliang (1):
      clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource()

 .../devicetree/bindings/clock/microchip,mpfs.yaml  |  13 +-
 .../bindings/rtc/microchip,mfps-rtc.yaml           |  15 +-
 .../boot/dts/microchip/microchip-mpfs-fabric.dtsi  |  16 +-
 .../dts/microchip/microchip-mpfs-icicle-kit.dts    |   2 +-
 arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi  |  10 +-
 drivers/clk/microchip/clk-mpfs.c                   | 195 +++++++++++++++++----
 drivers/clk/qcom/clk-rcg2.c                        |   2 +-
 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c               |   2 +
 drivers/clk/sunxi/clk-sun9i-mmc.c                  |   2 +
 include/dt-bindings/clock/microchip,mpfs-clock.h   |   5 +-
 10 files changed, 216 insertions(+), 46 deletions(-)

-- 
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ