From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752181AbcEIMpB (ORCPT ); Mon, 9 May 2016 08:45:01 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36123 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751270AbcEIMo7 (ORCPT ); Mon, 9 May 2016 08:44:59 -0400 From: Abhishek Sahu To: agross@codeaurora.org Cc: sricharan@codeaurora.org, architt@codeaurora.org, linux-arm-msm@vger.kernel.org, ntelkar@codeaurora.org, linux-kernel@vger.kernel.org, andy.gross@linaro.org, linux-i2c@vger.kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, wsa@the-dreams.de, Abhishek Sahu Subject: [PATCH 0/2] i2c: qup: Fixed the DMA transfer errors Date: Mon, 9 May 2016 18:14:29 +0530 Message-Id: <1462797871-8595-1-git-send-email-absahu@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches contain the I2C QUP (Qualcomm Universal Peripheral) DMA related fixes. The first patch cleared the error bits in ISR, which resolves the kernel hang for I2C bus errors and DMA transfer. The second patch fixed the DMA segments length, which resolves the issue for I2C transfer failure over 255 bytes. Abhishek Sahu (2): drivers: i2c: qup: Cleared the error bits in ISR drivers: i2c: qup: Fixed the DMA segments length drivers/i2c/busses/i2c-qup.c | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project