All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: nand flash next
@ 2010-12-17 20:33 Scott Wood
  2010-12-17 20:49 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Scott Wood @ 2010-12-17 20:33 UTC (permalink / raw)
  To: u-boot

The following changes since commit 326a69452745352ab09fe9b11d3d2fa4e9213c1c:
  Mike Frysinger (1):
        config.mk: unify duplicated flag setting

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git next

Florian Fainelli (1):
      NAND: add NAND_CMD_PARAM (0xec) definition

Lei Wen (1):
      onenand: add yaffs write command

Mike Frysinger (1):
      nand: constify id/manu tables

Reinhard Meyer (1):
      MTD/NAND: fix nand_base.c to use get_timer() correctly

 common/cmd_onenand.c         |   41 ++++++++++++++++++++++++++++++++++++-----
 drivers/mtd/nand/nand_base.c |   21 ++++++++++++---------
 drivers/mtd/nand/nand_ids.c  |    4 ++--
 include/linux/mtd/nand.h     |    5 +++--
 4 files changed, 53 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot] Pull request: nand flash next
@ 2010-03-23 19:32 Scott Wood
  2010-03-27 23:02 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Scott Wood @ 2010-03-23 19:32 UTC (permalink / raw)
  To: u-boot

The following changes since commit 859500a2be94bfa77a845b9c8a4c499587035fd5:
  Wolfgang Denk (1):
        Merge remote branch 'origin/master' into next

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git next

Cyril Chemparathy (1):
      TI: Davinci: NAND Driver Cleanup

Florian Fainelli (1):
      cmd_nand: show nand scrub confirmation character

Nikolay Petukhov (1):
      at91: add hwecc method for nand

 board/davinci/da830evm/da830evm.c        |    2 +-
 common/cmd_nand.c                        |   10 +-
 drivers/mtd/nand/atmel_nand.c            |  265 ++++++++++++++++++++++++++++++
 drivers/mtd/nand/atmel_nand_ecc.h        |   36 ++++
 drivers/mtd/nand/davinci_nand.c          |  128 ++++++++-------
 include/asm-arm/arch-davinci/emif_defs.h |   77 ++++-----
 6 files changed, 415 insertions(+), 103 deletions(-)
 create mode 100644 drivers/mtd/nand/atmel_nand_ecc.h

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot] Pull request: nand flash next
@ 2009-11-20 22:33 Scott Wood
  2009-11-21 22:18 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Scott Wood @ 2009-11-20 22:33 UTC (permalink / raw)
  To: u-boot

The following changes since commit 06f43286c6354aaab0103615e83893512f86eee7:
  Wolfgang Denk (1):
        Merge branch 'master' into next

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git next

Hui.Tang (1):
      S3C2410 NAND Flash Add Missing Function

Sandeep Paulraj (3):
      NAND:Extending the nand_ecclayout structure
      NAND: Update read_read_subpage API check
      NAND: Add Support for 4K page size in DaVinci NAND driver

 drivers/mtd/nand/davinci_nand.c |   23 ++++++++++++++++-------
 drivers/mtd/nand/nand_base.c    |    2 +-
 drivers/mtd/nand/s3c2410_nand.c |   31 +++++++++++++++++++++++++++----
 include/linux/mtd/mtd-abi.h     |    2 +-
 4 files changed, 45 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot] Pull request: nand flash next
@ 2009-11-13 23:05 Scott Wood
  2009-11-15 22:12 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Scott Wood @ 2009-11-13 23:05 UTC (permalink / raw)
  To: u-boot

The following changes since commit efe12bcec55c3d77b9ead56e62010d26b66781f3:
  Stefan Roese (1):
        ppc4xx: Katmai: Add chip_config command

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git next

Amul Kumar Saha (2):
      Flex-OneNAND driver support
      ENV Variable support for Flex-OneNAND

David Brownell (1):
      NAND: fix "raw" reads with ECC syndrome layouts

Mingkai Hu (2):
      ppc/85xx: make boot from NAND full relocation to RAM
      fsl_elbc_nand: remove the bbt descriptors relocation fixup

