All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [next] Pull request u-boot-blackfin.git (sf branch)
@ 2009-06-08  8:22 Mike Frysinger
  2009-06-08 21:57 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2009-06-08  8:22 UTC (permalink / raw)
  To: u-boot

The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4:
  Stefan Roese (1):
        mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code

are available in the git repository at for the "next" branch:

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

Prafulla Wadaskar (1):
      sf: new Macronix MX25xx SPI flash driver

Todor I Mollov (1):
      sf: atmel: implement power-of-two write/erase funcs

 drivers/mtd/spi/Makefile             |    1 +
 drivers/mtd/spi/atmel.c              |  139 +++++++++++++++
 drivers/mtd/spi/macronix.c           |  312 ++++++++++++++++++++++++++++++++++
 drivers/mtd/spi/spi_flash.c          |    5 +
 drivers/mtd/spi/spi_flash_internal.h |    1 +
 5 files changed, 458 insertions(+), 0 deletions(-)
 create mode 100644 drivers/mtd/spi/macronix.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [next] Pull request u-boot-blackfin.git (sf branch)
  2009-06-08  8:22 [U-Boot] [next] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
@ 2009-06-08 21:57 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-06-08 21:57 UTC (permalink / raw)
  To: u-boot

Dear Mike Frysinger,

In message <1244449323-30525-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4:
>   Stefan Roese (1):
>         mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
> 
> are available in the git repository at for the "next" branch:
> 
>   git://www.denx.de/git/u-boot-blackfin.git sf
> 
> Prafulla Wadaskar (1):
>       sf: new Macronix MX25xx SPI flash driver
> 
> Todor I Mollov (1):
>       sf: atmel: implement power-of-two write/erase funcs
> 
>  drivers/mtd/spi/Makefile             |    1 +
>  drivers/mtd/spi/atmel.c              |  139 +++++++++++++++
>  drivers/mtd/spi/macronix.c           |  312 ++++++++++++++++++++++++++++++++++
>  drivers/mtd/spi/spi_flash.c          |    5 +
>  drivers/mtd/spi/spi_flash_internal.h |    1 +
>  5 files changed, 458 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/mtd/spi/macronix.c

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When choosing between two evils, I always like to take the  one  I've
never tried before.                     -- Mae West, "Klondike Annie"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [NEXT] Pull request u-boot-blackfin.git (sf branch)
  2010-12-17 13:56 [U-Boot] [NEXT] " Mike Frysinger
@ 2010-12-17 19:08 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-12-17 19:08 UTC (permalink / raw)
  To: u-boot

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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Die Scheu vor Verantwortung ist die Krankheit unserer Zeit.
                                                 -- Otto von Bismarck

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [NEXT] Pull request u-boot-blackfin.git (sf branch)
@ 2010-12-17 13:56 Mike Frysinger
  2010-12-17 19:08 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2010-12-17 13:56 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-17 19:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-08  8:22 [U-Boot] [next] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
2009-06-08 21:57 ` Wolfgang Denk
2010-12-17 13:56 [U-Boot] [NEXT] " Mike Frysinger
2010-12-17 19:08 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.