public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
 messages from 2025-07-04 09:07:06 to 2025-07-15 14:03:38 UTC [more...]

[ANNOUNCE] Release v6.1.145-cip44
 2025-07-15 14:02 UTC  (4+ messages)
  ` [cip-dev] "

LAVA: Support ROOTFS dm-verity corruption detection case
 2025-07-15 13:08 UTC  (12+ messages)
  ` [cip-dev] "

[PATCH 6.1.y-cip 00/57] Add RZ/G3E CANFD support
 2025-07-15  9:52 UTC  (60+ messages)
` [PATCH 6.1.y-cip 01/57] clk: renesas: rzv2h: Adjust for CPG_BUS_m_MSTOP starting from m = 1
` [PATCH 6.1.y-cip 02/57] clk: renesas: rzv2h: Update error message
` [PATCH 6.1.y-cip 03/57] clk: renesas: rzv2h: Remove unused `type` field from `struct pll_clk`
` [PATCH 6.1.y-cip 04/57] clk: renesas: rzv2h: Add support for enabling PLLs
` [PATCH 6.1.y-cip 05/57] clk: renesas: rzv2h: Rename PLL field macros for consistency
` [PATCH 6.1.y-cip 06/57] clk: renesas: rzv2h: Improve rzv2h_ddiv_set_rate()
` [PATCH 6.1.y-cip 07/57] clk: renesas: rzv2h: Simplify rzv2h_cpg_assert()/rzv2h_cpg_deassert()
` [PATCH 6.1.y-cip 08/57] clk: renesas: rzv2h: Sort compatible list based on SoC part number
` [PATCH 6.1.y-cip 09/57] clk: renesas: rzv2h: Fix a typo
` [PATCH 6.1.y-cip 10/57] clk: renesas: rzv2h: Add support for static mux clocks
` [PATCH 6.1.y-cip 11/57] clk: renesas: rzv2h: Add macro for defining static dividers
` [PATCH 6.1.y-cip 12/57] clk: renesas: rzv2h: Support static dividers without RMW
` [PATCH 6.1.y-cip 13/57] lib/string_helpers: Split out string_choices.h
` [PATCH 6.1.y-cip 14/57] clk: renesas: rzv2h: Use str_on_off() helper in rzv2h_mod_clock_endisable()
` [PATCH 6.1.y-cip 15/57] clk: renesas: rzv2h: Use both CLK_ON and CLK_MON bits for clock state validation
` [PATCH 6.1.y-cip 16/57] dt-bindings: can: renesas,rcar-canfd: Document RZ/Five SoC
` [PATCH 6.1.y-cip 17/57] dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3U
` [PATCH 6.1.y-cip 18/57] dt-bindings: can: renesas,rcar-canfd: R-Car V3U is R-Car Gen4
` [PATCH 6.1.y-cip 19/57] dt-bindings: can: renesas,rcar-canfd: Add transceiver support
` [PATCH 6.1.y-cip 20/57] dt-bindings: can: renesas,rcar-canfd: Simplify the conditional schema
` [PATCH 6.1.y-cip 21/57] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3E support
` [PATCH 6.1.y-cip 22/57] can: rcar_canfd: Fix R-Car V3U CAN mode selection
` [PATCH 6.1.y-cip 23/57] can: rcar_canfd: Abstract out DCFG address differences
` [PATCH 6.1.y-cip 24/57] can: rcar_canfd: Add support for R-Car Gen4
` [PATCH 6.1.y-cip 25/57] can: rcar_canfd: Fix R-Car Gen4 DCFG.DSJW field width
` [PATCH 6.1.y-cip 26/57] can: rcar_canfd: Fix R-Car Gen4 CFCC.CFTML "
` [PATCH 6.1.y-cip 27/57] can: rcar_canfd: Sort included header files
` [PATCH 6.1.y-cip 28/57] can: rcar_canfd: Add helper variable dev
` [PATCH 6.1.y-cip 29/57] phy: Remove unused phy_optional_get()
` [PATCH 6.1.y-cip 30/57] phy: Add devm_of_phy_optional_get() helper
` [PATCH 6.1.y-cip 31/57] can: rcar_canfd: Add transceiver support
` [PATCH 6.1.y-cip 32/57] can: rcar_canfd: Improve error messages
` [PATCH 6.1.y-cip 33/57] can: rcar_canfd: rcar_canfd_probe(): fix plain integer in transceivers[] init
` [PATCH 6.1.y-cip 34/57] can: rcar_canfd: Simplify clock handling
` [PATCH 6.1.y-cip 35/57] can: rcar_canfd: Improve printing of global operational state
` [PATCH 6.1.y-cip 36/57] can: rcar_canfd: Remove superfluous parentheses in address calculations
` [PATCH 6.1.y-cip 37/57] can: rcar_canfd: Use of_get_available_child_by_name()
` [PATCH 6.1.y-cip 38/57] can: rcar_canfd: Drop RCANFD_GAFLCFG_GETRNC macro
` [PATCH 6.1.y-cip 39/57] can: rcar_canfd: Update RCANFD_GERFL_ERR macro
` [PATCH 6.1.y-cip 40/57] can: rcar_canfd: Drop the mask operation in RCANFD_GAFLCFG_SETRNC macro
` [PATCH 6.1.y-cip 41/57] can: rcar_canfd: Add rcar_canfd_setrnc()
` [PATCH 6.1.y-cip 42/57] can: rcar_canfd: Update RCANFD_GAFLCFG macro
` [PATCH 6.1.y-cip 43/57] can: rcar_canfd: Add rnc_field_width variable to struct rcar_canfd_hw_info
` [PATCH 6.1.y-cip 44/57] can: rcar_canfd: Add max_aflpn "
` [PATCH 6.1.y-cip 45/57] can: rcar_canfd: Add max_cftml "
` [PATCH 6.1.y-cip 46/57] can: rcar_canfd: Add {nom,data}_bittiming variables "
` [PATCH 6.1.y-cip 47/57] can: rcar_canfd: Add ch_interface_mode variable "
` [PATCH 6.1.y-cip 48/57] can: rcar_canfd: Add shared_can_regs "
` [PATCH 6.1.y-cip 49/57] can: rcar_canfd: Add struct rcanfd_regs "
` [PATCH 6.1.y-cip 50/57] can: rcar_canfd: Add sh "
` [PATCH 6.1.y-cip 51/57] can: rcar_canfd: Add external_clk "
` [PATCH 6.1.y-cip 52/57] can: rcar_canfd: Enhance multi_channel_irqs handling
` [PATCH 6.1.y-cip 53/57] can: rcar_canfd: Add RZ/G3E support
` [PATCH 6.1.y-cip 54/57] arm64: dts: renesas: r9a09g047: Add CANFD node
` [PATCH 6.1.y-cip 55/57] arm64: dts: renesas: r9a09g047e57-smarc: Enable CANFD
` [PATCH 6.1.y-cip 56/57] arm64: dts: renesas: r9a09g047e57-smarc: Enable CAN Transceiver
` [PATCH 6.1.y-cip 57/57] arm64: defconfig: Enable CAN PHY transceiver driver

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

[PATCH 6.12.y-cip 0/8] RZ/G2L DU enhancements
 2025-07-15  1:16 UTC  (15+ messages)
` [PATCH 6.12.y-cip 1/8] drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro
` [PATCH 6.12.y-cip 2/8] drm: renesas: rz-du: rzg2l_du_encoder: Fix max dot clock for DPI
` [PATCH 6.12.y-cip 3/8] drm: renesas: rz-du: Add Kconfig dependency between RZG2L_DU and RZG2L_MIPI_DSI
` [PATCH 6.12.y-cip 4/8] drm: renesas: rz-du: Support dmabuf import
` [PATCH 6.12.y-cip 5/8] drm: renesas: rz-du: Drop bpp variable from struct rzg2l_du_format_info
` [PATCH 6.12.y-cip 6/8] drm: renesas: Extend RZ/G2L supported KMS formats
` [PATCH 6.12.y-cip 7/8] drm: renesas: Add zpos, alpha and blend properties to RZ/G2L DU
` [PATCH 6.12.y-cip 8/8] drm: renesas: rz-du: rzg2l_mipi_dsi: Update the comment in rzg2l_mipi_dsi_start_video()
` [cip-dev] [PATCH 6.12.y-cip 0/8] RZ/G2L DU enhancements

