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]
Message-ID: <CACRpkdYa_patWBGC=gnVHkPQeo5BtvKrG2hzNKi3vZGvo5bKQA@mail.gmail.com>
Date:   Wed, 29 Sep 2021 00:11:13 +0200
From:   Linus Walleij <linus.walleij@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel <linux-kernel@...r.kernel.org>,
        "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
        Rajendra Nayak <rnayak@...eaurora.org>,
        Basavaraj Natikar <Basavaraj.Natikar@....com>,
        Heiko Stübner <heiko@...ech.de>
Subject: [GIT PULL] pin control fixes for v5.15

Hi Linus,

here are some few pin control fixes for the v5.15 kernel cycle.
The most critical is the AMD fixes.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.15-2

for you to fetch changes up to 28406a21999152ff7faa30b194f734565bdd8e0d:

  pinctrl: qcom: sc7280: Add PM suspend callbacks (2021-09-23 23:09:14 +0200)

----------------------------------------------------------------
Pin control fixes for v5.15:

- Fix wakeup interrupts in the AMD driver affecting AMD laptops.

- Fix parent irqspec translation in the Qualcomm SPMI GPIO driver.

- Fix deferred probe handling in the Rockchip driver, this is a
  stopgap solution while we look for something more elegant.

- Add PM suspend callbacks to the Qualcomm SC7280 driver.

- Some minor doc fix (should have come in earlier, sorry)

----------------------------------------------------------------
Basavaraj Natikar (2):
      pinctrl: amd: Add irq field data
      pinctrl: amd: Handle wake-up interrupt

David Collins (1):
      pinctrl: qcom: spmi-gpio: correct parent irqspec translation

Heiko Stuebner (2):
      pinctrl/rockchip: add a queue for deferred pin output settings on probe
      gpio/rockchip: fetch deferred output settings on probe

Michal Simek (1):
      pinctrl: core: Remove duplicated word from devm_pinctrl_unregister()

Rajendra Nayak (1):
      pinctrl: qcom: sc7280: Add PM suspend callbacks

 drivers/gpio/gpio-rockchip.c             | 22 +++++++++++
 drivers/pinctrl/core.c                   |  2 +-
 drivers/pinctrl/pinctrl-amd.c            | 19 ++++++---
 drivers/pinctrl/pinctrl-amd.h            |  1 +
 drivers/pinctrl/pinctrl-rockchip.c       | 67 ++++++++++++++++++++++++++++++++
 drivers/pinctrl/pinctrl-rockchip.h       | 10 +++++
 drivers/pinctrl/qcom/pinctrl-sc7280.c    |  1 +
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 37 ++++++++++++++++--
 8 files changed, 150 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