All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Oltmanns <frank@oltmanns.dev>
To: wens@kernel.org
Cc: "Icenowy Zheng" <uwu@icenowy.me>, "Ondřej Jirman" <x@xnux.eu>,
	linux-sunxi@lists.linux.dev, dri-devel@lists.freedesktop.org,
	"Icenowy Zheng" <icenowy@aosc.io>
Subject: Re: [PATCH 0/3] pll-video0 notifier for v6.5+
Date: Sat, 12 Aug 2023 10:36:06 +0200	[thread overview]
Message-ID: <87leegk689.fsf@oltmanns.dev> (raw)
In-Reply-To: <CAGb2v64ZxaizTOLMZfJKujAZqZCiowbotxBhvfCmLV_exF-ooQ@mail.gmail.com>


On 2023-08-10 at 21:18:12 +0800, Chen-Yu Tsai <wens@kernel.org> wrote:
> On Mon, Aug 7, 2023 at 5:36 PM Frank Oltmanns <frank@oltmanns.dev> wrote:
>>
>> Hi Icenowy,
>>
>> it is my understanding that you are the original author of the following
>> patches are in Ondřej's 6.4 branch [1] [2] [3] but not in his 6.5
>> branch. I assume it is because of merge conflicts as the part about
>> setting the parent has already been fixed in the 6.5 release candidates.
>>
>> Therefore I've removed those parts and adopted the commit message of
>> PATCH 2. I've removed your SoB, because I think you'd need to sign of
>> the revised version. Especially patch 2 has become a bit simpler and I'm
>> wondering if it makes sense to try to upstream the three patches now.
>> What do you think?
>>
>> Thank you for your amazing work!
>>
>> Best regards,
>>   Frank
>
> Please send to all maintainers and relevant mailing lists (as given
> by get_maintainers.pl).
>

Thank you for pointing this out. This was actually intended as an RFC
specifically for Icenowy, but I forgot to mark it as such.

Furthermore, I decided to cc the two lists because I had trouble
receiving Icenowy's mails in the past and I wanted to make sure I could
at least browse the archives for responses.

I'll take more care next time.

Thanks,
  Frank

>
>
>> [1]: https://github.com/megous/linux/commit/2cd3d57adf83e2d091baed77e1aafc01d545d123
>> [2]: https://github.com/megous/linux/commit/c9c7bfe22f0fefdfc1dc2ce84b452964112399d7
>> [3]: https://github.com/megous/linux/commit/e19ccee10a8492535b6cda1ba97cccc2074d6e65
>>
>> Signed-off-by: Frank Oltmanns <frank@oltmanns.dev>
>> ---
>> Icenowy Zheng (3):
>>       clk: sunxi-ng: add support for rate resetting notifier
>>       clk: sunxi-ng: a64: keep tcon0 clock rate when pll-video0's rate changes
>>       drm/sun4i: tcon: hand over the duty to keep TCON0 clock to CCU on A64
>>
>>  drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 15 +++++++++++++++
>>  drivers/clk/sunxi-ng/ccu_common.c     | 22 ++++++++++++++++++++++
>>  drivers/clk/sunxi-ng/ccu_common.h     | 12 ++++++++++++
>>  drivers/gpu/drm/sun4i/sun4i_tcon.c    | 15 +++++++++++++--
>>  drivers/gpu/drm/sun4i/sun4i_tcon.h    |  1 +
>>  5 files changed, 63 insertions(+), 2 deletions(-)
>> ---
>> base-commit: 1cf5c37ee3c2334a964c65e52b4e0c59b4332d7c
>> change-id: 20230807-a64_pll_video0_notifier-164cbc78b341
>>
>> Best regards,
>> --
>> Frank Oltmanns <frank@oltmanns.dev>
>>
>>

WARNING: multiple messages have this Message-ID (diff)
From: Frank Oltmanns <frank@oltmanns.dev>
To: wens@kernel.org
Cc: dri-devel@lists.freedesktop.org,
	"Icenowy Zheng" <icenowy@aosc.io>,
	"Icenowy Zheng" <uwu@icenowy.me>, "Ondřej Jirman" <x@xnux.eu>,
	linux-sunxi@lists.linux.dev
Subject: Re: [PATCH 0/3] pll-video0 notifier for v6.5+
Date: Sat, 12 Aug 2023 10:36:06 +0200	[thread overview]
Message-ID: <87leegk689.fsf@oltmanns.dev> (raw)
In-Reply-To: <CAGb2v64ZxaizTOLMZfJKujAZqZCiowbotxBhvfCmLV_exF-ooQ@mail.gmail.com>


On 2023-08-10 at 21:18:12 +0800, Chen-Yu Tsai <wens@kernel.org> wrote:
> On Mon, Aug 7, 2023 at 5:36 PM Frank Oltmanns <frank@oltmanns.dev> wrote:
>>
>> Hi Icenowy,
>>
>> it is my understanding that you are the original author of the following
>> patches are in Ondřej's 6.4 branch [1] [2] [3] but not in his 6.5
>> branch. I assume it is because of merge conflicts as the part about
>> setting the parent has already been fixed in the 6.5 release candidates.
>>
>> Therefore I've removed those parts and adopted the commit message of
>> PATCH 2. I've removed your SoB, because I think you'd need to sign of
>> the revised version. Especially patch 2 has become a bit simpler and I'm
>> wondering if it makes sense to try to upstream the three patches now.
>> What do you think?
>>
>> Thank you for your amazing work!
>>
>> Best regards,
>>   Frank
>
> Please send to all maintainers and relevant mailing lists (as given
> by get_maintainers.pl).
>

Thank you for pointing this out. This was actually intended as an RFC
specifically for Icenowy, but I forgot to mark it as such.

Furthermore, I decided to cc the two lists because I had trouble
receiving Icenowy's mails in the past and I wanted to make sure I could
at least browse the archives for responses.

I'll take more care next time.

Thanks,
  Frank

>
>
>> [1]: https://github.com/megous/linux/commit/2cd3d57adf83e2d091baed77e1aafc01d545d123
>> [2]: https://github.com/megous/linux/commit/c9c7bfe22f0fefdfc1dc2ce84b452964112399d7
>> [3]: https://github.com/megous/linux/commit/e19ccee10a8492535b6cda1ba97cccc2074d6e65
>>
>> Signed-off-by: Frank Oltmanns <frank@oltmanns.dev>
>> ---
>> Icenowy Zheng (3):
>>       clk: sunxi-ng: add support for rate resetting notifier
>>       clk: sunxi-ng: a64: keep tcon0 clock rate when pll-video0's rate changes
>>       drm/sun4i: tcon: hand over the duty to keep TCON0 clock to CCU on A64
>>
>>  drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 15 +++++++++++++++
>>  drivers/clk/sunxi-ng/ccu_common.c     | 22 ++++++++++++++++++++++
>>  drivers/clk/sunxi-ng/ccu_common.h     | 12 ++++++++++++
>>  drivers/gpu/drm/sun4i/sun4i_tcon.c    | 15 +++++++++++++--
>>  drivers/gpu/drm/sun4i/sun4i_tcon.h    |  1 +
>>  5 files changed, 63 insertions(+), 2 deletions(-)
>> ---
>> base-commit: 1cf5c37ee3c2334a964c65e52b4e0c59b4332d7c
>> change-id: 20230807-a64_pll_video0_notifier-164cbc78b341
>>
>> Best regards,
>> --
>> Frank Oltmanns <frank@oltmanns.dev>
>>
>>

  reply	other threads:[~2023-08-12  8:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-07  9:36 [PATCH 0/3] pll-video0 notifier for v6.5+ Frank Oltmanns
2023-08-07  9:36 ` Frank Oltmanns
2023-08-07  9:36 ` [PATCH 1/3] clk: sunxi-ng: add support for rate resetting notifier Frank Oltmanns
2023-08-07  9:36   ` Frank Oltmanns
2023-08-07  9:42   ` Icenowy Zheng
2023-08-07  9:42     ` Icenowy Zheng
2023-08-07 10:21     ` Frank Oltmanns
2023-08-07 10:21       ` Frank Oltmanns
2023-08-07  9:36 ` [PATCH 2/3] clk: sunxi-ng: a64: keep tcon0 clock rate when pll-video0's rate changes Frank Oltmanns
2023-08-07  9:36   ` Frank Oltmanns
2023-08-07  9:43   ` Icenowy Zheng
2023-08-07  9:43     ` Icenowy Zheng
2023-08-07  9:48     ` Frank Oltmanns
2023-08-07  9:48       ` Frank Oltmanns
2023-08-07 10:22       ` Icenowy Zheng
2023-08-07 10:22         ` Icenowy Zheng
2023-08-12  8:39         ` Frank Oltmanns
2023-08-12  8:39           ` Frank Oltmanns
2023-08-07  9:36 ` [PATCH 3/3] drm/sun4i: tcon: hand over the duty to keep TCON0 clock to CCU on A64 Frank Oltmanns
2023-08-07  9:36   ` Frank Oltmanns
2023-08-10 13:18 ` [PATCH 0/3] pll-video0 notifier for v6.5+ Chen-Yu Tsai
2023-08-10 13:18   ` Chen-Yu Tsai
2023-08-12  8:36   ` Frank Oltmanns [this message]
2023-08-12  8:36     ` Frank Oltmanns

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=87leegk689.fsf@oltmanns.dev \
    --to=frank@oltmanns.dev \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=icenowy@aosc.io \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=uwu@icenowy.me \
    --cc=wens@kernel.org \
    --cc=x@xnux.eu \
    /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.