From: Pavel Machek <pavel@nabladev.com>
To: Biju Das <biju.das.jz@bp.renesas.com>
Cc: "biju.das.au" <biju.das.au@gmail.com>,
"cip-dev@lists.cip-project.org" <cip-dev@lists.cip-project.org>,
Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>,
Pavel Machek <pavel@nabladev.com>,
Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH 6.12.y-cip 10/29] serial: rsci: Add set_rtrg() callback
Date: Wed, 11 Mar 2026 11:37:36 +0100 [thread overview]
Message-ID: <abFF8BSjpvnrXaaV@duo.ucw.cz> (raw)
In-Reply-To: <TYCPR01MB113328C3D06959DBB94D6BC118646A@TYCPR01MB11332.jpnprd01.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
Hi!
> > + fcr &= ~FCR_RTRG4_0;
> > + fcr |= field_prep(FCR_RTRG4_0, rx_trig);
>
> field_prep is not present on 6.12, later patch#29 convert it to PREP_MODIFY
>
> I will send v2, squashing this patch with patch#29.
Thank you.
For the record, just noting the fact and keeping the patches would
likely be acceptable solution, too, as would be backporting
field_prep() stuff.
But v2 works for me, too.
Best regards,
Pavel
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
next prev parent reply other threads:[~2026-03-11 10:37 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-09 14:25 [PATCH 6.12.y-cip 00/29] Add RZ/G3E RSCI support Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 01/29] dt-bindings: serial: rsci: Drop "uart-has-rtscts: false" Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 02/29] dt-bindings: serial: renesas,rsci: Document RZ/G3E support Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 03/29] clk: renesas: r9a09g047: Add RSCI clocks/resets Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 04/29] serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS() Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 05/29] tty: serial: sh-sci: fix RSCI FIFO overrun handling Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 06/29] serial: sh-sci: Sort include files alphabetically Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 07/29] serial: sh-sci: Merge sh-sci.h into sh-sci.c Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 08/29] serial: sh-sci: Fix deadlock during RSCI FIFO overrun error Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 09/29] serial: sh-sci: Update rx_trigger size for RZ/T2H RSCI Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 10/29] serial: rsci: Add set_rtrg() callback Biju
2026-03-10 16:08 ` Biju Das
2026-03-11 10:37 ` Pavel Machek [this message]
2026-03-11 10:43 ` Biju Das
2026-03-09 14:25 ` [PATCH 6.12.y-cip 11/29] serial: sh-sci: Drop checking port type for device file{create, remove} Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 12/29] serial: rsci: Drop rsci_clear_SCxSR() Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 13/29] serial: sh-sci: Drop extra lines Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 14/29] serial: rsci: Drop unused macro DCR Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 15/29] serial: rsci: Drop unused TDR register Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 16/29] serial: sh-sci: Use devm_reset_control_array_get_exclusive() Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 17/29] serial: sh-sci: Add sci_is_rsci_type() Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 18/29] serial: sh-sci: Rename port SCI_PORT_RSCI->RSCI_PORT_SCIF16 Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 19/29] serial: sh-sci: Add RSCI_PORT_SCIF32 port ID Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 20/29] serial: sh-sci: Add support for RZ/G3E RSCI clks Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 21/29] serial: sh-sci: Make sci_scbrr_calc() public Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 22/29] serial: sh-sci: Add finish_console_write() callback Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 23/29] serial: rsci: Rename early_console data, port_params and callback() names Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 24/29] serial: sh-sci: Add support for RZ/G3E RSCI Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 25/29] arm64: dts: renesas: r9a09g047: Add RSCI nodes Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 26/29] arm64: dts: renesas: renesas-smarc2: Move aliases to board DTS Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 27/29] arm64: dts: renesas: r9a09g047e57-smarc: Enable rsci{2,4,9} nodes Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 28/29] bitfield: Add FIELD_MODIFY() helper Biju
2026-03-09 14:25 ` [PATCH 6.12.y-cip 29/29] serial: rsci: Convert to FIELD_MODIFY() Biju
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=abFF8BSjpvnrXaaV@duo.ucw.cz \
--to=pavel@nabladev.com \
--cc=biju.das.au@gmail.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=cip-dev@lists.cip-project.org \
--cc=nobuhiro.iwamatsu.x90@mail.toshiba \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox