Merge patch series "Introduce Intel Tangier pinctrl driver"
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 Aug 2023 14:32:21 +0000 (17:32 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 Aug 2023 14:32:21 +0000 (17:32 +0300)
commite4e17186723570e875a1b35937f14f706a92598d
tree0e79a7bd13c9d35d435d134a6d0b25d5cbe6a48d
parent4cfff5b7af8b9df3f1e55ff774944c2f8c8bb9ba
parent8574e4d9942b9e3c2f469e20a89cf836a1d9577a
Merge patch series "Introduce Intel Tangier pinctrl driver"

Raag Jadav <raag.jadav@intel.com> says:

Merrifield and Moorefield pinctrl driver implementations are similar
in terms of how they access the hardware. We can consolidate their
pinctrl functionalities into a common library driver.

This patch set introduces:

1. Intel Tangier driver that supports the common pinctrl functionalities
   for Merrifield and Moorefield platforms.

2. Intel Tangier adaptation for Merrifield pinctrl driver.

3. Intel Tangier adaptation for Moorefield pinctrl driver.

Tested on Intel Edison platform.
No deviation observed in the contents of below entries before and after
this patchset.

- /proc/interrupts
- /sys/kernel/debug/gpio
- /sys/kernel/debug/pinctrl/*/pins

Link: https://lore.kernel.org/r/20230814054033.12004-1-raag.jadav@intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>