From: Sean Anderson <sean.anderson@seco.com>
To: Maxime Ripard <maxime@cerno.tech>, Robin Murphy <robin.murphy@arm.com>
Cc: alsa-devel@alsa-project.org, Daniel Vetter <daniel@ffwll.ch>,
Liam Girdwood <lgirdwood@gmail.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 11:24:03 -0500 [thread overview]
Message-ID: <307bfb9c-75e6-e0e1-4992-79f22671ca31@seco.com> (raw)
In-Reply-To: <20230103161550.4tui3ihl65olvkd7@houat>
On 1/3/23 11:15, Maxime Ripard wrote:
> 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?
Patches 2 and 3 of this series depend on patch 1. Since patch 3 contains
the bulk of the changes, I based this series on the drm-next tree.
However, patch 2 has a conflict elswhere in the tree, which did not
appear until 6.2-rc1. At the time I sent out this series, drm-next did
not contain this commit, and I couldn't find it based on Robin's
description [1], so now we end up with a conflict. As this commit has
now been merged into drm-next, I can rebase and resend if there are no
other comments.
--Sean
[1] https://lore.kernel.org/linux-arm-kernel/56310773-a062-0e48-28f7-6d2c5d035fee@seco.com/
WARNING: multiple messages have this Message-ID (diff)
From: Sean Anderson <sean.anderson@seco.com>
To: Maxime Ripard <maxime@cerno.tech>, Robin Murphy <robin.murphy@arm.com>
Cc: 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 11:24:03 -0500 [thread overview]
Message-ID: <307bfb9c-75e6-e0e1-4992-79f22671ca31@seco.com> (raw)
In-Reply-To: <20230103161550.4tui3ihl65olvkd7@houat>
On 1/3/23 11:15, Maxime Ripard wrote:
> 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?
Patches 2 and 3 of this series depend on patch 1. Since patch 3 contains
the bulk of the changes, I based this series on the drm-next tree.
However, patch 2 has a conflict elswhere in the tree, which did not
appear until 6.2-rc1. At the time I sent out this series, drm-next did
not contain this commit, and I couldn't find it based on Robin's
description [1], so now we end up with a conflict. As this commit has
now been merged into drm-next, I can rebase and resend if there are no
other comments.
--Sean
[1] https://lore.kernel.org/linux-arm-kernel/56310773-a062-0e48-28f7-6d2c5d035fee@seco.com/
WARNING: multiple messages have this Message-ID (diff)
From: Sean Anderson <sean.anderson@seco.com>
To: Maxime Ripard <maxime@cerno.tech>, Robin Murphy <robin.murphy@arm.com>
Cc: 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 11:24:03 -0500 [thread overview]
Message-ID: <307bfb9c-75e6-e0e1-4992-79f22671ca31@seco.com> (raw)
In-Reply-To: <20230103161550.4tui3ihl65olvkd7@houat>
On 1/3/23 11:15, Maxime Ripard wrote:
> 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?
Patches 2 and 3 of this series depend on patch 1. Since patch 3 contains
the bulk of the changes, I based this series on the drm-next tree.
However, patch 2 has a conflict elswhere in the tree, which did not
appear until 6.2-rc1. At the time I sent out this series, drm-next did
not contain this commit, and I couldn't find it based on Robin's
description [1], so now we end up with a conflict. As this commit has
now been merged into drm-next, I can rebase and resend if there are no
other comments.
--Sean
[1] https://lore.kernel.org/linux-arm-kernel/56310773-a062-0e48-28f7-6d2c5d035fee@seco.com/
_______________________________________________
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: Sean Anderson <sean.anderson@seco.com>
To: Maxime Ripard <maxime@cerno.tech>, Robin Murphy <robin.murphy@arm.com>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.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 11:24:03 -0500 [thread overview]
Message-ID: <307bfb9c-75e6-e0e1-4992-79f22671ca31@seco.com> (raw)
In-Reply-To: <20230103161550.4tui3ihl65olvkd7@houat>
On 1/3/23 11:15, Maxime Ripard wrote:
> 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?
Patches 2 and 3 of this series depend on patch 1. Since patch 3 contains
the bulk of the changes, I based this series on the drm-next tree.
However, patch 2 has a conflict elswhere in the tree, which did not
appear until 6.2-rc1. At the time I sent out this series, drm-next did
not contain this commit, and I couldn't find it based on Robin's
description [1], so now we end up with a conflict. As this commit has
now been merged into drm-next, I can rebase and resend if there are no
other comments.
--Sean
[1] https://lore.kernel.org/linux-arm-kernel/56310773-a062-0e48-28f7-6d2c5d035fee@seco.com/
next prev parent reply other threads:[~2023-01-03 16:25 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
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 [this message]
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=307bfb9c-75e6-e0e1-4992-79f22671ca31@seco.com \
--to=sean.anderson@seco.com \
--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=maxime@cerno.tech \
--cc=robin.murphy@arm.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.