lkml.org 
[lkml]   [2021]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v1 0/2] Add pinctrl support for Intel Thunder Bay SoC
Date
From: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com>

Hi,

This patch set enables the support for the integrated pin controller in
the Intel Thunder Bay SoC.

Patch 1 holds the relevant Device Tree bindings documentation and an
entry in MAINTAINERS file.
Patch 2 holds the implementation of pinctrl driver.

Keem Bay and Thunder Bay platforms contain different pinctrl IP, Hence
doesn't provide identical feature set and register interfaces. There is
no successor platform after Keem Bay and Thunder Bay. So, having a
uniform framework for different IP will not give much advantage in this
case and we prefer to have this implementation for Thunder Bay platform
as a separate driver.

Please help to review this patch set.

Thanks,
Sowjanya

Lakshmi Sowjanya D (2):
dt-bindings: pinctrl: Add bindings for Intel Thunderbay pinctrl driver
pinctrl: Add Intel Thunder Bay pinctrl driver

.../pinctrl/intel,pinctrl-thunderbay.yaml | 113 ++
MAINTAINERS | 5 +
drivers/pinctrl/Kconfig | 19 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-thunderbay.c | 1354 +++++++++++++++++
5 files changed, 1492 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/intel,pinctrl-thunderbay.yaml
create mode 100644 drivers/pinctrl/pinctrl-thunderbay.c

--
2.17.1

\
 
 \ /
  Last update: 2021-11-23 16:52    [W:0.066 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site