All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@denx.de>
To: Biju Das <biju.das.jz@bp.renesas.com>
Cc: nobuhiro1.iwamatsu@toshiba.co.jp,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	cip-dev@lists.cip-project.org
Subject: Re: [PATCH 6.12.y-cip 12/36] clk: renesas: rzv2h: Support static dividers without RMW
Date: Mon, 14 Jul 2025 13:54:24 +0200	[thread overview]
Message-ID: <aHTv8F55OADqQUsT@duo.ucw.cz> (raw)
In-Reply-To: <20250714101650.80381-13-biju.das.jz@bp.renesas.com>

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

Hi!

>   * @width: width of the divider
>   * @monbit: monitor bit in CPG_CLKSTATUS0 register
> + * @no_rmw: flag to indicate if the register is read-modify-write
> + *        (1: no RMW, 0: RMW)
>   */

For the record, I'm not pleased with flag doing what feels like double
negation, but...

Best regards,
								Pavel
-- 
In cooperation with DENX Software Engineering GmbH, HRB 165235 Munich,
Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  reply	other threads:[~2025-07-14 11:54 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-14 10:16 [PATCH 6.12.y-cip 00/36] Add RZ/G3E CANFD support Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 01/36] clk: renesas: rzv2h: Adjust for CPG_BUS_m_MSTOP starting from m = 1 Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 02/36] clk: renesas: rzv2h: Update error message Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 03/36] clk: renesas: rzv2h: Remove unused `type` field from `struct pll_clk` Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 04/36] clk: renesas: rzv2h: Add support for enabling PLLs Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 05/36] clk: renesas: rzv2h: Rename PLL field macros for consistency Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 06/36] clk: renesas: rzv2h: Improve rzv2h_ddiv_set_rate() Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 07/36] clk: renesas: rzv2h: Simplify rzv2h_cpg_assert()/rzv2h_cpg_deassert() Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 08/36] clk: renesas: rzv2h: Sort compatible list based on SoC part number Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 09/36] clk: renesas: rzv2h: Fix a typo Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 10/36] clk: renesas: rzv2h: Add support for static mux clocks Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 11/36] clk: renesas: rzv2h: Add macro for defining static dividers Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 12/36] clk: renesas: rzv2h: Support static dividers without RMW Biju Das
2025-07-14 11:54   ` Pavel Machek [this message]
2025-07-14 10:16 ` [PATCH 6.12.y-cip 13/36] clk: renesas: rzv2h: Use str_on_off() helper in rzv2h_mod_clock_endisable() Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 14/36] clk: renesas: rzv2h: Use both CLK_ON and CLK_MON bits for clock state validation Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 15/36] dt-bindings: can: renesas,rcar-canfd: Simplify the conditional schema Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 16/36] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3E support Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 17/36] can: rcar_canfd: Use of_get_available_child_by_name() Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 18/36] can: rcar_canfd: Drop RCANFD_GAFLCFG_GETRNC macro Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 19/36] can: rcar_canfd: Update RCANFD_GERFL_ERR macro Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 20/36] can: rcar_canfd: Drop the mask operation in RCANFD_GAFLCFG_SETRNC macro Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 21/36] can: rcar_canfd: Add rcar_canfd_setrnc() Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 22/36] can: rcar_canfd: Update RCANFD_GAFLCFG macro Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 23/36] can: rcar_canfd: Add rnc_field_width variable to struct rcar_canfd_hw_info Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 24/36] can: rcar_canfd: Add max_aflpn " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 25/36] can: rcar_canfd: Add max_cftml " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 26/36] can: rcar_canfd: Add {nom,data}_bittiming variables " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 27/36] can: rcar_canfd: Add ch_interface_mode variable " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 28/36] can: rcar_canfd: Add shared_can_regs " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 29/36] can: rcar_canfd: Add struct rcanfd_regs " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 30/36] can: rcar_canfd: Add sh " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 31/36] can: rcar_canfd: Add external_clk " Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 32/36] can: rcar_canfd: Enhance multi_channel_irqs handling Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 33/36] can: rcar_canfd: Add RZ/G3E support Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 34/36] arm64: dts: renesas: r9a09g047: Add CANFD node Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 35/36] arm64: dts: renesas: r9a09g047e57-smarc: Enable CANFD Biju Das
2025-07-14 10:16 ` [PATCH 6.12.y-cip 36/36] arm64: dts: renesas: r9a09g047e57-smarc: Enable CAN Transceiver Biju Das
2025-07-14 11:55 ` [PATCH 6.12.y-cip 00/36] Add RZ/G3E CANFD support Pavel Machek
2025-07-15  2:24 ` nobuhiro1.iwamatsu
2025-07-15  8:36   ` Pavel Machek

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=aHTv8F55OADqQUsT@duo.ucw.cz \
    --to=pavel@denx.de \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --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 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.