From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
"Michal Wilczynski" <m.wilczynski@samsung.com>,
"Drew Fustini" <fustini@kernel.org>,
"Guo Ren" <guoren@kernel.org>, "Fu Wei" <wefu@redhat.com>,
linux-riscv@lists.infradead.org,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <lossin@kernel.org>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
"Danilo Krummrich" <dakr@kernel.org>,
rust-for-linux@vger.kernel.org, "Mark Brown" <broonie@kernel.org>,
linux-pwm@vger.kernel.org
Subject: Re: [PATCH] pwm: th1520: fix `CLIPPY=1` warning
Date: Sun, 29 Mar 2026 09:36:29 +0200 [thread overview]
Message-ID: <acjVGgDLnYAg1UAc@monoceros> (raw)
In-Reply-To: <CANiq72kk_UJVNbQ3aKuV4_LPFm-a0xjZqZyk57ZpkHp8yX8jzQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 961 bytes --]
On Sat, Mar 28, 2026 at 02:53:17PM +0100, Miguel Ojeda wrote:
> On Mon, Feb 9, 2026 at 9:56 AM Uwe Kleine-König
> <u.kleine-koenig@baylibre.com> wrote:
> >
> > Looks good to me. I'll wait for Michal to add his blessing and then when
> > picking it up tend to drop the Fixes line. Or do we also care about
> > CLIPPY-cleanness in stable?
>
> Do you plan on picking this one up? Michal already reviewed it.
Hmm, I guess I missed that because that patch isn't on patchwork. I
don't even find it in the list of patches that don't require action.
(e.g.
https://patchwork.ozlabs.org/project/linux-pwm/list/?submitter=83457&state=%2A&archive=both,
or
https://patchwork.ozlabs.org/project/linux-pwm/list/?series=&submitter=&state=*&q=CLIPPY%3D1&archive=both&delegate=
)
Applied with s/arithmatic/arithmetic/ in the commit log to
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next
now.
Sorry for the delay
Uwe
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
"Michal Wilczynski" <m.wilczynski@samsung.com>,
"Drew Fustini" <fustini@kernel.org>,
"Guo Ren" <guoren@kernel.org>, "Fu Wei" <wefu@redhat.com>,
linux-riscv@lists.infradead.org,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <lossin@kernel.org>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
"Danilo Krummrich" <dakr@kernel.org>,
rust-for-linux@vger.kernel.org, "Mark Brown" <broonie@kernel.org>,
linux-pwm@vger.kernel.org
Subject: Re: [PATCH] pwm: th1520: fix `CLIPPY=1` warning
Date: Sun, 29 Mar 2026 09:36:29 +0200 [thread overview]
Message-ID: <acjVGgDLnYAg1UAc@monoceros> (raw)
In-Reply-To: <CANiq72kk_UJVNbQ3aKuV4_LPFm-a0xjZqZyk57ZpkHp8yX8jzQ@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 961 bytes --]
On Sat, Mar 28, 2026 at 02:53:17PM +0100, Miguel Ojeda wrote:
> On Mon, Feb 9, 2026 at 9:56 AM Uwe Kleine-König
> <u.kleine-koenig@baylibre.com> wrote:
> >
> > Looks good to me. I'll wait for Michal to add his blessing and then when
> > picking it up tend to drop the Fixes line. Or do we also care about
> > CLIPPY-cleanness in stable?
>
> Do you plan on picking this one up? Michal already reviewed it.
Hmm, I guess I missed that because that patch isn't on patchwork. I
don't even find it in the list of patches that don't require action.
(e.g.
https://patchwork.ozlabs.org/project/linux-pwm/list/?submitter=83457&state=%2A&archive=both,
or
https://patchwork.ozlabs.org/project/linux-pwm/list/?series=&submitter=&state=*&q=CLIPPY%3D1&archive=both&delegate=
)
Applied with s/arithmatic/arithmetic/ in the commit log to
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next
now.
Sorry for the delay
Uwe
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 161 bytes --]
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2026-03-29 7:36 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 18:37 [PATCH] pwm: th1520: fix `CLIPPY=1` warning Miguel Ojeda
2026-01-21 18:37 ` Miguel Ojeda
2026-01-25 16:24 ` Danilo Krummrich
2026-01-25 16:24 ` Danilo Krummrich
2026-02-08 11:13 ` Miguel Ojeda
2026-02-08 11:13 ` Miguel Ojeda
2026-02-09 8:56 ` Uwe Kleine-König
2026-02-09 8:56 ` Uwe Kleine-König
2026-02-09 8:58 ` Alice Ryhl
2026-02-09 8:58 ` Alice Ryhl
2026-02-09 9:24 ` Michal Wilczynski
2026-02-09 9:24 ` Michal Wilczynski
2026-02-09 13:02 ` Miguel Ojeda
2026-02-09 13:02 ` Miguel Ojeda
2026-03-28 13:53 ` Miguel Ojeda
2026-03-28 13:53 ` Miguel Ojeda
2026-03-29 7:36 ` Uwe Kleine-König [this message]
2026-03-29 7:36 ` Uwe Kleine-König
2026-03-29 12:01 ` Miguel Ojeda
2026-03-29 12:01 ` Miguel Ojeda
2026-03-18 8:41 ` Benno Lossin
2026-03-18 8:41 ` Benno Lossin
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=acjVGgDLnYAg1UAc@monoceros \
--to=u.kleine-koenig@baylibre.com \
--cc=a.hindborg@kernel.org \
--cc=aliceryhl@google.com \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=broonie@kernel.org \
--cc=dakr@kernel.org \
--cc=fustini@kernel.org \
--cc=gary@garyguo.net \
--cc=guoren@kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=lossin@kernel.org \
--cc=m.wilczynski@samsung.com \
--cc=miguel.ojeda.sandonis@gmail.com \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tmgross@umich.edu \
--cc=wefu@redhat.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.