From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: [PATCH v2 0/2] spi: davinci: fix spurious i/o error Date: Thu, 10 Dec 2015 21:59:03 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Cc: Grygorii Strashko , , Linux ARM Mailing List , To: Mark Brown Return-path: Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: This patch series fixes a spurious I/O error with DaVinci SPI. v2: - Update to handle DMA case - add a patch to use dev_err() for error reporting Sekhar Nori (2): spi: davinci: fix spurious i/o error spi: davinci: use dev_err() for error reporting drivers/spi/spi-davinci.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Thu, 10 Dec 2015 21:59:03 +0530 Subject: [PATCH v2 0/2] spi: davinci: fix spurious i/o error Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch series fixes a spurious I/O error with DaVinci SPI. v2: - Update to handle DMA case - add a patch to use dev_err() for error reporting Sekhar Nori (2): spi: davinci: fix spurious i/o error spi: davinci: use dev_err() for error reporting drivers/spi/spi-davinci.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -- 2.6.3 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752633AbbLJQ3h (ORCPT ); Thu, 10 Dec 2015 11:29:37 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:45071 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121AbbLJQ3f (ORCPT ); Thu, 10 Dec 2015 11:29:35 -0500 From: Sekhar Nori To: Mark Brown CC: Grygorii Strashko , , Linux ARM Mailing List , Subject: [PATCH v2 0/2] spi: davinci: fix spurious i/o error Date: Thu, 10 Dec 2015 21:59:03 +0530 Message-ID: X-Mailer: git-send-email 2.6.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series fixes a spurious I/O error with DaVinci SPI. v2: - Update to handle DMA case - add a patch to use dev_err() for error reporting Sekhar Nori (2): spi: davinci: fix spurious i/o error spi: davinci: use dev_err() for error reporting drivers/spi/spi-davinci.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -- 2.6.3