From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752870AbcGUNQL (ORCPT ); Thu, 21 Jul 2016 09:16:11 -0400 Received: from heinz.dinsnail.net ([85.214.155.104]:35456 "EHLO heinz.dinsnail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbcGUNQG (ORCPT ); Thu, 21 Jul 2016 09:16:06 -0400 X-Greylist: delayed 4452 seconds by postgrey-1.27 at vger.kernel.org; Thu, 21 Jul 2016 09:16:05 EDT Date: Thu, 21 Jul 2016 13:27:01 +0200 From: Michael Weiser To: Olliver Schinagl Cc: Mark Brown , Maxime Ripard , dev@linux-sunxi.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Message-ID: <20160721112701.GB6610@weiser.dinsnail.net> References: <1439062912-4405-1-git-send-email-oliver@schinagl.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439062912-4405-1-git-send-email-oliver@schinagl.nl> User-Agent: Mutt/1.6.1 (2016-04-27) X-dinsnail.net-MailScanner-ID: u6LC07Vj020310 X-MailScanner: Found to be clean X-MailScanner-From: michael@weiser.dinsnail.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, On Sat, Aug 08, 2015 at 09:41:51PM +0200, Olliver Schinagl wrote: > 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 I also have a need for this addition since it makes an ENC28J60 SPI ethernet controller work on the Cubieboard2. I've successfully tested it with 4.6.3 where it still applies cleanly. (There's is a very minor conflict when applying against current Linus master (EINVAL was changed to EMSGSIZE). I can supply a rebased version if so desired.) What is keeping the patch from being merged (i.e. into mainline)? Thanks! Michael > Tested-by: Olliver Schinagl Tested-by: Michael Weiser > 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(-) -- Thanks, Michael From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Weiser Subject: Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Date: Thu, 21 Jul 2016 13:27:01 +0200 Message-ID: <20160721112701.GB6610@weiser.dinsnail.net> References: <1439062912-4405-1-git-send-email-oliver@schinagl.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev@linux-sunxi.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Mark Brown , Maxime Ripard , linux-arm-kernel@lists.infradead.org To: Olliver Schinagl Return-path: Content-Disposition: inline In-Reply-To: <1439062912-4405-1-git-send-email-oliver@schinagl.nl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org Hi all, On Sat, Aug 08, 2015 at 09:41:51PM +0200, Olliver Schinagl wrote: > 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 I also have a need for this addition since it makes an ENC28J60 SPI ethernet controller work on the Cubieboard2. I've successfully tested it with 4.6.3 where it still applies cleanly. (There's is a very minor conflict when applying against current Linus master (EINVAL was changed to EMSGSIZE). I can supply a rebased version if so desired.) What is keeping the patch from being merged (i.e. into mainline)? Thanks! Michael > Tested-by: Olliver Schinagl Tested-by: Michael Weiser > 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(-) -- Thanks, Michael From mboxrd@z Thu Jan 1 00:00:00 1970 From: michael.weiser@gmx.de (Michael Weiser) Date: Thu, 21 Jul 2016 13:27:01 +0200 Subject: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size In-Reply-To: <1439062912-4405-1-git-send-email-oliver@schinagl.nl> References: <1439062912-4405-1-git-send-email-oliver@schinagl.nl> Message-ID: <20160721112701.GB6610@weiser.dinsnail.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi all, On Sat, Aug 08, 2015 at 09:41:51PM +0200, Olliver Schinagl wrote: > 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 I also have a need for this addition since it makes an ENC28J60 SPI ethernet controller work on the Cubieboard2. I've successfully tested it with 4.6.3 where it still applies cleanly. (There's is a very minor conflict when applying against current Linus master (EINVAL was changed to EMSGSIZE). I can supply a rebased version if so desired.) What is keeping the patch from being merged (i.e. into mainline)? Thanks! Michael > Tested-by: Olliver Schinagl Tested-by: Michael Weiser > 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(-) -- Thanks, Michael