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

Reply via email to