Re: [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)

2025-05-14 Thread ALOK TIWARI
+ * DEPT(DEPendency Tracker) - Runtime dependency tracker + * + * Started by Byungchul Park : + * + * Copyright (c) 2020 LG Electronics, Inc., Byungchul Park + * + * DEPT provides a general way to detect deadlock possibility in runtime + * and the interest is not limited to typical lock but t

Re: [PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support

2025-05-06 Thread ALOK TIWARI
On 06-05-2025 16:48, Jyothi Kumar Seerapu wrote: +/** + * struct geni_i2c_dev - I2C Geni device specific structure + * + * @se: geni serial engine + * @tx_wm: Tx watermark level + * @irq: i2c serial engine interrupt + * @err: specifies error codes in i2c transfer failures + * @adap: i2c geni a

Re: [PATCH v4 03/33] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()

2025-05-02 Thread ALOK TIWARI
On 02-05-2025 22:26, Rob Clark wrote: In situations where mapping/unmapping squence can be controlled by typo squence -> sequence userspace, attempting to map over a region that has not yet been unmapped is an error. But not something that should spam dmesg. Now that there is a quirk, we

Re: [PATCH v4 01/15] clk: renesas: rzv2h-cpg: Add support for DSI clocks

2025-05-01 Thread ALOK TIWARI
e PLL parameters consistently using the same logic and input clock. Co-developed-by: Fabrizio Castro Signed-off-by: Fabrizio Castro Signed-off-by: Lad Prabhakar Acked-by: Alok Tiwari Thanks, Alok

Re: [PATCH v3 01/15] clk: renesas: rzv2h-cpg: Add support for DSI clocks

2025-04-18 Thread ALOK TIWARI
On 19-04-2025 00:16, Prabhakar wrote: + * @freq: Target output frequency (in mHz) Do you mind checking this one + * + * This function calculates the best set of PLL parameters (M, K, P, S) and divider + * value (CSDIV) to achieve the desired frequency. + * There is no direct formula to ca

Re: [PATCH v1 4/4] drm: panel: Add support for Renesas R69328 based MIPI DSI panel

2025-04-14 Thread ALOK TIWARI
On 13-04-2025 22:20, ALOK TIWARI wrote: +    mipi_dsi_set_drvdata(dsi, priv); + +    dsi->lanes = 4; +    dsi->format = MIPI_DSI_FMT_RGB888; +    dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE | +  MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI

Re: [PATCH v1 4/4] drm: panel: Add support for Renesas R69328 based MIPI DSI panel

2025-04-13 Thread ALOK TIWARI
On 13-04-2025 16:54, Svyatoslav Ryhel wrote: From: Maxim Schwalm Driver adds support for panels with Renesas R69328 IC Currently supported compatible is: - jdi,dx12d100vm0eaa Co-developed-by: Svyatoslav Ryhel Signed-off-by: Svyatoslav Ryhel Signed-off-by: Maxim Schwalm --- drivers/gpu