mbox

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

Message ID 1483547636-6833-1-git-send-email-jagan@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Jan. 4, 2017, 4:33 p.m. UTC
Hi Tom,

Please take this PR.

thanks!
Jagan.

The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388:

  Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500)

are available in the git repository at:

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

for you to fetch changes up to 101000b771164d9deaf7f911c72a251302d56a5d:

  mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print (2017-01-04 16:56:44 +0100)

----------------------------------------------------------------
Jagan Teki (1):
      mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print

Vignesh R (2):
      spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible
      spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible

 drivers/mtd/nand/mxs_nand_spl.c  |  2 +-
 drivers/spi/cadence_qspi_apb.c   | 48 ++++++++++++++++++++++++++++++----------
 include/configs/k2g_evm.h        |  1 +
 include/configs/socfpga_common.h |  1 +
 include/configs/stv0991.h        |  1 +
 5 files changed, 40 insertions(+), 13 deletions(-)

Comments

Tom Rini Jan. 5, 2017, 1:28 p.m. UTC | #1
On Wed, Jan 04, 2017 at 05:33:56PM +0100, Jagan Teki wrote:

> Hi Tom,
> 
> Please take this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388:
> 
>   Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 101000b771164d9deaf7f911c72a251302d56a5d:
> 
>   mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print (2017-01-04 16:56:44 +0100)
> 

Applied to u-boot/master, thanks!