[PATCH 6.1.y-cip 0/8] RZ/G2L DU enhancements
 2025-07-15  1:16 UTC  (11+ messages)
` [PATCH 6.1.y-cip 1/8] drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro
` [PATCH 6.1.y-cip 2/8] drm: renesas: rz-du: rzg2l_du_encoder: Fix max dot clock for DPI
` [PATCH 6.1.y-cip 3/8] drm: renesas: rz-du: Add Kconfig dependency between RZG2L_DU and RZG2L_MIPI_DSI
` [PATCH 6.1.y-cip 4/8] drm: renesas: rz-du: Support dmabuf import
` [PATCH 6.1.y-cip 5/8] drm: renesas: rz-du: Drop bpp variable from struct rzg2l_du_format_info
` [PATCH 6.1.y-cip 6/8] drm: renesas: Extend RZ/G2L supported KMS formats
` [PATCH 6.1.y-cip 7/8] drm: renesas: Add zpos, alpha and blend properties to RZ/G2L DU
` [PATCH 6.1.y-cip 8/8] drm: renesas: rz-du: rzg2l_mipi_dsi: Update the comment in rzg2l_mipi_dsi_start_video()

[PATCH 5.10.y-cip 0/7] RZ/G2L DU enhancements
 2025-07-15  1:15 UTC  (10+ messages)
