public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
 messages from 2025-04-21 18:30:38 to 2025-04-29 13:48:07 UTC [more...]

[PATCH v5.10.y-cip 00/21] RZ/G3S: Backport I2C
 2025-04-29 13:47 UTC  (21+ messages)
` [PATCH v5.10.y-cip 01/21] i2c: riic: Use platform_get_irq() to get the interrupt
` [PATCH v5.10.y-cip 02/21] i2c: move drivers from strlcpy to strscpy
` [PATCH v5.10.y-cip 03/21] i2c: riic: Use devm_platform_ioremap_resource()
` [PATCH v5.10.y-cip 04/21] i2c: riic: Introduce helper functions for I2C read/write operations
` [PATCH v5.10.y-cip 05/21] i2c: riic: Pass register offsets and chip details as OF data
` [PATCH v5.10.y-cip 06/21] i2c: riic: Add support for R9A09G057 SoC
` [PATCH v5.10.y-cip 07/21] i2c: riic: Use temporary variable for struct device
` [PATCH v5.10.y-cip 08/21] i2c: riic: Call pm_runtime_get_sync() when need to access registers
` [PATCH v5.10.y-cip 09/21] i2c: riic: Use pm_runtime_resume_and_get()
` [PATCH v5.10.y-cip 10/21] i2c: riic: Enable runtime PM autosuspend support
` [PATCH v5.10.y-cip 11/21] i2c: riic: Add suspend/resume support
` [PATCH v5.10.y-cip 12/21] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH v5.10.y-cip 13/21] dt-bindings: i2c: renesas,riic: Fix 'unevaluatedProperties' warnings
` [PATCH v5.10.y-cip 14/21] dt-bindings: i2c: renesas,riic: Document R9A09G057 support
` [PATCH v5.10.y-cip 15/21] dt-bindings: i2c: renesas,riic: Document the R9A08G045 support
` [PATCH v5.10.y-cip 16/21] i2c: riic: Add support for fast mode plus
` [PATCH v5.10.y-cip 17/21] i2c: riic: Simplify unsupported bus speed handling
` [PATCH v5.10.y-cip 18/21] clk: renesas: r9a08g045: Add clock, reset and power domain support for I2C
` [PATCH v5.10.y-cip 19/21] arm64: dts: renesas: r9a08g045: Add I2C nodes
` [PATCH v5.10.y-cip 20/21] arm64: dts: renesas: rzg3s-smarc: Enable I2C0 node

[PATCH 0/2] Add data-reset to initramfs
 2025-04-29 12:30 UTC  (7+ messages)
` [PATCH 1/2] initramfs: add hook for data-reset
` [PATCH 2/2] add data-reset hook to cip-core-initramfs

[PATCH v6.1.y-cip 0/3] RZ/G3S: Backport DMA
 2025-04-29 12:24 UTC  (7+ messages)
` [PATCH v6.1.y-cip 1/3] clk: renesas: r9a08g045: Add DMA clocks and resets
` [PATCH v6.1.y-cip 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3S SoC
` [PATCH v6.1.y-cip 3/3] arm64: dts: renesas: r9a08g045: Add DMAC node
` [cip-dev] [PATCH v6.1.y-cip 0/3] RZ/G3S: Backport DMA

[PATCH v5.10.y-cip 0/3] RZ/G3S: Backport DMA
 2025-04-29  9:56 UTC  (7+ messages)
` [PATCH v5.10.y-cip 1/3] clk: renesas: r9a08g045: Add DMA clocks and resets
` [PATCH v5.10.y-cip 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3S SoC
` [PATCH v5.10.y-cip 3/3] arm64: dts: renesas: r9a08g045: Add DMAC node

[PATCH 6.1.y-cip 00/16] Add initial support for Renesas RZ/V2H(SoC) and EVK
 2025-04-29  8:51 UTC  (24+ messages)
