mbox

[U-Boot,NEXT] Pull request u-boot-blackfin.git (sf branch)

Message ID 1292594185-20198-1-git-send-email-vapier@gentoo.org
State Accepted
Headers show

Pull-request

git://www.denx.de/git/u-boot-blackfin.git sf

Message

Mike Frysinger Dec. 17, 2010, 1:56 p.m. UTC
The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:

  powerpc/nand spl: link libgcc (2010-12-16 23:19:14 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git sf

Chong Huang (1):
      sf: new driver for EON devices

Wojtek Skulski (1):
      sf: winbond: add support for W25Q16/32/128 parts

 drivers/mtd/spi/Makefile             |    1 +
 drivers/mtd/spi/eon.c                |  275 ++++++++++++++++++++++++++++++++++
 drivers/mtd/spi/spi_flash.c          |    3 +
 drivers/mtd/spi/spi_flash_internal.h |    1 +
 drivers/mtd/spi/winbond.c            |   39 ++++--
 5 files changed, 309 insertions(+), 10 deletions(-)
 create mode 100644 drivers/mtd/spi/eon.c

Comments

Wolfgang Denk Dec. 17, 2010, 7:08 p.m. UTC | #1
Dear Mike Frysinger,

In message <1292594185-20198-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:
> 
>   powerpc/nand spl: link libgcc (2010-12-16 23:19:14 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-blackfin.git sf
> 
> Chong Huang (1):
>       sf: new driver for EON devices
> 
> Wojtek Skulski (1):
>       sf: winbond: add support for W25Q16/32/128 parts
> 
>  drivers/mtd/spi/Makefile             |    1 +
>  drivers/mtd/spi/eon.c                |  275 ++++++++++++++++++++++++++++++++++
>  drivers/mtd/spi/spi_flash.c          |    3 +
>  drivers/mtd/spi/spi_flash_internal.h |    1 +
>  drivers/mtd/spi/winbond.c            |   39 ++++--
>  5 files changed, 309 insertions(+), 10 deletions(-)
>  create mode 100644 drivers/mtd/spi/eon.c

Applied to "next", thanks.

Best regards,

Wolfgang Denk