mbox

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

Message ID 1444562528-12745-1-git-send-email-jteki@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Oct. 11, 2015, 11:22 a.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit 9a4c6e9abf5261f565cfbf1e80c6e17d26ad0b1e:

  sunxi: Fix USB regulators in Linksprite_pcDuino_defconfig (2015-10-10 11:54:16 +0200)

are available in the git repository at:

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

for you to fetch changes up to 03d1d568a04b3d67e0f09b598554c2b74e31224f:

  configs: ls1021atwr: Enable DSPI for LS1021ATWR (2015-10-11 16:43:06 +0530)

----------------------------------------------------------------
Jagan Teki (2):
      spi: xilinx_spi: Fix to configure CPOL, CPHA mask
      spi: zynq_spi: Fix to configure CPOL, CPHA mask

Mirza Krak (1):
      spi: tegra20: Add support for mode selection

Yao Yuan (2):
      mtd: sf: Add support AT26DF081A chip
      configs: ls1021atwr: Enable DSPI for LS1021ATWR

Yuan Yao (1):
      dm: dts: ls1021a-twr: Enable DSPI2 on LS1021ATWR

 arch/arm/dts/ls1021a-twr.dts | 16 ++++++++++++++++
 drivers/mtd/spi/sf_params.c  |  1 +
 drivers/spi/tegra20_slink.c  | 21 +++++++++++++++++++++
 drivers/spi/xilinx_spi.c     | 10 +++++-----
 drivers/spi/zynq_spi.c       |  7 ++++---
 include/configs/ls1021atwr.h |  6 +++++-
 6 files changed, 52 insertions(+), 9 deletions(-)

Comments

Tom Rini Oct. 12, 2015, 3:14 p.m. UTC | #1
On Sun, Oct 11, 2015 at 04:52:08PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 9a4c6e9abf5261f565cfbf1e80c6e17d26ad0b1e:
> 
>   sunxi: Fix USB regulators in Linksprite_pcDuino_defconfig (2015-10-10 11:54:16 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 03d1d568a04b3d67e0f09b598554c2b74e31224f:
> 
>   configs: ls1021atwr: Enable DSPI for LS1021ATWR (2015-10-11 16:43:06 +0530)
> 

Applied to u-boot/master, thanks!