All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiner Kallweit <hkallweit1@gmail.com>
To: Brian Norris <computersforpeace@gmail.com>
Cc: MTD Maling List <linux-mtd@lists.infradead.org>
Subject: [PATCH 0/2] mtd: m25p80: make use of recently introduced max_transfer_size in SPI core
Date: Sat, 27 Feb 2016 23:47:57 +0100	[thread overview]
Message-ID: <56D2279D.9070400@gmail.com> (raw)

Some time ago there was a discussion about enabling m25p80_read to read
in chunks due to controller transfer size limits. Related patches have
been proposed but it seems like they got lost on the way.

This is a new attempt to add reading in chunks if the transfer size
exceeds the controller limit exposed via spi_max_transfer_size().

Heiner Kallweit (2):
  mtd: m25p80: fix retlen usage in m25p80_read and propagate errors
  mtd: m25p80: consider max_transfer_size when reading

 drivers/mtd/devices/m25p80.c | 43 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 36 insertions(+), 7 deletions(-)

-- 
2.7.1

                 reply	other threads:[~2016-02-27 22:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56D2279D.9070400@gmail.com \
    --to=hkallweit1@gmail.com \
    --cc=computersforpeace@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.