From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Vinod Koul <vkoul@kernel.org>
Cc: chunfeng.yun@mediatek.com, neil.armstrong@linaro.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
chunkuang.hu@kernel.org, p.zabel@pengutronix.de,
matthias.bgg@gmail.com, justin.yeh@mediatek.com,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
kernel@collabora.com
Subject: Re: [PATCH v3 2/2] phy: mediatek: Add support for MT8196 MIPI DSI PHY
Date: Wed, 15 Jul 2026 13:57:27 +0200 [thread overview]
Message-ID: <821ce2b4-2630-4110-b493-b31c5d04556a@collabora.com> (raw)
In-Reply-To: <alZm25Ro_WdKigPd@vaman>
On 7/14/26 18:42, Vinod Koul wrote:
> On 13-07-26, 12:38, AngeloGioacchino Del Regno wrote:
>> Add support for the MIPI DSI PHY found in the MediaTek MT8196 SoC
>> and its variants.
>> This PHY has a different register layout and provides support for
>> more hardware features compared to the previous generation.
>>
>> This initial driver only adds support for basic functionality that
>> is necessary to drive MIPI DSI displays as a D-PHY.
>>
>> Feature additions like lane-swap, DPHY/CPHY switching, dual-port,
>> and others, may be done in the future.
>
> This seems to fail to build
>
> https://patchwork.kernel.org/project/linux-phy/patch/20260713103805.23030-2-angelogioacchino.delregno@collabora.com/
>
The failure in your log is:
make[7]: *** Deleting file 'drivers/gpu/drm/msm/msm_gem.o'
Segmentation fault (core dumped)
make[7]: *** [../scripts/Makefile.build:289: drivers/gpu/drm/msm/msm_gem.o] Error 139
make[6]: *** [../scripts/Makefile.build:549: drivers/gpu/drm/msm] Error 2
...your build server is experiencing some hardware issues maybe? :-)
In any case, I've just rechecked this series, and it builds fine here, with:
ce1b90b20bbc (HEAD) phy: mediatek: Add support for MT8196 MIPI DSI PHY
522a9d162c98 dt-bindings: phy: mediatek,dsi-phy: Add support for MT8196
49362394dad7 (tag: next-20260713, next/master, next/HEAD) Add linux-next specific
files for 20260713
With CONFIG_PHY_MTK_MIPI_DSI=m :
AR drivers/phy/mediatek/built-in.a
CC [M] drivers/phy/mediatek/phy-mtk-mipi-dsi.o
CC [M] drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8173.o
CC [M] drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8183.o
CC [M] drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8196.o
UPD kernel/config_data
GZIP kernel/config_data.gz
CC kernel/configs.o
LD [M] drivers/phy/mediatek/phy-mtk-mipi-dsi-drv.o
AR drivers/phy/built-in.a
AR kernel/built-in.a
AR drivers/built-in.a
AR built-in.a
AR built-in-fixup.a
COPY vmlinux.a
LD vmlinux.o
MODPOST Module.symvers
CC .vmlinux.export.o
UPD include/generated/utsversion.h
CC init/version-timestamp.o
KSYMS .tmp_vmlinux0.kallsyms.S
AS .tmp_vmlinux0.kallsyms.o
LD .tmp_vmlinux1
LD [M] drivers/phy/mediatek/phy-mtk-mipi-dsi-drv.ko
NM .tmp_vmlinux1.syms
......[ etc etc ]......
With CONFIG_PHY_MTK_MIPI_DSI=y :
CC drivers/phy/mediatek/phy-mtk-mipi-dsi.o
CC drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8173.o
CC drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8183.o
CC drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8196.o
UPD kernel/config_data
GZIP kernel/config_data.gz
CC kernel/configs.o
AR drivers/phy/mediatek/built-in.a
AR drivers/phy/built-in.a
AR kernel/built-in.a
AR drivers/built-in.a
AR built-in.a
AR built-in-fixup.a
COPY vmlinux.a
LD vmlinux.o
MODPOST Module.symvers
......[ etc etc ]......
Regards,
Angelo
next prev parent reply other threads:[~2026-07-15 11:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 10:38 [PATCH v3 0/2] PHY: Add support for MT8196 DSI PHY AngeloGioacchino Del Regno
2026-07-13 10:38 ` [PATCH v3 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT8196 AngeloGioacchino Del Regno
2026-07-13 10:38 ` [PATCH v3 2/2] phy: mediatek: Add support for MT8196 MIPI DSI PHY AngeloGioacchino Del Regno
2026-07-14 16:42 ` Vinod Koul
2026-07-15 11:57 ` AngeloGioacchino Del Regno [this message]
2026-07-20 11:43 ` [PATCH v3 0/2] PHY: Add support for MT8196 " Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=821ce2b4-2630-4110-b493-b31c5d04556a@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=chunfeng.yun@mediatek.com \
--cc=chunkuang.hu@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=justin.yeh@mediatek.com \
--cc=kernel@collabora.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-phy@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=neil.armstrong@linaro.org \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox