All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagannadh.teki@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/5] DW SPI: fixes and improvements
Date: Thu, 22 Mar 2018 23:03:50 +0530	[thread overview]
Message-ID: <CAD6G_RSwXeGUacEhhA9scLU=twFvxFezLr6i259KLzgUWL7GVQ@mail.gmail.com> (raw)
In-Reply-To: <20180322105047.15915-1-Eugeniy.Paltsev@synopsys.com>

On Thu, Mar 22, 2018 at 4:20 PM, Eugeniy Paltsev
<Eugeniy.Paltsev@synopsys.com> wrote:
> Various fixes and improvements of designware spi driver.
>
> Changes v1->v2:
>  * Use readl_poll_timeout macros instead of custom code.
>
> Eugeniy Paltsev (5):
>   DW SPI: fix tx data loss on FIFO flush
>   DW SPI: fix transmit only mode
>   DW SPI: refactor poll_transfer functions
>   DW SPI: add option to use external gpio for chip select
>   DW SPI: use 32 bit access instead of 16 and 32 bit mix
>
>  drivers/spi/designware_spi.c | 132 ++++++++++++++++++++++++++++---------------
>  1 file changed, 87 insertions(+), 45 deletions(-)

Applied to u-boot-spi/master

  parent reply	other threads:[~2018-03-22 17:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-22 10:50 [U-Boot] [PATCH v2 0/5] DW SPI: fixes and improvements Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 1/5] DW SPI: fix tx data loss on FIFO flush Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 2/5] DW SPI: fix transmit only mode Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 3/5] DW SPI: refactor poll_transfer functions Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 4/5] DW SPI: add option to use external gpio for chip select Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 5/5] DW SPI: use 32 bit access instead of 16 and 32 bit mix Eugeniy Paltsev
2018-03-22 17:33 ` Jagan Teki [this message]
2018-03-22 17:35   ` [U-Boot] [PATCH v2 0/5] DW SPI: fixes and improvements Alexey Brodkin
2018-03-22 18:12     ` Jagan Teki
2018-03-22 18:13       ` Alexey Brodkin

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='CAD6G_RSwXeGUacEhhA9scLU=twFvxFezLr6i259KLzgUWL7GVQ@mail.gmail.com' \
    --to=jagannadh.teki@gmail.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.