public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Tegra I2C DMA and SMBus blockread updates
@ 2023-04-13 13:08 Akhil R
  2023-04-13 13:08 ` [PATCH v5 1/2] i2c: tegra: Fix PEC support for SMBUS block read Akhil R
  2023-04-13 13:08 ` [PATCH v5 2/2] i2c: tegra: Share same DMA channel for RX and TX Akhil R
  0 siblings, 2 replies; 5+ messages in thread
From: Akhil R @ 2023-04-13 13:08 UTC (permalink / raw)
  To: christian.koenig, digetx, jonathanh, ldewangan, linux-i2c,
	linux-kernel, linux-tegra, sumit.semwal, thierry.reding, wsa
  Cc: akhilrajeev

The patchset contains two independent updates to tegra-i2c driver.
* Update I2C DMA channel usage to use single DMA channel instead of
two different hardware channels.
* Fix PEC byte issue during SMBus block read caused by mismanaged
msg->len property in i2c_msg struct.

v4->v5:
 Corrected the comment style
v3->v4:
 Combine the two patches to one series to avoid merge conflicts.

Akhil R (2):
  i2c: tegra: Fix PEC support for SMBUS block read
  i2c: tegra: Share same DMA channel for RX and TX

 drivers/i2c/busses/i2c-tegra.c | 107 ++++++++++++++-------------------
 1 file changed, 46 insertions(+), 61 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-13 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-13 13:08 [PATCH v5 0/2] Tegra I2C DMA and SMBus blockread updates Akhil R
2023-04-13 13:08 ` [PATCH v5 1/2] i2c: tegra: Fix PEC support for SMBUS block read Akhil R
2023-04-13 13:59   ` Dmitry Osipenko
2023-04-13 14:07     ` Akhil R
2023-04-13 13:08 ` [PATCH v5 2/2] i2c: tegra: Share same DMA channel for RX and TX Akhil R

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