From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Linux pin control <linux-gpio@vger.kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>,
Mika Westerberg <mika.westerberg@linux.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [GIT PULL] intel-pinctrl for 5.11-1
Date: Tue, 24 Nov 2020 16:31:32 +0200 [thread overview]
Message-ID: <20201124143132.GA9090@black.fi.intel.com> (raw)
Hi Linux pin control maintainers,
Bunch of new Intel drivers and few duplicates commits in the PR list below
since they are already in upstream. This is material for v5.11.
It smoothly merges into devel or for-next branches (whatever your flow assumes).
The bundle has been in Linux next for at least couple of weeks.
Thanks,
With Best Regards,
Andy Shevchenko
The following changes since commit f3c75e7a9349d1d33eb53ddc1b31640994969f73:
pinctrl: intel: Set default bias in case no particular value given (2020-10-26 13:26:50 +0200)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.11-1
for you to fetch changes up to 0b74e40a4e41f3cbad76dff4c50850d47b525b26:
pinctrl: baytrail: Avoid clearing debounce value when turning it off (2020-11-16 12:04:03 +0200)
----------------------------------------------------------------
intel-pinctrl for v5.11-1
* Add Intel Alder Lake-S pin controller support
* Add Intel Elkhart Lake pin controller support
* Add Intel Lakefield driver pin controller support
* Miscellaneous fixes for Intel Lynxpoint driver
The following is an automated git shortlog grouped by driver:
intel:
- Add Intel Alder Lake-S pin controller support
- Add Intel Elkhart Lake pin controller support
- Add blank line before endif in Kconfig
- Add Intel Lakefield pin controller support
lynxpoint:
- Enable pin configuration setting for GPIO chip
- Use defined constant for disabled bias explicitly
- Unify initcall location in the code
----------------------------------------------------------------
Andy Shevchenko (10):
pinctrl: intel: Add Intel Lakefield pin controller support
pinctrl: intel: Add blank line before endif in Kconfig
pinctrl: intel: Add Intel Elkhart Lake pin controller support
pinctrl: intel: Add Intel Alder Lake-S pin controller support
pinctrl: lynxpoint: Unify initcall location in the code
pinctrl: lynxpoint: Use defined constant for disabled bias explicitly
pinctrl: lynxpoint: Enable pin configuration setting for GPIO chip
pinctrl: jasperlake: Unhide SPI group of pins
pinctrl: merrifield: Set default bias in case no particular value given
pinctrl: baytrail: Avoid clearing debounce value when turning it off
Evan Green (1):
pinctrl: jasperlake: Fix HOSTSW_OWN offset
drivers/pinctrl/intel/Kconfig | 25 ++
drivers/pinctrl/intel/Makefile | 3 +
drivers/pinctrl/intel/pinctrl-alderlake.c | 437 ++++++++++++++++++++++++
drivers/pinctrl/intel/pinctrl-baytrail.c | 8 +-
drivers/pinctrl/intel/pinctrl-elkhartlake.c | 513 ++++++++++++++++++++++++++++
drivers/pinctrl/intel/pinctrl-jasperlake.c | 452 ++++++++++++------------
drivers/pinctrl/intel/pinctrl-lakefield.c | 375 ++++++++++++++++++++
drivers/pinctrl/intel/pinctrl-lynxpoint.c | 10 +-
drivers/pinctrl/intel/pinctrl-merrifield.c | 8 +
9 files changed, 1605 insertions(+), 226 deletions(-)
create mode 100644 drivers/pinctrl/intel/pinctrl-alderlake.c
create mode 100644 drivers/pinctrl/intel/pinctrl-elkhartlake.c
create mode 100644 drivers/pinctrl/intel/pinctrl-lakefield.c
--
With Best Regards,
Andy Shevchenko
next reply other threads:[~2020-11-24 14:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-24 14:31 Andy Shevchenko [this message]
2020-11-24 14:39 ` [GIT PULL] intel-pinctrl for 5.11-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=20201124143132.GA9090@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