From: ALOK TIWARI <alok.a.tiwari@oracle.com>
To: "Jyothi Kumar Seerapu" <quic_jseerapu@quicinc.com>,
"Vinod Koul" <vkoul@kernel.org>,
"Mukesh Kumar Savaliya" <quic_msavaliy@quicinc.com>,
"Viken Dadhaniya" <quic_vdadhani@quicinc.com>,
"Andi Shyti" <andi.shyti@kernel.org>,
"Sumit Semwal" <sumit.semwal@linaro.org>,
"Christian König" <christian.koenig@amd.com>
Cc: linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org,
linaro-mm-sig@lists.linaro.org, quic_vtanuku@quicinc.com
Subject: Re: [PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support
Date: Wed, 7 May 2025 07:51:18 +0530 [thread overview]
Message-ID: <d15e5b43-f0bd-466a-9a2a-790eb0cf0c48@oracle.com> (raw)
In-Reply-To: <20250506111844.1726-3-quic_jseerapu@quicinc.com>
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 adapter
> + * @done: completion variable
> + * @cur: pointer to the i2c_msg mentioning current i2c message in use
> + * @cur_wr: variable used for i2c write opertions
typo opertions -> operations
> + * @cur_rd: variable used for i2c read operations
> + * @lock: spinlock variable used for synchronization
> + * @core_clk: pointer to clk
> + * @clk_freq_out: contains the i2c clock frequency
> + * @clk_fld: pointer to geni_i2c_clk_fld
> + * @suspended: flag used for system supend status
typo supend -> suspend
> + * @dma_buf: virtual address of the buffer
> + * @xfer_len: holds length for the dma operation
> + * @dma_addr: dma address of the buffer
> + * @tx_c: Tx dma channel
> + * @rx_c: Rx dma channel
> + * @gpi_mode: GPI DMA mode of operation
> + * @abort_done: true for marking i2c abort transfer
> + * @is_tx_multi_desc_xfer: true for i2c multi transfer support
> + * @num_msgs: number of i2c messages in a transfer
> + * @tx_irq_cnt: flag used for tx irq count in i2c multi transfer
> + * @i2c_multi_desc_config: used for multi transfer support
> + */
> struct geni_i2c_dev {
> struct geni_se se;
> u32 tx_wm;
> @@ -100,6 +156,10 @@ struct geni_i2c_dev {
> struct dma_chan *rx_c;
> bool gpi_mode;
> bool abort_done;
> + bool is_tx_multi_desc_xfer;
> + u32 num_msgs;
> + u32 tx_irq_cnt;
> + struct geni_i2c_gpi_multi_desc_xfer i2c_multi_desc_config;
> };
>
Thanks,
Alok
next prev parent reply other threads:[~2025-05-07 2:22 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-06 11:18 [PATCH v6 0/2] Add Block event interrupt support for I2C protocol Jyothi Kumar Seerapu
2025-05-06 11:18 ` [PATCH v6 1/2] dmaengine: qcom: gpi: Add GPI Block event interrupt support Jyothi Kumar Seerapu
2025-05-06 11:32 ` Dmitry Baryshkov
2025-05-09 6:18 ` Jyothi Kumar Seerapu
2025-05-30 14:05 ` Jyothi Kumar Seerapu
2025-05-30 15:53 ` Dmitry Baryshkov
2025-06-17 14:16 ` Jyothi Kumar Seerapu
2025-05-06 11:18 ` [PATCH v6 2/2] i2c: i2c-qcom-geni: Add " Jyothi Kumar Seerapu
2025-05-06 11:46 ` Dmitry Baryshkov
2025-05-09 6:18 ` Jyothi Kumar Seerapu
2025-05-09 16:01 ` Dmitry Baryshkov
2025-05-21 10:28 ` Jyothi Kumar Seerapu
2025-05-21 12:45 ` Dmitry Baryshkov
2025-05-30 14:06 ` Jyothi Kumar Seerapu
2025-05-30 16:42 ` Dmitry Baryshkov
2025-06-17 14:11 ` Jyothi Kumar Seerapu
2025-06-17 19:32 ` Dmitry Baryshkov
2025-06-19 16:16 ` Jyothi Kumar Seerapu
2025-07-03 12:50 ` Jyothi Kumar Seerapu
2025-07-03 19:41 ` Dmitry Baryshkov
2025-07-07 16:28 ` Jyothi Kumar Seerapu
2025-07-19 9:57 ` Dmitry Baryshkov
2025-07-22 12:20 ` Jyothi Kumar Seerapu
2025-07-22 12:46 ` Dmitry Baryshkov
2025-07-23 7:15 ` Vinod Koul
2025-07-25 10:50 ` Jyothi Kumar Seerapu
2025-08-11 17:40 ` Vinod Koul
2025-08-14 12:44 ` Jyothi Kumar Seerapu
2025-05-07 2:21 ` ALOK TIWARI [this message]
2025-05-09 6:16 ` Jyothi Kumar Seerapu
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=d15e5b43-f0bd-466a-9a2a-790eb0cf0c48@oracle.com \
--to=alok.a.tiwari@oracle.com \
--cc=andi.shyti@kernel.org \
--cc=christian.koenig@amd.com \
--cc=dmaengine@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linaro-mm-sig@lists.linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=quic_jseerapu@quicinc.com \
--cc=quic_msavaliy@quicinc.com \
--cc=quic_vdadhani@quicinc.com \
--cc=quic_vtanuku@quicinc.com \
--cc=sumit.semwal@linaro.org \
--cc=vkoul@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).