Hi Linus, Couple of fixes for Jasper Lake looks big, but actually they are not and one small change induced renumbering of pins that's why it rather dozens of LOCs being changed. Otherwise it's simple set of fixes. 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@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.10-3 for you to fetch changes up to 5f714771d01e0e0d410f06d4d192fb27b1ca0edd: pinctrl: baytrail: Avoid clearing debounce value when turning it off (2020-11-16 12:07:57 +0200) ---------------------------------------------------------------- intel-pinctrl for v5.10-3 * Fix HOSTSW_OWN offset and unhide SPI group of pins on Jasper Lake * Fix debounce configuration on Baytrail when it's turned off * Fix default bias setting on Merrifield The following is an automated git shortlog grouped by driver: baytrail: - Avoid clearing debounce value when turning it off jasperlake: - Fix HOSTSW_OWN offset - Unhide SPI group of pins merrifield: - Set default bias in case no particular value given ---------------------------------------------------------------- Andy Shevchenko (3): 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/pinctrl-baytrail.c | 8 +- drivers/pinctrl/intel/pinctrl-jasperlake.c | 452 +++++++++++++++-------------- drivers/pinctrl/intel/pinctrl-merrifield.c | 8 + 3 files changed, 246 insertions(+), 222 deletions(-) -- With Best Regards, Andy Shevchenko