mbox

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

Message ID 1452186128-6934-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 Jan. 7, 2016, 5:02 p.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit 78680314c53a95c0bb25e942662979843b60d7b9:

  Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-12-27 09:15:57 -0500)

are available in the git repository at:


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

for you to fetch changes up to 8770413f380d07439bc9ad60c6b4d108d5a9adf0:

  spi: fsl_qspi: fix an error of using GENMASK (2016-01-07 20:29:33 +0530)

----------------------------------------------------------------
Fabio Estevam (1):
      spi: spi_flash: Fix the arguments of stm_is_locked_sr()

Gong Qianyu (1):
      spi: fsl_qspi: fix an error of using GENMASK

 drivers/mtd/spi/spi_flash.c | 4 ++--
 drivers/spi/fsl_qspi.c      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Tom Rini Jan. 7, 2016, 5:42 p.m. UTC | #1
On Thu, Jan 07, 2016 at 10:32:08PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 78680314c53a95c0bb25e942662979843b60d7b9:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-12-27 09:15:57 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 8770413f380d07439bc9ad60c6b4d108d5a9adf0:
> 
>   spi: fsl_qspi: fix an error of using GENMASK (2016-01-07 20:29:33 +0530)
> 

Applied to u-boot/master, thanks!