linux-next: manual merge of the mediatek tree with the arm-soc tree
Mark Brown <[email protected]> Thu, 30 Jul 2026 14:14:21 +0100
| Newsgroups | org.kernel.vger.linux-next,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
--zV1sqQPc72kL+3rO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi all,
Today's linux-next merge of the mediatek tree got a conflict in:
drivers/soc/mediatek/mt8167-mmsys.h
between commit:
2fa28edca0f4f ("soc: mediatek: mtk-mmsys: Rework routes to specify compon=
ent ID")
=66rom the arm-soc tree and commit:
bd3cbc42aa8cb ("soc: mediatek: mtk-mmsys: Rework routes to specify compon=
ent ID")
=66rom the mediatek tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
Actuallly instead of this I took the mediatek tree side of things as
there was a build break resulting. This all doesn't seem terribly
joined up...
diff --combined drivers/soc/mediatek/mt8167-mmsys.h
index 001379373507a,d579feee4212f..0000000000000
--- a/drivers/soc/mediatek/mt8167-mmsys.h
+++ b/drivers/soc/mediatek/mt8167-mmsys.h
@@@ -10,29 -10,24 +10,24 @@@
#define MT8167_DISP_REG_CONFIG_DISP_RDMA0_SOUT_SEL_IN 0x06c
=20
#define MT8167_DITHER_MOUT_EN_RDMA0 0x1
- #define MT8167_DITHER_MOUT_EN_MASK 0x7
-=20
#define MT8167_RDMA0_SOUT_DSI0 0x2
- #define MT8167_RDMA0_SOUT_MASK 0x3
-=20
#define MT8167_DSI0_SEL_IN_RDMA0 0x1
- #define MT8167_DSI0_SEL_IN_MASK 0x3
=20
static const struct mtk_mmsys_routes mt8167_mmsys_routing_table[] =3D {
MMSYS_ROUTE(OVL, 0, COLOR, 0,
MT8167_DISP_REG_CONFIG_DISP_OVL0_MOUT_EN, OVL0_MOUT_EN_COLOR0,
OVL0_MOUT_EN_COLOR0),
MMSYS_ROUTE(DITHER, 0, RDMA, 0,
- MT8167_DISP_REG_CONFIG_DISP_DITHER_MOUT_EN, MT8167_DITHER_MOUT_EN_R=
DMA0,
+ MT8167_DISP_REG_CONFIG_DISP_DITHER_MOUT_EN, MT8167_DITHER_MOUT_EN_M=
ASK,
MT8167_DITHER_MOUT_EN_RDMA0),
MMSYS_ROUTE(OVL, 0, COLOR, 0,
MT8167_DISP_REG_CONFIG_DISP_COLOR0_SEL_IN, COLOR0_SEL_IN_OVL0,
COLOR0_SEL_IN_OVL0),
MMSYS_ROUTE(RDMA, 0, DSI, 0,
- MT8167_DISP_REG_CONFIG_DISP_DSI0_SEL_IN, MT8167_DSI0_SEL_IN_RDMA0,
+ MT8167_DISP_REG_CONFIG_DISP_DSI0_SEL_IN, MT8167_DSI0_SEL_IN_MASK,
MT8167_DSI0_SEL_IN_RDMA0),
MMSYS_ROUTE(RDMA, 0, DSI, 0,
- MT8167_DISP_REG_CONFIG_DISP_RDMA0_SOUT_SEL_IN, MT8167_RDMA0_SOUT_DS=
I0,
+ MT8167_DISP_REG_CONFIG_DISP_RDMA0_SOUT_SEL_IN, MT8167_RDMA0_SOUT_MA=
SK,
MT8167_RDMA0_SOUT_DSI0),
};
=20
--zV1sqQPc72kL+3rO
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmprTiwACgkQJNaLcl1U
h9Dzjgf+PpwVzOv9ni/IcZrrWb4GtBE2/A/7IVg43P4RH2okXABiW0lTyewmxNid
SpfoarpfdSN6jXeBs9CEK0dJt18dpxRvtRCxRfhgOUko+7dkRNsQdnAEQv0amFm2
gg60vvylezqmygREaK3tOCVLq5b3DBi1pEwHv8D9JoLfQC4oTCBsQTB7ViKxQlv1
QafHFo3BmzO+3R+DvqFx9mRa5/cF3ipVbsFdjaiY/vxJoiQaZuvx5oE9XZiafiao
Oovt+N5XVKi1okn9Djld/VpsN2gvTS1J6AUP3V5dI0T6V8eQZjSHrWvYLby+wSJi
um2iidh9Oug3kWoHr9n/o1o9FuXMPw==
=5hRZ
-----END PGP SIGNATURE-----
--zV1sqQPc72kL+3rO--