From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Linux pin control <linux-gpio@vger.kernel.org>,
Mika Westerberg <mika.westerberg@linux.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [GIT PULL] intel-pinctrl for 5.5-1
Date: Wed, 13 Nov 2019 16:06:38 +0200 [thread overview]
Message-ID: <20191113140638.GA78145@black.fi.intel.com> (raw)
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
next reply other threads:[~2019-11-13 14:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-13 14:06 Andy Shevchenko [this message]
2019-11-13 22:12 ` [GIT PULL] intel-pinctrl for 5.5-1 Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191113140638.GA78145@black.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).