mbox

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

Message ID 1502888439-13072-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 Aug. 16, 2017, 1 p.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

  common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to 294f2050c438d1e4ab39fd040d394927772048f2:

  sf: Preserve QE bit when clearing BP# bits for Macronix flash (2017-08-16 18:21:50 +0530)

----------------------------------------------------------------
Bin Meng (2):
      sf: Add Macronix MX25U6435F device parameters
      sf: Preserve QE bit when clearing BP# bits for Macronix flash

Wenyou.Yang@microchip.com (1):
      mtd: spi: sf_dataflash: Add print message while erase error

 drivers/mtd/spi/sf_dataflash.c  | 10 ++++++++--
 drivers/mtd/spi/spi_flash.c     | 22 ++++++++++++++++++----
 drivers/mtd/spi/spi_flash_ids.c |  1 +
 3 files changed, 27 insertions(+), 6 deletions(-)

Comments

Tom Rini Aug. 17, 2017, 1:17 a.m. UTC | #1
On Wed, Aug 16, 2017 at 06:30:39PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>   common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 294f2050c438d1e4ab39fd040d394927772048f2:
> 
>   sf: Preserve QE bit when clearing BP# bits for Macronix flash (2017-08-16 18:21:50 +0530)
> 

Applied to u-boot/master, thanks!