mbox series

[U-Boot] Pull request: u-boot-spi/master

Message ID 20180324082517.14330-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-spi/master | expand

Pull-request

git://git.denx.de/u-boot-spi.git master

Message

Jagan Teki March 24, 2018, 8:25 a.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit 2511930193a420eb8bb6cfa9c60912626f68ae67:

  Merge git://git.denx.de/u-boot-mips (2018-03-21 18:58:03 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-spi.git master

for you to fetch changes up to 63018a3eddd5d9c64f7ee42615a63c6a67ab484d:

  omap3: spi: Correct ti, pindir-d0-out-d1-in parsing (2018-03-23 23:03:29 +0530)

----------------------------------------------------------------
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

Sjoerd Simons (1):
      omap3: spi: Correct ti, pindir-d0-out-d1-in parsing

 drivers/spi/designware_spi.c | 130 ++++++++++++++++++++++++++++---------------
 drivers/spi/omap3_spi.c      |   6 +-
 2 files changed, 89 insertions(+), 47 deletions(-)

Comments

Tom Rini March 26, 2018, 7:09 p.m. UTC | #1
On Sat, Mar 24, 2018 at 01:55:17PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 2511930193a420eb8bb6cfa9c60912626f68ae67:
> 
>   Merge git://git.denx.de/u-boot-mips (2018-03-21 18:58:03 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 63018a3eddd5d9c64f7ee42615a63c6a67ab484d:
> 
>   omap3: spi: Correct ti, pindir-d0-out-d1-in parsing (2018-03-23 23:03:29 +0530)
> 

Applied to u-boot/master, thanks!