Merge tag 'intel-pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 21 Sep 2020 21:44:41 +0000 (23:44 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 21 Sep 2020 21:44:41 +0000 (23:44 +0200)
commit5b398f8fc186d48bb6a0966aa5c6ce12535f8e33
tree000cea7f87bb07dcfd108a76c78b85ecca37eb59
parente777f8c8f9f6a3fe4f42f5f101620adc60b78616
parenta0bf06dc51dbbc5ad182b1bcf4d879db8d297c5e
Merge tag 'intel-pinctrl-v5.10-1' of git://git./linux/kernel/git/pinctrl/intel into devel

intel-pinctrl for v5.10-1

* Add last part of cleanup Cherryview driver to align with other drivers
* Due to above clean up Cherryview and Baytrail drivers to use common API

The following is an automated git shortlog grouped by driver:

baytrail:
 -  Switch to use intel_pinctrl_get_soc_data()

cherryview:
 -  Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs
 -  Switch to use intel_pinctrl_get_soc_data()
 -  Utilize temporary variable to hold device pointer
 -  Switch to use struct intel_pinctrl
 -  Move custom community members to separate data struct
 -  Drop stale comment

intel:
 -  Update header block to reflect direct dependencies
 -  Extract intel_pinctrl_get_soc_data() helper for wider use