From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
"David E . Box" <david.e.box@linux.intel.com>,
Mika Westerberg <mika.westerberg@linux.intel.com>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] pinctrl: Add support for Intel Gemini Lake
Date: Fri, 27 Jan 2017 13:07:13 +0300 [thread overview]
Message-ID: <20170127100716.194910-1-mika.westerberg@linux.intel.com> (raw)
Hi,
These patches were originally introduced as part of patch series available
here:
https://lkml.org/lkml/2017/1/10/497
But I split out the generic pinconfig patches into another series which is
now merged in linux-pinctrl.git/devel.
This series applies on top of that.
Intel Gemini Lake is the next generation CPU which includes newer GPIO IP
hardware. This hardware has per-pin debouncer and can configure 1k
pull-down in addition to the existing features. This series adds support
for it.
Since the patch series only relates to Intel Gemini Lake, I renamed the
subject line and restarted revision numbering.
Mika Westerberg (3):
pinctrl: intel: Add support for hardware debouncer
pinctrl: intel: Add support for 1k additional pull-down
pinctrl: intel: Add Intel Gemini Lake pin controller support
drivers/pinctrl/intel/Kconfig | 8 +
drivers/pinctrl/intel/Makefile | 1 +
drivers/pinctrl/intel/pinctrl-geminilake.c | 512 +++++++++++++++++++++++++++++
drivers/pinctrl/intel/pinctrl-intel.c | 146 +++++++-
drivers/pinctrl/intel/pinctrl-intel.h | 6 +
5 files changed, 671 insertions(+), 2 deletions(-)
create mode 100644 drivers/pinctrl/intel/pinctrl-geminilake.c
--
2.11.0
next reply other threads:[~2017-01-27 10:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-27 10:07 Mika Westerberg [this message]
2017-01-27 10:07 ` [PATCH 1/3] pinctrl: intel: Add support for hardware debouncer Mika Westerberg
2017-01-27 11:51 ` kbuild test robot
2017-01-27 20:49 ` Mika Westerberg
2017-02-03 2:34 ` [kbuild-all] " Ye Xiaolong
2017-01-30 14:03 ` Linus Walleij
2017-01-30 15:38 ` Mika Westerberg
2017-01-27 10:07 ` [PATCH 2/3] pinctrl: intel: Add support for 1k additional pull-down Mika Westerberg
2017-01-30 14:05 ` Linus Walleij
2017-01-27 10:07 ` [PATCH 3/3] pinctrl: intel: Add Intel Gemini Lake pin controller support Mika Westerberg
2017-01-30 14:06 ` 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=20170127100716.194910-1-mika.westerberg@linux.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=david.e.box@linux.intel.com \
--cc=heikki.krogerus@linux.intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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).