* [PATCH] pinctrl: mediatek: remove unused drv_offset field
@ 2026-01-11 5:30 Akari Tsuyukusa
2026-02-03 0:34 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Akari Tsuyukusa @ 2026-01-11 5:30 UTC (permalink / raw)
To: sean.wang, linusw
Cc: matthias.bgg, angelogioacchino.delregno, linux-mediatek,
linux-gpio, linux-kernel, linux-arm-kernel, Akari Tsuyukusa
The 'drv_offset' member in 'struct mtk_pinctrl_devdata' has been unused
since the driver's inception. Drive strength control for MediaTek
pinctrl drivers is actually configured via 'pin_drv_grp',
making this specific offset field redundant.
Remove the unused field from the common 'mtk_pinctrl_devdata' structure
and its corresponding initialization in the mt8365 driver to clean up
the code and avoid confusion.
Signed-off-by: Akari Tsuyukusa <akkun11.open@gmail.com>
---
drivers/pinctrl/mediatek/pinctrl-mt8365.c | 1 -
drivers/pinctrl/mediatek/pinctrl-mtk-common.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/pinctrl/mediatek/pinctrl-mt8365.c b/drivers/pinctrl/mediatek/pinctrl-mt8365.c
index e3e0d66cfbbf..c20b9e2e02dd 100644
--- a/drivers/pinctrl/mediatek/pinctrl-mt8365.c
+++ b/drivers/pinctrl/mediatek/pinctrl-mt8365.c
@@ -456,7 +456,6 @@ static const struct mtk_pinctrl_devdata mt8365_pinctrl_data = {
.smt_offset = 0x0470,
.pullen_offset = 0x0860,
.pullsel_offset = 0x0900,
- .drv_offset = 0x0710,
.type1_start = 145,
.type1_end = 145,
.port_shf = 4,
diff --git a/drivers/pinctrl/mediatek/pinctrl-mtk-common.h b/drivers/pinctrl/mediatek/pinctrl-mtk-common.h
index 11afa12a96cb..3b96f3dd338d 100644
--- a/drivers/pinctrl/mediatek/pinctrl-mtk-common.h
+++ b/drivers/pinctrl/mediatek/pinctrl-mtk-common.h
@@ -263,7 +263,6 @@ struct mtk_pinctrl_devdata {
unsigned int smt_offset;
unsigned int pullen_offset;
unsigned int pullsel_offset;
- unsigned int drv_offset;
unsigned int dout_offset;
unsigned int din_offset;
unsigned int pinmux_offset;
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] pinctrl: mediatek: remove unused drv_offset field
2026-01-11 5:30 [PATCH] pinctrl: mediatek: remove unused drv_offset field Akari Tsuyukusa
@ 2026-02-03 0:34 ` Linus Walleij
2026-02-04 2:10 ` Akari Tsuyukusa
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2026-02-03 0:34 UTC (permalink / raw)
To: Akari Tsuyukusa
Cc: sean.wang, matthias.bgg, angelogioacchino.delregno,
linux-mediatek, linux-gpio, linux-kernel, linux-arm-kernel
On Sun, Jan 11, 2026 at 6:30 AM Akari Tsuyukusa <akkun11.open@gmail.com> wrote:
> The 'drv_offset' member in 'struct mtk_pinctrl_devdata' has been unused
> since the driver's inception. Drive strength control for MediaTek
> pinctrl drivers is actually configured via 'pin_drv_grp',
> making this specific offset field redundant.
>
> Remove the unused field from the common 'mtk_pinctrl_devdata' structure
> and its corresponding initialization in the mt8365 driver to clean up
> the code and avoid confusion.
>
> Signed-off-by: Akari Tsuyukusa <akkun11.open@gmail.com>
No word from maintainers so patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] pinctrl: mediatek: remove unused drv_offset field
2026-02-03 0:34 ` Linus Walleij
@ 2026-02-04 2:10 ` Akari Tsuyukusa
0 siblings, 0 replies; 3+ messages in thread
From: Akari Tsuyukusa @ 2026-02-04 2:10 UTC (permalink / raw)
To: Linus Walleij
Cc: sean.wang, matthias.bgg, angelogioacchino.delregno,
linux-mediatek, linux-gpio, linux-kernel, linux-arm-kernel
Hi Linus,
Thank you for picking this up and applying it!
Best regards,
Akari Tsuyukusa
On Tue, Feb 3, 2026 at 9:34 AM Linus Walleij <linusw@kernel.org> wrote:
>
> On Sun, Jan 11, 2026 at 6:30 AM Akari Tsuyukusa <akkun11.open@gmail.com> wrote:
>
> > The 'drv_offset' member in 'struct mtk_pinctrl_devdata' has been unused
> > since the driver's inception. Drive strength control for MediaTek
> > pinctrl drivers is actually configured via 'pin_drv_grp',
> > making this specific offset field redundant.
> >
> > Remove the unused field from the common 'mtk_pinctrl_devdata' structure
> > and its corresponding initialization in the mt8365 driver to clean up
> > the code and avoid confusion.
> >
> > Signed-off-by: Akari Tsuyukusa <akkun11.open@gmail.com>
>
> No word from maintainers so patch applied.
>
> Yours,
> Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-04 2:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-11 5:30 [PATCH] pinctrl: mediatek: remove unused drv_offset field Akari Tsuyukusa
2026-02-03 0:34 ` Linus Walleij
2026-02-04 2:10 ` Akari Tsuyukusa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox