[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240729073428.28983-1-me@adomerle.xyz>
Date: Mon, 29 Jul 2024 11:34:23 +0400
From: Arseniy Velikanov <me@...merle.xyz>
To: mturquette@...libre.com,
sboyd@...nel.org,
matthias.bgg@...il.com,
angelogioacchino.delregno@...labora.com,
sean.wang@...nel.org,
linus.walleij@...aro.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
frank.li@...o.com,
jiasheng@...as.ac.cn,
mars.cheng@...iatek.com,
owen.chen@...iatek.com,
macpaul.lin@...iatek.com,
zh.chen@...iatek.com,
argus.lin@...iatek.com
Cc: linux-kernel@...r.kernel.org,
linux-clk@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
linux-gpio@...r.kernel.org,
devicetree@...r.kernel.org,
Arseniy Velikanov <me@...merle.xyz>
Subject: [PATCH 0/5] Initial preparations for MT6765
Hi!
This is first series of patches that fixes MT6765 upstream drivers
(mainly PWRAP), just a preparation for sending the rest
of the patches (there were too many of them, so I splitted them
into several series). More patches can be found here[1].
The pinctrl patch (virtual gpios) can be confusing.
I did the same thing as on MT6735 (see[2]), these are
EINT-only pins that are not linked to any, so "virtual"
ones were added.
Also, there were no MT6765 pinctrl bindings in the upstream,
so I decided to attach them to this series of patches too.
Thanks, Arseniy.
[1] https://github.com/adomerle/linux-mt6765/tree/mt6765-next
[2] https://gitlab.com/mt6735-mainline/linux/-/commit/c4b988b2bea231e9175fd1d78f7602de1931e4d0
Arseniy Velikanov (5):
dt-bindings: clock: mt6765: Add missing PMIC clock
clk: mediatek: mt6765: Add missing PMIC clock
pinctrl: mediatek: mt6765: Add virtual GPIOs
dt-bindings: pinctrl: mediatek: Add bindings for MT6765 pin controller
soc: mediatek: mtk-pmic-wrap: Drop CAP reset in MT6765
drivers/clk/mediatek/clk-mt6765.c | 1 +
drivers/pinctrl/mediatek/pinctrl-mtk-mt6765.h | 66 ++
drivers/soc/mediatek/mtk-pmic-wrap.c | 2 +-
include/dt-bindings/clock/mt6765-clk.h | 131 +--
.../pinctrl/mediatek,mt6765-pinfunc.h | 1025 +++++++++++++++++
5 files changed, 1159 insertions(+), 66 deletions(-)
create mode 100644 include/dt-bindings/pinctrl/mediatek,mt6765-pinfunc.h
--
2.45.2
Powered by blists - more mailing lists