All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] spi: spi-mem: Fix read data size issue
Date: Tue, 16 Jul 2019 17:20:42 +0530	[thread overview]
Message-ID: <CAMty3ZA+xCU8tFohQ=M9q2K+wuoY=yF-v=iugr4eQP_U8V=kuw@mail.gmail.com> (raw)
In-Reply-To: <1562750607-44125-1-git-send-email-ye.li@nxp.com>

On Wed, Jul 10, 2019 at 2:54 PM Ye Li <ye.li@nxp.com> wrote:
>
> When slave drivers don't set the max_read_size, the spi-mem should directly
> use data.nbytes and not limit to any size. But current logic will limit to
> the max_write_size.
>
> Signed-off-by: Ye Li <ye.li@nxp.com>
> ---
>  drivers/spi/spi-mem.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Applied to u-boot-spi/master

      parent reply	other threads:[~2019-07-16 11:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-10  9:23 [U-Boot] [PATCH] spi: spi-mem: Fix read data size issue Ye Li
2019-07-12 12:20 ` Vignesh Raghavendra
2019-07-15  7:32 ` Jagan Teki
2019-07-16 11:50 ` Jagan Teki [this message]

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='CAMty3ZA+xCU8tFohQ=M9q2K+wuoY=yF-v=iugr4eQP_U8V=kuw@mail.gmail.com' \
    --to=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /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.