linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] pinctrl: Add support for Intel Gemini Lake
@ 2017-01-27 10:07 Mika Westerberg
  2017-01-27 10:07 ` [PATCH 1/3] pinctrl: intel: Add support for hardware debouncer Mika Westerberg
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Mika Westerberg @ 2017-01-27 10:07 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Heikki Krogerus, Andy Shevchenko, David E . Box, Mika Westerberg,
	linux-gpio, linux-kernel

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

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

end of thread, other threads:[~2017-02-03  2:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-27 10:07 [PATCH 0/3] pinctrl: Add support for Intel Gemini Lake Mika Westerberg
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

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