` [PATCH 5.10.y-cip 1/7] drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro
` [PATCH 5.10.y-cip 2/7] drm: renesas: rz-du: rzg2l_du_encoder: Fix max dot clock for DPI
` [PATCH 5.10.y-cip 3/7] drm: renesas: rz-du: Add Kconfig dependency between RZG2L_DU and RZG2L_MIPI_DSI
` [PATCH 5.10.y-cip 4/7] drm: renesas: rz-du: Drop bpp variable from struct rzg2l_du_format_info
` [PATCH 5.10.y-cip 5/7] drm: renesas: Extend RZ/G2L supported KMS formats
` [PATCH 5.10.y-cip 6/7] drm: renesas: Add zpos, alpha and blend properties to RZ/G2L DU
` [PATCH 5.10.y-cip 7/7] drm: renesas: rz-du: rzg2l_mipi_dsi: Update the comment in rzg2l_mipi_dsi_start_video()
` [cip-dev] [PATCH 5.10.y-cip 0/7] RZ/G2L DU enhancements

[ANNOUNCE] isar-cip-core v1.8-rc1
 2025-07-11 10:58 UTC 

[isar-cip-core][PATCH] linux-cip: Update cip-kernel-config revision
 2025-07-11  4:46 UTC 

[isar-cip-core][PATCH] linux-cip: Update to 6.1.141-cip43-rt23 and 6.12.36-cip4
 2025-07-11  4:46 UTC 

[ANNOUNCE] Release v6.12.36-cip4
 2025-07-11  4:44 UTC 

[ANNOUNCE] v6.1.141-cip43-rt23 (rt52)
 2025-07-10 20:36 UTC 

CIP IRC weekly meeting today on libera.chat
 2025-07-10  7:57 UTC 

[kernel-cve-report] New CVE entries this week
 2025-07-09 22:59 UTC 

[isar-cip-core][PATCH] wic: Fix boot by PARTUUID for bbb, hihope-rzg2m and iwg20m
 2025-07-08 17:26 UTC  (3+ messages)

Testing -- plathome_obsvx2 has problems?
 2025-07-08  9:18 UTC  (3+ messages)
