Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1391985 > unrolled thread

[PATCH 0/2] drivers: i2c: qup: Some misc fixes

Started bySricharan R <sricharan@codeaurora.org>
First post2016-05-02 07:30 +0200
Last post2016-05-04 21:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] drivers: i2c: qup: Some misc fixes Sricharan R <sricharan@codeaurora.org> - 2016-05-02 07:30 +0200
    Re: [PATCH 0/2] drivers: i2c: qup: Some misc fixes Naveen Kaje <nkaje@codeaurora.org> - 2016-05-04 21:00 +0200

#1391985 — [PATCH 0/2] drivers: i2c: qup: Some misc fixes

FromSricharan R <sricharan@codeaurora.org>
Date2016-05-02 07:30 +0200
Subject[PATCH 0/2] drivers: i2c: qup: Some misc fixes
Message-ID<rueAF-63I-7@gated-at.bofh.it>
One for fixing the bug with CONFIG_DEBUG_SG enabled and another
to suspend the transfer for all errors instead of just for nack.

Sricharan R (2):
  drivers: i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled.
  drivers: i2c: qup: Fix error handling

 drivers/i2c/busses/i2c-qup.c | 87 +++++++++++++++++++++-----------------------
 1 file changed, 42 insertions(+), 45 deletions(-)

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

[toc] | [next] | [standalone]


#1394629

FromNaveen Kaje <nkaje@codeaurora.org>
Date2016-05-04 21:00 +0200
Message-ID<rvabD-Yb-5@gated-at.bofh.it>
In reply to#1391985
From: Naveen Kaje <nkaje@codeaurora.org>

Hi Sricharan,
I tested these changes. They did not cause any regressions on QDF2432. Note that QDF2432 does not use DMA mode.
I based my patches (http://marc.info/?l=linux-i2c&m=146231797008963&w=2 and http://marc.info/?l=linux-i2c&m=146231798708969&w=2) on top of these fixes.
There are no merge conflicts.

Thanks,
Naveen

---

One for fixing the bug with CONFIG_DEBUG_SG enabled and another
to suspend the transfer for all errors instead of just for nack.

Sricharan R (2):
  drivers: i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled.
  drivers: i2c: qup: Fix error handling

 drivers/i2c/busses/i2c-qup.c | 87 +++++++++++++++++++++-----------------------
 1 file changed, 42 insertions(+), 45 deletions(-)

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web