` [PATCH 6.1.y-cip 01/16] clk: renesas: r9a09g057: Add reset entry for SYS
` [PATCH 6.1.y-cip 02/16] clk: renesas: r9a09g057: Add clock and reset entries for GIC
` [PATCH 6.1.y-cip 03/16] arm64: dts: renesas: r9a09g011: Update fallback string for SDHI nodes
` [PATCH 6.1.y-cip 04/16] arm64: dts: renesas: rzg2l: "
` [PATCH 6.1.y-cip 05/16] arm64: dts: renesas: r9a08g045: "
` [PATCH 6.1.y-cip 06/16] arm64: dts: renesas: r9a08g045: Enable SYS node
` [PATCH 6.1.y-cip 07/16] arm64: dts: renesas: Add initial SoC DTSI for RZ/V2H(P) SoC
` [PATCH 6.1.y-cip 08/16] arm64: dts: renesas: Add initial DTS for RZ/V2H EVK board
    ` [cip-dev] "
` [PATCH 6.1.y-cip 09/16] arm64: dts: renesas: r9a09g057: Add OSTM0-OSTM7 nodes
` [PATCH 6.1.y-cip 10/16] arm64: dts: renesas: r9a09g057: Add RIIC0-RIIC8 nodes
` [PATCH 6.1.y-cip 11/16] arm64: dts: renesas: r9a09g057: Add SDHI0-SDHI2 nodes
` [PATCH 6.1.y-cip 12/16] arm64: dts: renesas: r9a09g057: Add WDT0-WDT3 nodes
` [PATCH 6.1.y-cip 13/16] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable OSTM, I2C, and SDHI
` [PATCH 6.1.y-cip 14/16] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable watchdog
` [PATCH 6.1.y-cip 15/16] arm64: dts: renesas: r9a09g057: Add OPP table
` [PATCH 6.1.y-cip 16/16] arm64: dts: renesas: r9a09g057: Enable SYS node
` [cip-dev] [PATCH 6.1.y-cip 00/16] Add initial support for Renesas RZ/V2H(SoC) and EVK

[isar-cip-core][PATCH v1 0/3] Enable secure boot keys mismatch
 2025-04-29  4:20 UTC  (4+ messages)
` [isar-cip-core][PATCH v1 1/3] submit_lava.sh: Update script to prepare job for amd64 secure boot keys mismatch case
` [isar-cip-core][PATCH v1 2/3] scripts/submit_lava.sh: Remove passing readonly=on for amd64 OVMF VARS file
` [isar-cip-core][PATCH v1 3/3] .gitlab-ci.yml: Add job to verify amd64 secure boot keys mismatch case

[cip-dev][isar-cip-core][PATCH v2] wic: Add the variable `UKI_FILENAME` to change the UKI name
 2025-04-28 12:41 UTC 

[cip-dev][isar-cip-core][PATCH] wic: Allow to set the binary name of the unfied-kernel-image
 2025-04-28 12:19 UTC  (4+ messages)

[cip-dev][isar-cip-core][PATCH v3 0/4] Use kernel commandline for
 2025-04-28 11:32 UTC  (5+ messages)
` [cip-dev][isar-cip-core][PATCH v3 1/4] wic(ebg): add support to add verity env to cmdline
` [cip-dev][isar-cip-core][PATCH v3 2/4] port verity env handling to new kernel cmdline infrastructure
` [cip-dev][isar-cip-core][PATCH v3 3/4] wic(ebg): add support to abrootfs env to cmdline
` [cip-dev][isar-cip-core][PATCH v3 4/4] port abrootfs env handling to new kernel cmdline infrastructure

[cip-dev][isar-cip-core][RFC v2 0/5] Use kernel commandline for
 2025-04-28  8:08 UTC  (11+ messages)
` [cip-dev][isar-cip-core][RFC v2 1/5] wic(ebg): add support to add verity env to cmdline
` [cip-dev][isar-cip-core][RFC v2 2/5] port verity env handling to new kernel cmdline infrastructure
` [cip-dev][isar-cip-core][RFC v2 3/5] wic(ebg): add support to abrootfs env to cmdline
` [cip-dev][isar-cip-core][RFC v2 4/5] wic(ebg): reduce search to generate the verity environment
` [cip-dev][isar-cip-core][RFC v2 5/5] port abrootfs env handling to new kernel cmdline infrastructure

[isar-cip-core][PATCH] initramfs-crypt-hook: Ajust misleading comment
 2025-04-28  7:29 UTC 

[isar-cip-core v5 0/2] Update IEC job timeouts based on targets
 2025-04-28  6:05 UTC  (6+ messages)
