From: "Luca Ceresoli" <luca.ceresoli@bootlin.com>
To: "Doug Anderson" <dianders@chromium.org>,
"Luca Ceresoli" <luca.ceresoli@bootlin.com>
Cc: "Pan Chuang" <panchuang@vivo.com>,
"Andrzej Hajda" <andrzej.hajda@intel.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Robert Foss" <rfoss@kernel.org>,
"Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
"Jonas Karlman" <jonas@kwiboo.se>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"David Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
"open list:DRM DRIVERS" <dri-devel@lists.freedesktop.org>,
"open list" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 10/10] drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe()
Date: Fri, 31 Jul 2026 18:51:37 +0200 [thread overview]
Message-ID: <DKCWUF046FIK.LAHQYYO82SF5@bootlin.com> (raw)
In-Reply-To: <CAD=FV=VELor3eGb0FgtKS5isXw2ARKAb4vJckLcsC20EzA=AZg@mail.gmail.com>
Hi Doug,
On Fri Jul 31, 2026 at 4:43 PM CEST, Doug Anderson wrote:
> Hi,
>
> On Fri, Jul 31, 2026 at 12:16 AM Luca Ceresoli
> <luca.ceresoli@bootlin.com> wrote:
>>
>> Hi Doug,
>>
>> On Thu Jul 30, 2026 at 11:17 PM CEST, Doug Anderson wrote:
>> > Hi,
>> >
>> > On Fri, Jul 24, 2026 at 7:11 PM Doug Anderson <dianders@chromium.org> wrote:
>> >>
>> >> Hi,
>> >>
>> >> On Thu, Jul 23, 2026 at 6:17 AM Pan Chuang <panchuang@vivo.com> wrote:
>> >> >
>> >> > Since commit
>> >> > 55b48e23f5c4 ("genirq/devres: Add error handling in devm_request_*_irq()"),
>> >> > devm_request_threaded_irq() automatically logs detailed error messages on
>> >> > failure. Remove the now-redundant driver-specific dev_err_probe() call.
>> >> >
>> >> > Signed-off-by: Pan Chuang <panchuang@vivo.com>
>> >> > ---
>> >> > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 2 +-
>> >> > 1 file changed, 1 insertion(+), 1 deletion(-)
>> >>
>> >> Reviewed-by: Douglas Anderson <dianders@chromium.org>
>> >>
>> >> I'll plan to apply this to drm-misc-next in ~1 week unless anything comes up.
>> >
>> > Pushed to drm-misc-next:
>> >
>> > [10/10] drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe()
>> > commit: 9c950822f0fa923ccd344d7a143872d25efe89a3
>>
>> Out of curiosity, did you apply using b4?
>>
>> I see the commit does not have the R-by I gave to the cover letter a few
>> days ago, and assumed b4 would pick it up as it does when applying the full
>> series. If my assumption was wrong, maybe it's an issue to report to the b4
>> project?
>
> Oops, sorry about that. I actually found your response to the cover
> later as I continued to work through my inbox backlog, but I had
> already pushed the patch. :( I was also surprised that b4 hadn't
> picked it up...
No big deal, I was just curions about the process.
> I applied w/
>
> b4 am -P_ 20260723131649.134127-11-panchuang@vivo.com
I didn't know about '-P_', I normally use a range, such as '-P 1..3' or
just '-P 10'. And, very interestingly, there is a difference:
b4 shazam -P_ 20260723131649.134127-11-panchuang@vivo.com -> does not take the R-by from the cover
b4 shazam -P10 20260723131649.134127-11-panchuang@vivo.com -> takes the R-by from the cover
> Running it again still doesn't find your review:
>
> $ b4 am -P_ 20260723131649.134127-11-panchuang@vivo.com
> Grabbing thread from
> lore.kernel.org/all/20260723131649.134127-11-panchuang@vivo.com/t.mbox.gz
> Analyzing 4 messages in the thread
> Looking for additional code-review trailers on lore.kernel.org
> Analyzing 16 code-review messages
> Checking attestation on all messages, may take a moment...
> ---
> ✓ [PATCH 10/10] drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe()
> ✓ Signed: DKIM/vivo.com
> + Reviewed-by: Douglas Anderson <dianders@chromium.org> (✓
> DKIM/chromium.org)
> ---
> NOTE: install patatt for end-to-end signature verification
> ---
> Total patches: 1 (cherrypicked: <20260723131649.134127-11-panchuang@vivo.com>)
> ---
> Link: https://lore.kernel.org/r/20260723131649.134127-11-panchuang@vivo.com
>
>
> Ah, if I don't do the "-P_" then it finds your tags, but I don't know
> of a way to pick up just one patch other than that... Even "b4 am -t
> -P_" doesn't find your tags... I guess that's by design?
So, looks like '-P <num>' is the answer. :)
Luca
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2026-07-31 16:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-23 13:16 [PATCH 00/10] drm/bridge: Remove redundant error messages on IRQ request failure Pan Chuang
2026-07-23 13:16 ` [PATCH 01/10] drm/bridge: analogix_dp: Remove redundant dev_err() Pan Chuang
2026-07-24 1:14 ` Damon Ding
2026-07-23 13:16 ` [PATCH 02/10] drm/bridge: cdns-mhdp8546: " Pan Chuang
2026-07-23 13:29 ` sashiko-bot
2026-07-23 13:16 ` [PATCH 03/10] drm/bridge: lt9611: " Pan Chuang
2026-07-23 13:27 ` sashiko-bot
2026-07-23 13:16 ` [PATCH 04/10] drm/bridge: samsung-dsim: " Pan Chuang
2026-07-23 13:16 ` [PATCH 05/10] drm/bridge: synopsys: dw-dp: Remove redundant dev_err_probe() Pan Chuang
2026-07-23 13:16 ` [PATCH 06/10] drm/bridge: tc358767: Remove redundant dev_err() Pan Chuang
2026-07-23 13:16 ` [PATCH 07/10] drm/bridge: it6505: " Pan Chuang
2026-07-23 13:16 ` [PATCH 08/10] drm/bridge/sii8620: Remove redundant dev_err_probe() Pan Chuang
2026-07-23 13:16 ` [PATCH 09/10] drm/bridge: ti-sn65dsi83: " Pan Chuang
2026-07-23 13:26 ` sashiko-bot
2026-07-23 13:16 ` [PATCH 10/10] drm/bridge: ti-sn65dsi86: " Pan Chuang
2026-07-25 2:11 ` Doug Anderson
2026-07-30 21:17 ` Doug Anderson
2026-07-31 7:15 ` Luca Ceresoli
2026-07-31 14:43 ` Doug Anderson
2026-07-31 16:51 ` Luca Ceresoli [this message]
2026-07-23 14:30 ` [PATCH 00/10] drm/bridge: Remove redundant error messages on IRQ request failure Luca Ceresoli
2026-07-31 7:12 ` Luca Ceresoli
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=DKCWUF046FIK.LAHQYYO82SF5@bootlin.com \
--to=luca.ceresoli@bootlin.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=dianders@chromium.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=panchuang@vivo.com \
--cc=rfoss@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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.