mbox series

[U-Boot] Please pull u-boot-cfi-flash/master

Message ID 6b459368-9b2a-c339-7d7d-87ee305c69bc@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-cfi-flash/master | expand

Pull-request

git://www.denx.de/git/u-boot-cfi-flash.git

Message

Stefan Roese Sept. 26, 2017, 3:59 p.m. UTC
Hi Tom,

please pull the following 2 patches from Marek for the CFI driver.

Thanks,
Stefan

The following changes since commit 1f6049e2501b5c35c61435dbc05ba96743202674:

  tools/mkimage: Make the path to the dtc binary that mkimage calls configurable (2017-09-24 07:33:03 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git 

for you to fetch changes up to 72443c7f7d2174903e73ee88dcb4364e0387bbb2:

  mtd: cfi: Add support for status register polling (2017-09-26 10:57:53 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      mtd: cfi: Zap cfi_flash_base in DM case
      mtd: cfi: Add support for status register polling

 drivers/mtd/cfi_flash.c | 25 +++++++++++++++++++------
 include/flash.h         |  5 +++++
 include/mtd/cfi_flash.h |  1 +
 3 files changed, 25 insertions(+), 6 deletions(-)

Comments

Tom Rini Sept. 27, 2017, 2:45 a.m. UTC | #1
On Tue, Sep 26, 2017 at 05:59:44PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following 2 patches from Marek for the CFI driver.
> 
> Thanks,
> Stefan
> 
> The following changes since commit 1f6049e2501b5c35c61435dbc05ba96743202674:
> 
>   tools/mkimage: Make the path to the dtc binary that mkimage calls configurable (2017-09-24 07:33:03 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git 
> 
> for you to fetch changes up to 72443c7f7d2174903e73ee88dcb4364e0387bbb2:
> 
>   mtd: cfi: Add support for status register polling (2017-09-26 10:57:53 +0200)
> 

Applied to u-boot/master, thanks!