lkml.org 
[lkml]   [2022]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/2] MediaTek Helio X10 MT6795 - Pinctrl driver
Date
In an effort to give some love to the apparently forgotten MT6795 SoC,
I am upstreaming more components that are necessary to support platforms
powered by this one apart from a simple boot to serial console.

This series introduces a pinctrl driver for the Helio X10 SoC.

Tested on a Sony Xperia M5 (codename "Holly") smartphone.

Changes in v4:
- Changed license of mt6795-pinfunc.h to (GPL-2.0-only OR BSD-2-Clause)

Changes in v3:
- Fixed $id in yaml file

Changes in v2:
- Reordered commits, dt-bindings first, driver last
- Fixed yaml issues

AngeloGioacchino Del Regno (2):
dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings
pinctrl: mediatek: Add pinctrl driver for MT6795 Helio X10

.../pinctrl/mediatek,pinctrl-mt6795.yaml | 224 +++
drivers/pinctrl/mediatek/Kconfig | 7 +
drivers/pinctrl/mediatek/Makefile | 1 +
drivers/pinctrl/mediatek/pinctrl-mt6795.c | 623 ++++++
drivers/pinctrl/mediatek/pinctrl-mtk-mt6795.h | 1698 +++++++++++++++++
include/dt-bindings/pinctrl/mt6795-pinfunc.h | 908 +++++++++
6 files changed, 3461 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,pinctrl-mt6795.yaml
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt6795.c
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt6795.h
create mode 100644 include/dt-bindings/pinctrl/mt6795-pinfunc.h

--
2.35.1

\
 
 \ /
  Last update: 2022-05-17 10:40    [W:0.824 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site