* linux-next: manual merge of the bitmap tree with the devfreq tree
@ 2025-09-08 7:51 Stephen Rothwell
2025-09-08 11:26 ` Nicolas Frattaroli
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2025-09-08 7:51 UTC (permalink / raw)
To: Yury Norov, Chanwoo Choi
Cc: Linux Kernel Mailing List, Linux Next Mailing List,
Nicolas Frattaroli
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
Hi all,
Today's linux-next merge of the bitmap tree got a conflict in:
drivers/devfreq/event/rockchip-dfi.c
between commit:
7d9e29ed3f8e ("PM / devfreq: rockchip-dfi: add support for LPDDR5")
from the devfreq tree and commit:
414054a0bc1f ("PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro")
from the bitmap tree.
I have no idea how to fix this up, so I dropped the changes from the
bitmap tree for today. Someone should supply me with the appropriate
resolution.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the bitmap tree with the devfreq tree
2025-09-08 7:51 linux-next: manual merge of the bitmap tree with the devfreq tree Stephen Rothwell
@ 2025-09-08 11:26 ` Nicolas Frattaroli
2025-09-08 14:22 ` Chanwoo Choi
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Frattaroli @ 2025-09-08 11:26 UTC (permalink / raw)
To: Yury Norov, Chanwoo Choi, Stephen Rothwell
Cc: Linux Kernel Mailing List, Linux Next Mailing List
On Monday, 8 September 2025 09:51:35 Central European Summer Time Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the bitmap tree got a conflict in:
>
> drivers/devfreq/event/rockchip-dfi.c
>
> between commit:
>
> 7d9e29ed3f8e ("PM / devfreq: rockchip-dfi: add support for LPDDR5")
>
> from the devfreq tree and commit:
>
> 414054a0bc1f ("PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro")
>
> from the bitmap tree.
Yeah, basically both of these were by me and landed at the same time
through different trees; they were developed at different times and
the reviews just happened to conclude at the same moment. The reason
why they go through different trees is that the bitmap changes are
part of a large refactor across several drivers to make them use a
shared macro instead of reinventing their own, whereas the devfreq
side of the changes is functional changes to add LPDDR5 support and
also fix the cycle count on RK3588.
>
> I have no idea how to fix this up, so I dropped the changes from the
> bitmap tree for today. Someone should supply me with the appropriate
> resolution.
>
Dropping the bitmap tree changes of this driver is fine by me. I can
send a rebased patch of that for the next merge window to do the move
from the driver's own macro to the shared macro. The functional
change in the devfreq tree is more important to get in.
Kind regards,
Nicolas Frattaroli
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the bitmap tree with the devfreq tree
2025-09-08 11:26 ` Nicolas Frattaroli
@ 2025-09-08 14:22 ` Chanwoo Choi
2025-09-09 16:46 ` Yury Norov
0 siblings, 1 reply; 6+ messages in thread
From: Chanwoo Choi @ 2025-09-08 14:22 UTC (permalink / raw)
To: Nicolas Frattaroli
Cc: Yury Norov, Chanwoo Choi, Stephen Rothwell,
Linux Kernel Mailing List, Linux Next Mailing List
Hi Nicolas,
On Mon, Sep 8, 2025 at 8:26 PM Nicolas Frattaroli
<nicolas.frattaroli@collabora.com> wrote:
>
> On Monday, 8 September 2025 09:51:35 Central European Summer Time Stephen Rothwell wrote:
> > Hi all,
> >
> > Today's linux-next merge of the bitmap tree got a conflict in:
> >
> > drivers/devfreq/event/rockchip-dfi.c
> >
> > between commit:
> >
> > 7d9e29ed3f8e ("PM / devfreq: rockchip-dfi: add support for LPDDR5")
> >
> > from the devfreq tree and commit:
> >
> > 414054a0bc1f ("PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro")
> >
> > from the bitmap tree.
>
> Yeah, basically both of these were by me and landed at the same time
> through different trees; they were developed at different times and
> the reviews just happened to conclude at the same moment. The reason
> why they go through different trees is that the bitmap changes are
> part of a large refactor across several drivers to make them use a
> shared macro instead of reinventing their own, whereas the devfreq
> side of the changes is functional changes to add LPDDR5 support and
> also fix the cycle count on RK3588.
>
> >
> > I have no idea how to fix this up, so I dropped the changes from the
> > bitmap tree for today. Someone should supply me with the appropriate
> > resolution.
> >
>
> Dropping the bitmap tree changes of this driver is fine by me. I can
> send a rebased patch of that for the next merge window to do the move
> from the driver's own macro to the shared macro. The functional
> change in the devfreq tree is more important to get in.
I think that you need to ask to drop your patch[1] on bitmap tree.
[1] 414054a0bc1f ("PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro")
Before fixing this merge conflict, I'll drop the patches related to patch[2].
[2] 7d9e29ed3f8e ("PM / devfreq: rockchip-dfi: add support for LPDDR5")
After resolving the merge conflict, I'll apply them again.
--
Best Regards,
Chanwoo Choi
Samsung Electronics
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the bitmap tree with the devfreq tree
2025-09-08 14:22 ` Chanwoo Choi
@ 2025-09-09 16:46 ` Yury Norov
2025-09-09 17:42 ` Nicolas Frattaroli
0 siblings, 1 reply; 6+ messages in thread
From: Yury Norov @ 2025-09-09 16:46 UTC (permalink / raw)
To: Chanwoo Choi
Cc: Nicolas Frattaroli, Chanwoo Choi, Stephen Rothwell,
Linux Kernel Mailing List, Linux Next Mailing List
> > Dropping the bitmap tree changes of this driver is fine by me. I can
> > send a rebased patch of that for the next merge window to do the move
> > from the driver's own macro to the shared macro. The functional
> > change in the devfreq tree is more important to get in.
>
> I think that you need to ask to drop your patch[1] on bitmap tree.
> [1] 414054a0bc1f ("PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro")
So I did.
Nicolas, please make sure resending the dropped patch
rebased shortly after merge window closing. I'd like to schedule it
for -rc2.
Thanks,
Yury
> Before fixing this merge conflict, I'll drop the patches related to patch[2].
> [2] 7d9e29ed3f8e ("PM / devfreq: rockchip-dfi: add support for LPDDR5")
>
> After resolving the merge conflict, I'll apply them again.
>
> --
> Best Regards,
> Chanwoo Choi
> Samsung Electronics
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the bitmap tree with the devfreq tree
2025-09-09 16:46 ` Yury Norov
@ 2025-09-09 17:42 ` Nicolas Frattaroli
2025-09-09 22:09 ` Chanwoo Choi
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Frattaroli @ 2025-09-09 17:42 UTC (permalink / raw)
To: Chanwoo Choi, Yury Norov
Cc: Chanwoo Choi, Stephen Rothwell, Linux Kernel Mailing List,
Linux Next Mailing List
On Tuesday, 9 September 2025 18:46:27 Central European Summer Time Yury Norov wrote:
> > > Dropping the bitmap tree changes of this driver is fine by me. I can
> > > send a rebased patch of that for the next merge window to do the move
> > > from the driver's own macro to the shared macro. The functional
> > > change in the devfreq tree is more important to get in.
> >
> > I think that you need to ask to drop your patch[1] on bitmap tree.
> > [1] 414054a0bc1f ("PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro")
>
> So I did.
Thanks! Chanwoo Choi, could you pick the DFI LPDDR5 change again
on your side?
>
> Nicolas, please make sure resending the dropped patch
> rebased shortly after merge window closing. I'd like to schedule it
> for -rc2.
Will do. Thank you!
Kind regards,
Nicolas Frattaroli
>
> Thanks,
> Yury
>
> > Before fixing this merge conflict, I'll drop the patches related to patch[2].
> > [2] 7d9e29ed3f8e ("PM / devfreq: rockchip-dfi: add support for LPDDR5")
> >
> > After resolving the merge conflict, I'll apply them again.
> >
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the bitmap tree with the devfreq tree
2025-09-09 17:42 ` Nicolas Frattaroli
@ 2025-09-09 22:09 ` Chanwoo Choi
0 siblings, 0 replies; 6+ messages in thread
From: Chanwoo Choi @ 2025-09-09 22:09 UTC (permalink / raw)
To: Nicolas Frattaroli
Cc: Yury Norov, Chanwoo Choi, Stephen Rothwell,
Linux Kernel Mailing List, Linux Next Mailing List
Hi,
On Wed, Sep 10, 2025 at 2:42 AM Nicolas Frattaroli
<nicolas.frattaroli@collabora.com> wrote:
>
> On Tuesday, 9 September 2025 18:46:27 Central European Summer Time Yury Norov wrote:
> > > > Dropping the bitmap tree changes of this driver is fine by me. I can
> > > > send a rebased patch of that for the next merge window to do the move
> > > > from the driver's own macro to the shared macro. The functional
> > > > change in the devfreq tree is more important to get in.
> > >
> > > I think that you need to ask to drop your patch[1] on bitmap tree.
> > > [1] 414054a0bc1f ("PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macro")
> >
> > So I did.
>
> Thanks! Chanwoo Choi, could you pick the DFI LPDDR5 change again
> on your side?
I applied again. Thanks.
>
> >
> > Nicolas, please make sure resending the dropped patch
> > rebased shortly after merge window closing. I'd like to schedule it
> > for -rc2.
>
> Will do. Thank you!
>
> Kind regards,
> Nicolas Frattaroli
>
> >
> > Thanks,
> > Yury
> >
> > > Before fixing this merge conflict, I'll drop the patches related to patch[2].
> > > [2] 7d9e29ed3f8e ("PM / devfreq: rockchip-dfi: add support for LPDDR5")
> > >
> > > After resolving the merge conflict, I'll apply them again.
> > >
> >
>
>
>
>
--
Best Regards,
Chanwoo Choi
Samsung Electronics
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-09-09 22:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08 7:51 linux-next: manual merge of the bitmap tree with the devfreq tree Stephen Rothwell
2025-09-08 11:26 ` Nicolas Frattaroli
2025-09-08 14:22 ` Chanwoo Choi
2025-09-09 16:46 ` Yury Norov
2025-09-09 17:42 ` Nicolas Frattaroli
2025-09-09 22:09 ` Chanwoo Choi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox