Linux I2C development
 help / color / mirror / Atom feed
From: Mukesh Savaliya <mukesh.savaliya@oss.qualcomm.com>
To: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>,
	Vinod Koul <vkoul@kernel.org>, Frank Li <Frank.Li@kernel.org>,
	Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>,
	Andi Shyti <andi.shyti@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org
Subject: Re: [PATCH 0/2] i2c: Add I2C High-Speed mode support for qcom-geni
Date: Fri, 28 Aug 2026 00:56:33 +0530	[thread overview]
Message-ID: <613960df-3d3d-445f-9533-57257eb5099b@oss.qualcomm.com> (raw)
In-Reply-To: <20260824-i2c-hs-v1-0-8dd94e5c6113@oss.qualcomm.com>



On 8/24/2026 4:55 PM, Jyothi Kumar Seerapu wrote:
> Add I2C High-Speed (HS) mode support for the Qualcomm GENI I2C
> controller, detecting HS mode requests based on a 3.4 MHz bus
> frequency.

what's the detecting here ? HS mode itself is 3.4 MHz freq.
may be you be you can start with current support freq modes and not 
supported.>
> I2C HS mode is supported by the underlying QUP hardware starting with
> QUPv3 core version 4.3 (per the GENI/QUP Hardware Programming Guide).
> This series adds the driver support to detect that capability and
is this detect things repeating ?> enable HS-mode transfers on SoCs 
whose QUP core version meets that
> requirement, rather than tying HS mode to any specific peripheral.
> 
> Patch 1 (dmaengine: qcom-gpi) is for GPI DMA transfers and adds
> a CONFIG1 TRE to the GPI DMA engine to convey HS-specific timing
> parameters (tcycle_cnt/tlow_cnt) to the hardware.
> 
Patch 1 is to convey config parameters for HS mode in GPI DMA tranfser.

> Patch 2 (i2c: qcom-geni) handles FIFO/SE-DMA transfers; It configures
> the GENI controller's source clock and timing accordingly, and adds
> the HS-specific FIFO/SE-DMA opcodes and master-code preamble needed
> to switch the bus from Fast Mode Plus to HS speed.
> 

Like above just say high level in short, individual patch will add more 
details in its commit log.

> Signed-off-by: Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
> ---
> Jyothi Kumar Seerapu (2):
>        dmaengine: qcom-gpi: Add I2C High-Speed mode configuration support
>        i2c: qcom-geni: Add support for I2C High-Speed mode
> 
>   drivers/dma/qcom/gpi.c             |  54 +++++++++++++--
>   drivers/i2c/busses/i2c-qcom-geni.c | 133 +++++++++++++++++++++++++++++++++----
>   include/linux/dma/qcom-gpi-dma.h   |  28 +++++++-
>   3 files changed, 196 insertions(+), 19 deletions(-)
> ---
> base-commit: 7079a12d7506b07fb53b54a664bfad5fa9b16d70
> change-id: 20260821-i2c-hs-408768509865
> 
> Best regards,
> --
> Jyothi Kumar Seerapu <jyothi.seerapu@oss.qualcomm.com>
> 


      parent reply	other threads:[~2026-08-27 19:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-24 11:25 [PATCH 0/2] i2c: Add I2C High-Speed mode support for qcom-geni Jyothi Kumar Seerapu
2026-08-24 11:25 ` [PATCH 1/2] dmaengine: qcom-gpi: Add I2C High-Speed mode configuration support Jyothi Kumar Seerapu
2026-08-27 19:26   ` Mukesh Savaliya
2026-08-24 11:25 ` [PATCH 2/2] i2c: qcom-geni: Add support for I2C High-Speed mode Jyothi Kumar Seerapu
2026-08-27 19:42   ` Mukesh Savaliya
2026-08-27 19:26 ` Mukesh Savaliya [this message]

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=613960df-3d3d-445f-9533-57257eb5099b@oss.qualcomm.com \
    --to=mukesh.savaliya@oss.qualcomm.com \
    --cc=Frank.Li@kernel.org \
    --cc=andi.shyti@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=jyothi.seerapu@oss.qualcomm.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viken.dadhaniya@oss.qualcomm.com \
    --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