mbox

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

Message ID 50EED22A.9070203@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Stefan Roese Jan. 10, 2013, 2:37 p.m. UTC
Hi Tom,

please pull the following patches pending for quite some time:

The following changes since commit 642ef40bdc95bef829ae3aadc217f829c4c298c4:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2013-01-09 08:13:22 -0700)

are available in the git repository at:


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

for you to fetch changes up to d2af028db3f75390f56f018e16c0f269521e07c5:

  cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd (2013-01-10 14:40:00 +0100)

----------------------------------------------------------------
Angelo Dureghello (1):
      mtd/cfi: add support for SST 4KB sector granularity

Stefan Roese (4):
      cfi_flash: Add manufact_match helper function
      cfi_flash: Read PPB sector protection from device for AMD/Spansion chips
      cfi_flash: Enable PPB protection for all AMD cmdset flash chips
      cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd

 drivers/mtd/cfi_flash.c | 71 ++++++++++++++++++++++++++++++++++++++++---------
 include/flash.h         |  1 +
 2 files changed, 59 insertions(+), 13 deletions(-)

Comments

Tom Rini Jan. 10, 2013, 9:44 p.m. UTC | #1
On Thu, Jan 10, 2013 at 03:37:30PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following patches pending for quite some time:
> 
> The following changes since commit 642ef40bdc95bef829ae3aadc217f829c4c298c4:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2013-01-09 08:13:22 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> for you to fetch changes up to d2af028db3f75390f56f018e16c0f269521e07c5:
> 
>   cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd (2013-01-10 14:40:00 +0100)
> 
> ----------------------------------------------------------------
> Angelo Dureghello (1):
>       mtd/cfi: add support for SST 4KB sector granularity
> 
> Stefan Roese (4):
>       cfi_flash: Add manufact_match helper function
>       cfi_flash: Read PPB sector protection from device for AMD/Spansion chips
>       cfi_flash: Enable PPB protection for all AMD cmdset flash chips
>       cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd
> 
>  drivers/mtd/cfi_flash.c | 71 ++++++++++++++++++++++++++++++++++++++++---------
>  include/flash.h         |  1 +
>  2 files changed, 59 insertions(+), 13 deletions(-)

Applied to u-boot/master, thanks!