` [cip-dev] "

[PATCH 6.1.y-cip 00/14] Add Support for RZ/G3E ICU
 2025-07-07 10:52 UTC  (4+ messages)
` [PATCH 6.1.y-cip 14/14] arm64: dts: renesas: r9a09g047: Add ICU node
  ` [cip-dev] [PATCH 6.1.y-cip 00/14] Add Support for RZ/G3E ICU

[PATCH 6.12.y-cip 00/18] Add Support for RZ/G3E ICU
 2025-07-07 10:44 UTC  (27+ messages)
` [PATCH 6.12.y-cip 01/18] reset: replace boolean parameters with flags parameter
` [PATCH 6.12.y-cip 02/18] reset: Add devres helpers to request pre-deasserted reset controls
` [PATCH 6.12.y-cip 03/18] dt-bindings: interrupt-controller: Add Renesas RZ/V2H(P) Interrupt Controller
` [PATCH 6.12.y-cip 04/18] dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/G3E SoC
` [PATCH 6.12.y-cip 05/18] irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driver
` [PATCH 6.12.y-cip 06/18] irqchip/renesas-rzv2h: Fix wrong variable usage in rzv2h_tint_set_type()
` [PATCH 6.12.y-cip 07/18] irqchip/renesas-rzv2h: Drop irqchip from struct rzv2h_icu_priv
` [PATCH 6.12.y-cip 08/18] irqchip/renesas-rzv2h: Simplify rzv2h_icu_init()
` [PATCH 6.12.y-cip 09/18] irqchip/renesas-rzv2h: Use devm_reset_control_get_exclusive_deasserted()
` [PATCH 6.12.y-cip 10/18] irqchip/renesas-rzv2h: Use devm_pm_runtime_enable()
` [PATCH 6.12.y-cip 11/18] irqchip/renesas-rzv2h: Add struct rzv2h_hw_info with t_offs variable
` [PATCH 6.12.y-cip 12/18] irqchip/renesas-rzv2h: Add max_tssel to struct rzv2h_hw_info
` [PATCH 6.12.y-cip 13/18] irqchip/renesas-rzv2h: Add field_width "
` [PATCH 6.12.y-cip 14/18] irqchip/renesas-rzv2h: Update TSSR_TIEN macro
` [PATCH 6.12.y-cip 15/18] irqchip/renesas-rzv2h: Update macros ICU_TSSR_TSSEL_{MASK,PREP}
` [PATCH 6.12.y-cip 16/18] irqchip/renesas-rzv2h: Add RZ/G3E support
` [PATCH 6.12.y-cip 17/18] irqchip/renesas-rzv2h: Prevent TINT spurious interrupt
` [PATCH 6.12.y-cip 18/18] arm64: dts: renesas: r9a09g047: Add ICU node

[isar-cip-core][PATCH v9 0/8] initramfs-crypt-hook patch
 2025-07-07  9:33 UTC  (10+ messages)
` [isar-cip-core][PATCH v9 1/8] initramfs-crypt-hook: Use pwgen instead of openssl for initial passphrase
` [isar-cip-core][PATCH v9 2/8] initramfs-crypt-hook: Drop redundant copy-execs for systemd-cryptenroll
` [isar-cip-core][PATCH v9 3/8] initramfs-crypt-hook: Only use resource-managed TPM instances
` [isar-cip-core][PATCH v9 4/8] initramfs-crypt-hook: Factor out tpm2_functions script
` [isar-cip-core][PATCH v9 5/8] initramfs-crypt-hook: store initial encryption key in TPM2
` [isar-cip-core][PATCH v9 6/8] initramfs-crypt-hook: add re-encryption recovery
` [isar-cip-core][PATCH v9 7/8] initramfs-crypt-hook: implement 'noencrypt' option
` [isar-cip-core][PATCH v9 8/8] initramfs-crypt-hook: add 'format-if-empty' feature

[PATCH 6.1.y-cip 00/12] Add support for Mali-G52 to RZ/G3E SoC
 2025-07-04 15:36 UTC  (3+ messages)

[PATCH 6.12.y-cip 00/12] Add support for Mali-G52 to RZ/G3E SoC
 2025-07-04  9:50 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox