mbox

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

Message ID 1457793887-16084-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 March 12, 2016, 2:44 p.m. UTC
Hi Tom,

Please take these two fixes for this release.

thanks!
Jagan.

The following changes since commit 76aab9eb8b4618891914e41fa1ea84441f8c53fd:

  exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support (2016-03-11 10:59:51 +0900)

are available in the git repository at:

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

for you to fetch changes up to ea9619aed6908e83b0679bd9c9aa4ae97714ef97:

  sf: Correct data types in stm_is_locked_sr() (2016-03-12 19:55:42 +0530)

----------------------------------------------------------------
Lokesh Vutla (1):
      dm: ti_qspi: Fix conversion of address to a pointer

Marek Vasut (1):
      sf: Correct data types in stm_is_locked_sr()

 drivers/mtd/spi/spi_flash.c |  6 +++---
 drivers/spi/ti_qspi.c       | 10 +++++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

Comments

Tom Rini March 13, 2016, 1:45 p.m. UTC | #1
On Sat, Mar 12, 2016 at 08:14:47PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please take these two fixes for this release.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 76aab9eb8b4618891914e41fa1ea84441f8c53fd:
> 
>   exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support (2016-03-11 10:59:51 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to ea9619aed6908e83b0679bd9c9aa4ae97714ef97:
> 
>   sf: Correct data types in stm_is_locked_sr() (2016-03-12 19:55:42 +0530)
> 

Applied to u-boot/master, thanks!