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


Groups > linux.kernel > #1447874

Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size

From Michael Weiser <michael.weiser@gmx.de>
Newsgroups linux.kernel
Subject Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size
Date 2016-07-21 15:20 +0200
Message-ID <rXm3p-7UG-39@gated-at.bofh.it> (permalink)
References <pVihY-8ri-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <oliver@schinagl.nl>

Tested-by: Michael Weiser <michael.weiser@gmx.de>

> 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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Michael Weiser <michael.weiser@gmx.de> - 2016-07-21 15:20 +0200
  Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Mark Brown <broonie@kernel.org> - 2016-07-21 18:40 +0200
    Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Michael Weiser <michael.weiser@gmx.de> - 2016-07-21 20:10 +0200
      Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Mark Brown <broonie@kernel.org> - 2016-07-21 20:20 +0200
      Re: [PATCH v6] ARM: sun4i: spi: Allow transfers larger than FIFO size Mark Brown <broonie@kernel.org> - 2016-07-21 20:30 +0200

csiph-web