[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230427123915.38199-1-akhilrajeev@nvidia.com>
Date: Thu, 27 Apr 2023 18:09:13 +0530
From: Akhil R <akhilrajeev@...dia.com>
To: <christian.koenig@....com>, <digetx@...il.com>,
<jonathanh@...dia.com>, <ldewangan@...dia.com>,
<linux-i2c@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-tegra@...r.kernel.org>, <sumit.semwal@...aro.org>,
<thierry.reding@...il.com>, <wsa@...nel.org>
CC: <akhilrajeev@...dia.com>
Subject: [PATCH v6 RESEND 0/2] Tegra I2C DMA and SMBus blockread updates
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
Powered by blists - more mailing lists