Peter Tyser (2):
      cmd_nand: Remove duplicate include
      cmd_nand: Move conditional compilation to Makefile

Sandeep Paulraj (7):
      NAND: Update to support 64 bit device size
      NAND: Correct the "chip_shift" calculation
      NAND: Remove commented out code
      NAND: Subpage shift for ecc_steps equal to 16
      NAND: Updating comments/explanations in the NAND driver
      NAND: Update check condition for nand_read_page_hwecc API
      NAND: Don't walk past end of oobfree[]

 common/Makefile                     |    2 +-
 common/cmd_nand.c                   |   12 -
 common/env_onenand.c                |   10 +
 cpu/mpc85xx/u-boot-nand.lds         |    1 -
 drivers/mtd/nand/fsl_elbc_nand.c    |    4 -
 drivers/mtd/nand/nand_base.c        |  145 ++++++-
 drivers/mtd/nand/nand_bbt.c         |   41 ++-
 drivers/mtd/onenand/onenand_base.c  |  742 ++++++++++++++++++++++++++++++-----
 drivers/mtd/onenand/onenand_bbt.c   |   14 +-
 drivers/mtd/onenand/onenand_uboot.c |    4 +-
 include/configs/apollon.h           |    2 +
 include/linux/mtd/nand.h            |    2 +-
 include/linux/mtd/onenand.h         |   16 +-
 include/linux/mtd/onenand_regs.h    |   18 +-
 include/linux/mtd/partitions.h      |    4 +-
 include/onenand_uboot.h             |   10 +
 16 files changed, 866 insertions(+), 161 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot] Pull request: nand flash next
@ 2009-08-26 20:38 Scott Wood
  2009-08-27 22:21 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Scott Wood @ 2009-08-26 20:38 UTC (permalink / raw)
  To: u-boot

The following changes since commit d7f4d14a8b317857163ccf3d97e3b1a46ba2282e:
  Wolfgang Denk (1):
        Merge branch 'next' of git://www.denx.de/git/u-boot-coldfire into next

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git next

Heiko Schocher (1):
      83xx, kmeter1: added NAND support

Ilya Yanok (1):
      mxc_nand: add nand driver for MX2/MX3

Kyungmin Park (1):
      OneNAND: Remove unused read_spareram

Matthias Kaehlcke (1):
      KB9202: Add NAND support

Sandeep Paulraj (3):
      NAND: ADD page Parameter to all read_page/read_page_raw API's
      MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
      NAND: DaVinci: V2 Adding 4 BIT ECC support

 drivers/mtd/nand/Makefile                |    3 +
 drivers/mtd/nand/davinci_nand.c          |  284 ++++++++++-
 drivers/mtd/nand/fsl_elbc_nand.c         |    2 +-
 drivers/mtd/nand/kb9202_nand.c           |  150 +++++
 drivers/mtd/nand/kmeter1_nand.c          |  135 +++++
 drivers/mtd/nand/mxc_nand.c              |  880 ++++++++++++++++++++++++++++++
 drivers/mtd/nand/nand_base.c             |   75 +++-
 drivers/mtd/onenand/onenand_base.c       |    4 +-
 include/asm-arm/arch-davinci/emif_defs.h |   10 +
 include/configs/kmeter1.h                |    6 +
 include/linux/mtd/nand.h                 |    5 +-
 include/linux/mtd/onenand.h              |    3 +-
 12 files changed, 1540 insertions(+), 17 deletions(-)
 create mode 100644 drivers/mtd/nand/kb9202_nand.c
 create mode 100644 drivers/mtd/nand/kmeter1_nand.c
 create mode 100644 drivers/mtd/nand/mxc_nand.c

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-17 20:33 [U-Boot] Pull request: nand flash next Scott Wood
2010-12-17 20:49 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-03-23 19:32 Scott Wood
2010-03-27 23:02 ` Wolfgang Denk
2009-11-20 22:33 Scott Wood
2009-11-21 22:18 ` Wolfgang Denk
2009-11-13 23:05 Scott Wood
2009-11-15 22:12 ` Wolfgang Denk
2009-08-26 20:38 Scott Wood
2009-08-27 22:21 ` 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.