mbox series

[GIT,PULL] intel-pinctrl for 5.17-4

Message ID YfQdZTCvhjqjFUjm@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-pinctrl for 5.17-4 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.17-4

Message

Andy Shevchenko Jan. 28, 2022, 4:44 p.m. UTC
Hi Linux pin control  maintainers,

Not many but still important fixes for Intel, ZynqMQ and pin control subsystem.
Please, consider to pull for v5.17-rc2 (or nearest one).

Thanks,

With Best Regards,
Andy Shevchenko

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@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.17-4

for you to fetch changes up to 500c77eed0feabddd5b3afb48e32c204614a8eab:

  pinctrl: zynqmp: Revert "Unify pin naming" (2022-01-28 16:52:04 +0200)

----------------------------------------------------------------
intel-pinctrl for v5.17-4

* Couple of fixes on how Intel driver handles an interrupt
* Revert pin renaming change in ZynqMQ as it appears to be part of
  the Device Tree bindings
* Fix ordering of the files in the Makefile

The following is an automated git shortlog grouped by driver:

intel:
 -  Fix a glitch when updating IRQ flags on a preconfigured line
 -  fix unexpected interrupt

Place correctly CONFIG_PINCTRL_ST in the Makefile:
 - Place correctly CONFIG_PINCTRL_ST in the Makefile

zynqmp:
 -  Revert "Unify pin naming"

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

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

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

 drivers/pinctrl/Makefile              |  2 +-
 drivers/pinctrl/intel/pinctrl-intel.c | 64 ++++++++++++++++++++---------------
 drivers/pinctrl/pinctrl-zynqmp.c      | 10 +++---
 3 files changed, 41 insertions(+), 35 deletions(-)

Comments

Linus Walleij Jan. 30, 2022, 1:27 a.m. UTC | #1
On Fri, Jan 28, 2022 at 5:44 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> Not many but still important fixes for Intel, ZynqMQ and pin control subsystem.
> Please, consider to pull for v5.17-rc2 (or nearest one).

Pulled in, I hope to send it off to Torvalds tomorrow.

Yours,
Linus Walleij