linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 RESEND 0/2] Tegra I2C DMA and SMBus blockread updates
@ 2023-04-27 12:39 Akhil R
  2023-04-27 12:39 ` [PATCH v6 RESEND 1/2] i2c: tegra: Fix PEC support for SMBUS block read Akhil R
  2023-04-27 12:39 ` [PATCH v6 RESEND 2/2] i2c: tegra: Share same DMA channel for RX and TX Akhil R
  0 siblings, 2 replies; 7+ messages in thread
From: Akhil R @ 2023-04-27 12:39 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.

v5->v6:
 Updated __u16 to unsigned int
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 | 109 ++++++++++++++-------------------
 1 file changed, 47 insertions(+), 62 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-06-05  9:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 12:39 [PATCH v6 RESEND 0/2] Tegra I2C DMA and SMBus blockread updates Akhil R
2023-04-27 12:39 ` [PATCH v6 RESEND 1/2] i2c: tegra: Fix PEC support for SMBUS block read Akhil R
2023-04-30  5:50   ` Wolfram Sang
2023-04-27 12:39 ` [PATCH v6 RESEND 2/2] i2c: tegra: Share same DMA channel for RX and TX Akhil R
2023-05-22 14:57   ` Akhil R
2023-06-05  8:21   ` Wolfram Sang
2023-06-05  9:24     ` Akhil R

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).