Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992646AbbHHTmJ (ORCPT ); Sat, 8 Aug 2015 15:42:09 -0400 Received: from 7of9.schinagl.nl ([88.159.158.68]:51962 "EHLO 7of9.schinagl.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992586AbbHHTmF (ORCPT ); Sat, 8 Aug 2015 15:42:05 -0400 From: Olliver Schinagl To: Mark Brown , Maxime Ripard Cc: Olliver Schinagl , dev@linux-sunxi.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Olliver Schinagl Subject: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Date: Sat, 8 Aug 2015 21:41:51 +0200 Message-Id: <1439062912-4405-1-git-send-email-oliver@schinagl.nl> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1150 Lines: 29 Alexandru sent this patch over a year and a half ago, and I believe several tree's have been carrying it since. We've been using this patch on an Olimex OLinuxIno Lime1 and Lime2 using the mmc-spi driver to access SD cards without problems. So bumping this and adding my Tested-by: Olliver Schinagl Changes from v5as warned by checkpatch. No functional changes. * Added some newlines to make checkpatch happy. No functional changes. Changes from v4: * use min3() instead of two if statements in sun4i_spi_fill_fifo() * fix trivial whitespace issue in if statement in sun4i_spi_handler() * use consistent style in assigning 'reg' in the added functions. Alexandru Gagniuc (1): ARM: sun4i: spi: Allow transfers larger than FIFO size drivers/spi/spi-sun4i.c | 76 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 67 insertions(+), 9 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/