From: Maxime Ripard <maxime@cerno.tech>
To: Robin Murphy <robin.murphy@arm.com>
Cc: alsa-devel@alsa-project.org, Daniel Vetter <daniel@ffwll.ch>,
Liam Girdwood <lgirdwood@gmail.com>,
Sean Anderson <sean.anderson@seco.com>,
Will Deacon <will@kernel.org>, Joerg Roedel <joro@8bytes.org>,
Takashi Iwai <tiwai@suse.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
iommu@lists.linux.dev, Mark Brown <broonie@kernel.org>,
linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Matthias Brugger <matthias.bgg@gmail.com>,
David Airlie <airlied@gmail.com>, Yong Wu <yong.wu@mediatek.com>
Subject: Re: [PATCH v2 2/3] iommu/sound: Use component_match_add_of helper
Date: Tue, 3 Jan 2023 17:15:50 +0100 [thread overview]
Message-ID: <20230103161550.4tui3ihl65olvkd7@houat> (raw)
In-Reply-To: <7897d4a6-bf43-becd-3437-7a254f38f6be@arm.com>
[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]
Hi Robin,
On Tue, Jan 03, 2023 at 01:01:07PM +0000, Robin Murphy wrote:
> Hi Sean,
>
> On 22/12/2022 11:37 pm, Sean Anderson wrote:
> > Convert users of component_match_add_release with component_release_of
> > and component_compare_of to component_match_add_of.
> >
> > Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> > Acked-by: Mark Brown <broonie@kernel.org>
> > ---
> >
> > Changes in v2:
> > - Split off from helper addition
> >
> > drivers/iommu/mtk_iommu.c | 3 +--
> > drivers/iommu/mtk_iommu_v1.c | 3 +--
> > sound/soc/codecs/wcd938x.c | 6 ++----
> > 3 files changed, 4 insertions(+), 8 deletions(-)
> >
> > diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/mtk_iommu.c
> > index 2ab2ecfe01f8..483b7a9e4410 100644
> > --- a/drivers/iommu/mtk_iommu.c
> > +++ b/drivers/iommu/mtk_iommu.c
> > @@ -1079,8 +1079,7 @@ static int mtk_iommu_mm_dts_parse(struct device *dev, struct component_match **m
> > }
> > data->larb_imu[id].dev = &plarbdev->dev;
> > - component_match_add_release(dev, match, component_release_of,
> > - component_compare_of, larbnode);
> > + component_match_add_of(dev, match, larbnode);
>
> I've long since given up trying to make sense of how the DRM tree works, but
> the conflicting change is definitely already in mainline:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=b5765a1b44bea9dfcae69c53ffeb4c689d0922a7
As far as I can see, that patch doesn't affect DRM at all, and the
commit you pointed to doesn't either, nor has it been merged through the
DRM tree.
Can you expand a bit on how we're involved in this, what we should
clarify or help with?
Maxime
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime@cerno.tech>
To: Robin Murphy <robin.murphy@arm.com>
Cc: Sean Anderson <sean.anderson@seco.com>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Thomas Zimmermann <tzimmermann@suse.de>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Joerg Roedel <joro@8bytes.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Takashi Iwai <tiwai@suse.com>, Will Deacon <will@kernel.org>,
Yong Wu <yong.wu@mediatek.com>,
alsa-devel@alsa-project.org, iommu@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 2/3] iommu/sound: Use component_match_add_of helper
Date: Tue, 3 Jan 2023 17:15:50 +0100 [thread overview]
Message-ID: <20230103161550.4tui3ihl65olvkd7@houat> (raw)
In-Reply-To: <7897d4a6-bf43-becd-3437-7a254f38f6be@arm.com>
[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]
Hi Robin,
On Tue, Jan 03, 2023 at 01:01:07PM +0000, Robin Murphy wrote:
> Hi Sean,
>
> On 22/12/2022 11:37 pm, Sean Anderson wrote:
> > Convert users of component_match_add_release with component_release_of
> > and component_compare_of to component_match_add_of.
> >
> > Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> > Acked-by: Mark Brown <broonie@kernel.org>
> > ---
> >
> > Changes in v2:
> > - Split off from helper addition
> >
> > drivers/iommu/mtk_iommu.c | 3 +--
> > drivers/iommu/mtk_iommu_v1.c | 3 +--
> > sound/soc/codecs/wcd938x.c | 6 ++----
> > 3 files changed, 4 insertions(+), 8 deletions(-)
> >
> > diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/mtk_iommu.c
> > index 2ab2ecfe01f8..483b7a9e4410 100644
> > --- a/drivers/iommu/mtk_iommu.c
> > +++ b/drivers/iommu/mtk_iommu.c
> > @@ -1079,8 +1079,7 @@ static int mtk_iommu_mm_dts_parse(struct device *dev, struct component_match **m
> > }
> > data->larb_imu[id].dev = &plarbdev->dev;
> > - component_match_add_release(dev, match, component_release_of,
> > - component_compare_of, larbnode);
> > + component_match_add_of(dev, match, larbnode);
>
> I've long since given up trying to make sense of how the DRM tree works, but
> the conflicting change is definitely already in mainline:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=b5765a1b44bea9dfcae69c53ffeb4c689d0922a7
As far as I can see, that patch doesn't affect DRM at all, and the
commit you pointed to doesn't either, nor has it been merged through the
DRM tree.
Can you expand a bit on how we're involved in this, what we should
clarify or help with?
Maxime
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime@cerno.tech>
To: Robin Murphy <robin.murphy@arm.com>
Cc: Sean Anderson <sean.anderson@seco.com>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Thomas Zimmermann <tzimmermann@suse.de>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Joerg Roedel <joro@8bytes.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Takashi Iwai <tiwai@suse.com>, Will Deacon <will@kernel.org>,
Yong Wu <yong.wu@mediatek.com>,
alsa-devel@alsa-project.org, iommu@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 2/3] iommu/sound: Use component_match_add_of helper
Date: Tue, 3 Jan 2023 17:15:50 +0100 [thread overview]
Message-ID: <20230103161550.4tui3ihl65olvkd7@houat> (raw)
In-Reply-To: <7897d4a6-bf43-becd-3437-7a254f38f6be@arm.com>
[-- Attachment #1.1: Type: text/plain, Size: 1721 bytes --]
Hi Robin,
On Tue, Jan 03, 2023 at 01:01:07PM +0000, Robin Murphy wrote:
> Hi Sean,
>
> On 22/12/2022 11:37 pm, Sean Anderson wrote:
> > Convert users of component_match_add_release with component_release_of
> > and component_compare_of to component_match_add_of.
> >
> > Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> > Acked-by: Mark Brown <broonie@kernel.org>
> > ---
> >
> > Changes in v2:
> > - Split off from helper addition
> >
> > drivers/iommu/mtk_iommu.c | 3 +--
> > drivers/iommu/mtk_iommu_v1.c | 3 +--
> > sound/soc/codecs/wcd938x.c | 6 ++----
> > 3 files changed, 4 insertions(+), 8 deletions(-)
> >
> > diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/mtk_iommu.c
> > index 2ab2ecfe01f8..483b7a9e4410 100644
> > --- a/drivers/iommu/mtk_iommu.c
> > +++ b/drivers/iommu/mtk_iommu.c
> > @@ -1079,8 +1079,7 @@ static int mtk_iommu_mm_dts_parse(struct device *dev, struct component_match **m
> > }
> > data->larb_imu[id].dev = &plarbdev->dev;
> > - component_match_add_release(dev, match, component_release_of,
> > - component_compare_of, larbnode);
> > + component_match_add_of(dev, match, larbnode);
>
> I've long since given up trying to make sense of how the DRM tree works, but
> the conflicting change is definitely already in mainline:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=b5765a1b44bea9dfcae69c53ffeb4c689d0922a7
As far as I can see, that patch doesn't affect DRM at all, and the
commit you pointed to doesn't either, nor has it been merged through the
DRM tree.
Can you expand a bit on how we're involved in this, what we should
clarify or help with?
Maxime
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime@cerno.tech>
To: Robin Murphy <robin.murphy@arm.com>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>,
Sean Anderson <sean.anderson@seco.com>,
Will Deacon <will@kernel.org>, Joerg Roedel <joro@8bytes.org>,
Takashi Iwai <tiwai@suse.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Jaroslav Kysela <perex@perex.cz>,
iommu@lists.linux.dev, Mark Brown <broonie@kernel.org>,
linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Matthias Brugger <matthias.bgg@gmail.com>,
Yong Wu <yong.wu@mediatek.com>
Subject: Re: [PATCH v2 2/3] iommu/sound: Use component_match_add_of helper
Date: Tue, 3 Jan 2023 17:15:50 +0100 [thread overview]
Message-ID: <20230103161550.4tui3ihl65olvkd7@houat> (raw)
In-Reply-To: <7897d4a6-bf43-becd-3437-7a254f38f6be@arm.com>
[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]
Hi Robin,
On Tue, Jan 03, 2023 at 01:01:07PM +0000, Robin Murphy wrote:
> Hi Sean,
>
> On 22/12/2022 11:37 pm, Sean Anderson wrote:
> > Convert users of component_match_add_release with component_release_of
> > and component_compare_of to component_match_add_of.
> >
> > Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> > Acked-by: Mark Brown <broonie@kernel.org>
> > ---
> >
> > Changes in v2:
> > - Split off from helper addition
> >
> > drivers/iommu/mtk_iommu.c | 3 +--
> > drivers/iommu/mtk_iommu_v1.c | 3 +--
> > sound/soc/codecs/wcd938x.c | 6 ++----
> > 3 files changed, 4 insertions(+), 8 deletions(-)
> >
> > diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/mtk_iommu.c
> > index 2ab2ecfe01f8..483b7a9e4410 100644
> > --- a/drivers/iommu/mtk_iommu.c
> > +++ b/drivers/iommu/mtk_iommu.c
> > @@ -1079,8 +1079,7 @@ static int mtk_iommu_mm_dts_parse(struct device *dev, struct component_match **m
> > }
> > data->larb_imu[id].dev = &plarbdev->dev;
> > - component_match_add_release(dev, match, component_release_of,
> > - component_compare_of, larbnode);
> > + component_match_add_of(dev, match, larbnode);
>
> I've long since given up trying to make sense of how the DRM tree works, but
> the conflicting change is definitely already in mainline:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=b5765a1b44bea9dfcae69c53ffeb4c689d0922a7
As far as I can see, that patch doesn't affect DRM at all, and the
commit you pointed to doesn't either, nor has it been merged through the
DRM tree.
Can you expand a bit on how we're involved in this, what we should
clarify or help with?
Maxime
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-01-03 16:17 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-22 23:37 [PATCH v2 0/3] drm: Add component_match_add_of and convert users of drm_of_component_match_add Sean Anderson
2022-12-22 23:37 ` Sean Anderson
2022-12-22 23:37 ` Sean Anderson
2022-12-22 23:37 ` [PATCH v2 1/3] component: Add helper for device nodes Sean Anderson
2022-12-22 23:37 ` Sean Anderson
2022-12-22 23:37 ` [PATCH v2 2/3] iommu/sound: Use component_match_add_of helper Sean Anderson
2022-12-22 23:37 ` Sean Anderson
2022-12-22 23:37 ` Sean Anderson
2022-12-22 23:37 ` Sean Anderson
2023-01-03 13:01 ` Robin Murphy
2023-01-03 13:01 ` Robin Murphy
2023-01-03 13:01 ` Robin Murphy
2023-01-03 13:01 ` Robin Murphy
2023-01-03 16:15 ` Maxime Ripard [this message]
2023-01-03 16:15 ` Maxime Ripard
2023-01-03 16:15 ` Maxime Ripard
2023-01-03 16:15 ` Maxime Ripard
2023-01-03 16:24 ` Sean Anderson
2023-01-03 16:24 ` Sean Anderson
2023-01-03 16:24 ` Sean Anderson
2023-01-03 16:24 ` Sean Anderson
2023-01-03 16:39 ` Robin Murphy
2023-01-03 16:39 ` Robin Murphy
2023-01-03 16:39 ` Robin Murphy
2023-01-03 16:39 ` Robin Murphy
2022-12-22 23:37 ` [PATCH v2 3/3] drm: Convert users of drm_of_component_match_add to component_match_add_of Sean Anderson
2022-12-22 23:37 ` Sean Anderson
2022-12-22 23:37 ` Sean Anderson
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=20230103161550.4tui3ihl65olvkd7@houat \
--to=maxime@cerno.tech \
--cc=airlied@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=iommu@lists.linux.dev \
--cc=joro@8bytes.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=matthias.bgg@gmail.com \
--cc=robin.murphy@arm.com \
--cc=sean.anderson@seco.com \
--cc=tiwai@suse.com \
--cc=tzimmermann@suse.de \
--cc=will@kernel.org \
--cc=yong.wu@mediatek.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.