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:   Wed, 2 Feb 2022 00:56:51 +0100
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>,
        Andy Shevchenko <andy.shevchenko@...il.com>,
        Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: [GIT PULL] pin control fixes for v5.17

Hi Linus,

here is a set of pin control fixes for the v5.17 series.
Most interesting and urgent is the Intel stuff affection
Chromebooks and Laptops.

The rest is business as usual.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to baf927a833ca2c6717795ac131079f485cb7a5dc:

  pinctrl: microchip-sgpio: Fix support for regmap (2022-01-31 12:07:31 +0100)

----------------------------------------------------------------
Pin control fixes for the v5.17 kernel cycle:

- Fix up group name building on the Intel Thunderbay
- Fix interrupt problems on the Intel Cherryview
- Fix some pin data on the Sunxi H616
- Fix up the CONFIG_PINCTRL_ST Kconfig sort order as noted during
  the merge window
- Fix an unexpected interrupt problem on the Intel Sunrisepoint
- Fix a glitch when updating IRQ flags on all Intel pin controllers
- Revert a Zynqmp patch to unify the pin naming, let's find some
  better solution
- Fix some error paths in the Broadcom BCM2835 driver
- Fix a Kconfig problem pertaining to the BCM63XX drivers
- Fix the regmap support in the Microchip SGPIO driver

----------------------------------------------------------------
Andre Przywara (1):
      pinctrl: sunxi: Fix H616 I2S3 pin data

Andy Shevchenko (2):
      pinctrl: Place correctly CONFIG_PINCTRL_ST in the Makefile
      pinctrl: intel: Fix a glitch when updating IRQ flags on a
preconfigured line

Florian Fainelli (1):
      pinctrl: bcm2835: Fix a few error paths

Gerhard Engleder (1):
      pinctrl: zynqmp: Revert "Unify pin naming"

Hans de Goede (1):
      pinctrl: cherryview: Trigger hwirq0 for interrupt-lines without a mapping

Horatiu Vultur (1):
      pinctrl: microchip-sgpio: Fix support for regmap

Julian Braha (1):
      pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP

Linus Walleij (1):
      Merge tag 'intel-pinctrl-v5.17-4' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes

Rafał Miłecki (2):
      pinctrl: thunderbay: comment process of building functions a bit
      pinctrl: thunderbay: rework loops looking for groups names

Łukasz Bartosik (1):
      pinctrl: intel: fix unexpected interrupt

 drivers/pinctrl/Makefile                    |  2 +-
 drivers/pinctrl/bcm/Kconfig                 |  1 +
 drivers/pinctrl/bcm/pinctrl-bcm2835.c       | 23 +++++---
 drivers/pinctrl/intel/pinctrl-cherryview.c  |  5 +-
 drivers/pinctrl/intel/pinctrl-intel.c       | 64 +++++++++++---------
 drivers/pinctrl/pinctrl-microchip-sgpio.c   |  3 +-
 drivers/pinctrl/pinctrl-thunderbay.c        | 90 +++++++++++------------------
 drivers/pinctrl/pinctrl-zynqmp.c            | 10 ++--
 drivers/pinctrl/sunxi/pinctrl-sun50i-h616.c |  8 +--
 9 files changed, 101 insertions(+), 105 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