` [isar-cip-core v5 1/2] .gitlab-ci.yml: Set timeout value to run IEC layer tests for different targets
` [isar-cip-core v5 2/2] IEC_template.yml: Update IEC layer tests revision
  ` [cip-dev] [isar-cip-core v5 0/2] Update IEC job timeouts based on targets

[cip-dev] [PATCH 4.4.y-cip] ARM: shmobile: smp: Enforce shmobile_smp_* alignment
 2025-04-27 19:39 UTC  (3+ messages)

[PATCH 6.1.y-cip 00/21] Add SYSC/MMC/GTM driver support for Renesas RZ/V2H(P) SoC
 2025-04-27 18:50 UTC  (27+ messages)
` [PATCH 6.1.y-cip 01/21] dt-bindings: soc: renesas: Document Renesas RZ/V2H(P) SoC variants
` [PATCH 6.1.y-cip 02/21] dt-bindings: soc: renesas: Document RZ/V2H EVK board
` [PATCH 6.1.y-cip 03/21] dt-bindings: arm: renesas: Document Renesas RZ/V2H(P) System Controller
` [PATCH 6.1.y-cip 04/21] soc: renesas: mark OF related data as maybe unused
` [PATCH 6.1.y-cip 05/21] soc: renesas: Add identification support for RZ/V2H SoC
` [PATCH 6.1.y-cip 06/21] soc: renesas: Add SYSC driver for Renesas RZ family
` [PATCH 6.1.y-cip 07/21] soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driver
` [PATCH 6.1.y-cip 08/21] soc: renesas: rz-sysc: Add support for RZ/G3E family
` [PATCH 6.1.y-cip 09/21] soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driver
` [PATCH 6.1.y-cip 10/21] soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra features
` [PATCH 6.1.y-cip 11/21] arm64: defconfig: Enable R9A09G057 SoC
` [PATCH 6.1.y-cip 12/21] dt-bindings: mmc: renesas,sdhi: Group single const value items into an enum list
` [PATCH 6.1.y-cip 13/21] dt-bindings: mmc: renesas,sdhi: Document RZ/Five SoC
` [PATCH 6.1.y-cip 14/21] dt-bindings: mmc: renesas,sdhi: Document RZ/G2L family compatibility
` [PATCH 6.1.y-cip 15/21] mmc: renesas_sdhi: Add compatible string for RZ/G2L family, RZ/G3S, and RZ/V2M SoCs
` [PATCH 6.1.y-cip 16/21] dt-bindings: mmc: renesas,sdhi: Document RZ/V2H(P) support
` [PATCH 6.1.y-cip 17/21] dt-bindings: mmc: renesas,sdhi: Remove duplicate compatible and add clock checks
` [PATCH 6.1.y-cip 18/21] mmc: renesas_sdhi: Add RZ/V2H(P) compatible string
` [PATCH 6.1.y-cip 19/21] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2H(P) SoC
` [PATCH 6.1.y-cip 20/21] clocksource/drivers/renesas-ostm: Allow OSTM driver to reprobe for "
` [PATCH 6.1.y-cip 21/21] clocksource/drivers/renesas-ostm: Avoid reprobe after successful early probe
` [cip-dev] [PATCH 6.1.y-cip 00/21] Add SYSC/MMC/GTM driver support for Renesas RZ/V2H(P) SoC

[PATCH 6.1.y-cip 00/15] i2c: riic: miscellaneous code cleanup and improvements
 2025-04-26  7:59 UTC  (20+ messages)
` [PATCH 6.1.y-cip 01/15] i2c: riic: Use temporary variable for struct device
` [PATCH 6.1.y-cip 02/15] i2c: riic: Call pm_runtime_get_sync() when need to access registers
` [PATCH 6.1.y-cip 03/15] i2c: riic: Use pm_runtime_resume_and_get()
` [PATCH 6.1.y-cip 04/15] i2c: riic: Enable runtime PM autosuspend support
` [PATCH 6.1.y-cip 05/15] i2c: riic: Add suspend/resume support
` [PATCH 6.1.y-cip 06/15] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH 6.1.y-cip 07/15] i2c: riic: Add support for fast mode plus
` [PATCH 6.1.y-cip 08/15] i2c: riic: Simplify unsupported bus speed handling
` [PATCH 6.1.y-cip 09/15] i2c: riic: Introduce a separate variable for IRQ
` [PATCH 6.1.y-cip 10/15] i2c: riic: Use dev_err_probe in probe and riic_init_hw functions
` [PATCH 6.1.y-cip 11/15] i2c: riic: Use BIT macro consistently
` [PATCH 6.1.y-cip 12/15] i2c: riic: Use GENMASK() macro for bitmask definitions
` [PATCH 6.1.y-cip 13/15] i2c: riic: Mark riic_irqs array as const
` [PATCH 6.1.y-cip 14/15] i2c: riic: Use predefined macro and simplify clock tick calculation
` [PATCH 6.1.y-cip 15/15] i2c: riic: Add `riic_bus_barrier()` to check bus availability
` [cip-dev] [PATCH 6.1.y-cip 00/15] i2c: riic: miscellaneous code cleanup and improvements

[PATCH 6.12.y-cip 0/8] i2c: riic: miscellaneous code cleanup and improvements
 2025-04-25  8:46 UTC  (11+ messages)
