linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] intel-pinctrl for 5.5-1
@ 2019-11-13 14:06 Andy Shevchenko
  2019-11-13 22:12 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2019-11-13 14:06 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linux pin control, Mika Westerberg, Andy Shevchenko

Hi Linus,

Intel pin control fixes for v5.5. Note, some of the commits are duplicated
due to previously sent fixes:
- 4973ddc84264 pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
- 3739898576a1 pinctrl: cherryview: Fix irq_valid_mask calculation
- e58e177392b9 pinctrl: cherryview: Allocate IRQ chip dynamic

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02:

  Linux 5.4-rc5 (2019-10-27 13:19:19 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.5-1

for you to fetch changes up to 8ae93b5ed9bec003b77c1ffaca852388b8ca490e:

  pinctrl: cherryview: Missed type change to unsigned int (2019-11-07 11:12:10 +0200)

----------------------------------------------------------------
intel-pinctrl for v5.5-1

* Intel Tigerlake pin controller support has been added.
* Miscellaneous fixes to the main and Cherryview drivers.
* Refactoring of the context restoring in the main driver.

The following is an automated git shortlog grouped by driver:

cherryview:
 -  Missed type change to unsigned int
 -  Allocate IRQ chip dynamic
 -  Fix spelling mistake in the comment
 -  Fix irq_valid_mask calculation

intel:
 -  Missed type change to unsigned int
 -  Add Intel Tiger Lake pin controller support
 -  Use helper to restore register values on ->resume()
 -  Drop level from warning to debug in intel_restore_hostown()
 -  Introduce intel_restore_intmask() helper
 -  Introduce intel_restore_hostown() helper
 -  Introduce intel_restore_padcfg() helper
 -  Avoid potential glitches if pin is in GPIO mode

----------------------------------------------------------------
Andy Shevchenko (11):
      pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
      pinctrl: cherryview: Fix spelling mistake in the comment
      pinctrl: cherryview: Allocate IRQ chip dynamic
      pinctrl: intel: Introduce intel_restore_padcfg() helper
      pinctrl: intel: Introduce intel_restore_hostown() helper
      pinctrl: intel: Introduce intel_restore_intmask() helper
      pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()
      pinctrl: intel: Use helper to restore register values on ->resume()
      pinctrl: intel: Add Intel Tiger Lake pin controller support
      pinctrl: intel: Missed type change to unsigned int
      pinctrl: cherryview: Missed type change to unsigned int

Hans de Goede (1):
      pinctrl: cherryview: Fix irq_valid_mask calculation

 drivers/pinctrl/intel/Kconfig              |   7 +
 drivers/pinctrl/intel/Makefile             |   1 +
 drivers/pinctrl/intel/pinctrl-cherryview.c |  32 +-
 drivers/pinctrl/intel/pinctrl-intel.c      | 140 +++++----
 drivers/pinctrl/intel/pinctrl-tigerlake.c  | 454 +++++++++++++++++++++++++++++
 5 files changed, 561 insertions(+), 73 deletions(-)
 create mode 100644 drivers/pinctrl/intel/pinctrl-tigerlake.c

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-13 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13 14:06 [GIT PULL] intel-pinctrl for 5.5-1 Andy Shevchenko
2019-11-13 22:12 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).