` [PATCH 6.12.y-cip 1/8] i2c: riic: Introduce a separate variable for IRQ
` [PATCH 6.12.y-cip 2/8] i2c: riic: Use dev_err_probe in probe and riic_init_hw functions
` [PATCH 6.12.y-cip 3/8] i2c: riic: Use local `dev` pointer in `dev_err_probe()`
` [PATCH 6.12.y-cip 4/8] i2c: riic: Use BIT macro consistently
` [PATCH 6.12.y-cip 5/8] i2c: riic: Use GENMASK() macro for bitmask definitions
` [PATCH 6.12.y-cip 6/8] i2c: riic: Mark riic_irqs array as const
` [PATCH 6.12.y-cip 7/8] i2c: riic: Use predefined macro and simplify clock tick calculation
` [PATCH 6.12.y-cip 8/8] i2c: riic: Add `riic_bus_barrier()` to check bus availability
` [cip-dev] [PATCH 6.12.y-cip 0/8] i2c: riic: miscellaneous code cleanup and improvements

[PATCH 6.12.y-cip 00/10] Add SYS and OPP support to Renesas RZ/V2H(P) SoC
 2025-04-25  7:31 UTC  (15+ messages)
` [PATCH 6.12.y-cip 01/10] clk: renesas: r9a09g057: Add reset entry for SYS
` [PATCH 6.12.y-cip 02/10] clk: renesas: r9a09g057: Add clock and reset entries for GIC
` [PATCH 6.12.y-cip 03/10] soc: renesas: Add SYSC driver for Renesas RZ family
` [PATCH 6.12.y-cip 04/10] soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driver
` [PATCH 6.12.y-cip 05/10] soc: renesas: rz-sysc: Add support for RZ/G3E family
` [PATCH 6.12.y-cip 06/10] soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driver
` [PATCH 6.12.y-cip 07/10] soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra features
` [PATCH 6.12.y-cip 08/10] arm64: dts: renesas: r9a08g045: Enable SYS node
` [PATCH 6.12.y-cip 09/10] arm64: dts: renesas: r9a09g057: "
` [PATCH 6.12.y-cip 10/10] arm64: dts: renesas: r9a09g057: Add OPP table
` [cip-dev] [PATCH 6.12.y-cip 00/10] Add SYS and OPP support to Renesas RZ/V2H(P) SoC

[PATCH] doc/README.swupdate.md: fix type for lua script
 2025-04-24 13:24 UTC 

[PATCH 6.12.y-cip] clk: renesas: r9a07g044: Add clock and reset entry for DRP-AI
 2025-04-24 11:10 UTC  (2+ messages)
` [cip-dev] "

CIP IRC weekly meeting today on libera.chat
 2025-04-24  6:02 UTC 

[kernel-cve-report] New CVE entries this week
 2025-04-23 22:45 UTC 

[ANNOUNCE] v4.4.302-cip97-rt54
 2025-04-23 18:47 UTC 

Reply regarding aide symlink issue
 2025-04-23 12:38 UTC 

[ANNOUNCE] Release v4.4.302-cip98
 2025-04-23 11:31 UTC 

[PATCH 5.10.y-cip] clk: renesas: r9a07g044: Add clock and reset entry for DRP-AI
 2025-04-23  8:44 UTC  (5+ messages)
  ` [cip-dev] "

[PATCH 6.1.y-cip 0/3] clk: renesas: r9a07g043: Fix clock source
 2025-04-23  8:42 UTC  (9+ messages)
` [PATCH 6.1.y-cip 1/3] clk: renesas: r9a07g04[34]: Fix typo for sel_shdi variable
` [PATCH 6.1.y-cip 2/3] clk: renesas: r9a07g043: Mark mod_clks and resets arrays as const
` [PATCH 6.1.y-cip 3/3] clk: renesas: r9a07g043: Fix HP clock source for RZ/Five
    ` [cip-dev] [PATCH 6.1.y-cip 0/3] clk: renesas: r9a07g043: Fix clock source

[isar-cip-core][RFC] Handling UIDs/GIDs on Updates
 2025-04-22 14:49 UTC  (3+ messages)

[PATCH 5.10.y-cip 0/4] clk: renesas: r9a07g043: Add/Fix missing clocks
 2025-04-22 10:14 UTC  (2+ messages)
` [cip-dev] "

[isar-cip-core v4 1/2] .gitlab-ci.yml: Set timeout value to run IEC layer tests for different targets
 2025-04-22  6:30 UTC  (7+ messages)
` [isar-cip-core v4 2/2] IEC_template.yml: Update IEC layer tests revision
      ` [cip-dev] "

[PATCH 6.1.y-cip] clk: renesas: r9a07g044: Add clock and reset entry for DRP-AI
 2025-04-21 18:43 UTC 


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