index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
/
nand.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
David Mosberger
2014-06-06
1
-1
/
+10
*
mtd: nand: force NAND_CMD_READID onto 8-bit bus
Brian Norris
2014-06-06
1
-0
/
+10
*
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
Paul Burton
2013-10-09
1
-0
/
+3
*
mtd: resync with Linux-3.7.1
Sergey Lapin
2013-05-31
1
-68
/
+105
*
Consolidate bool type
York Sun
2013-04-01
1
-1
/
+1
*
nand: Move the sub-page read support enable to a flag
Joe Hershberger
2012-11-26
1
-3
/
+4
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2012-09-21
1
-3
/
+4
|
\
|
*
nand: Try to align the default buffers
Simon Glass
2012-09-07
1
-3
/
+4
*
|
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
Marek Vasut
2012-09-17
1
-3
/
+0
*
|
nand: consolidate duplicated constants
Joe Hershberger
2012-09-17
1
-0
/
+2
|
/
*
linux/compat.h: rename from linux/mtd/compat.h
Mike Frysinger
2012-04-30
1
-1
/
+1
*
nand: reinstate lazy bad block scanning
Scott Wood
2012-02-28
1
-0
/
+2
*
nand: Merge changes from Linux nand driver
Christian Hitz
2012-01-26
1
-162
/
+212
*
nand: Merge BCH code from Linux nand driver
Christian Hitz
2012-01-26
1
-7
/
+3
*
nand: Add common functions to linux/mtd/nand.h
Simon Schwarz
2011-12-06
1
-0
/
+7
*
NAND: add support for reading ONFI page table
Florian Fainelli
2011-04-01
1
-0
/
+69
*
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
Lei Wen
2011-01-12
1
-1
/
+3
*
NAND: add NAND_CMD_PARAM (0xec) definition
Florian Fainelli
2010-12-17
1
-0
/
+1
*
nand: constify id/manu tables
Mike Frysinger
2010-12-17
1
-2
/
+2
*
NAND: Update to support 64 bit device size
Sandeep Paulraj
2009-11-13
1
-1
/
+1
*
MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
Sandeep Paulraj
2009-08-26
1
-0
/
+1
*
NAND: ADD page Parameter to all read_page/read_page_raw API's
Sandeep Paulraj
2009-08-26
1
-2
/
+2
*
nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
Stefan Roese
2009-07-16
1
-1
/
+1
*
NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
Wolfgang Grandegger
2009-01-23
1
-9
/
+0
*
NAND: Allow NAND and OneNAND to coexist
Alessandro Rubini
2008-10-31
1
-69
/
+1
*
NAND: sync with 2.6.27
Scott Wood
2008-10-29
1
-3
/
+9
*
Fix OneNAND build break
Kyungmin Park
2008-08-13
1
-15
/
+1
*
NAND: Scan bad blocks lazily.
Ilya Yanok
2008-08-12
1
-0
/
+2
*
Fixing coding style issues
William Juul
2008-08-12
1
-3
/
+4
*
Remove white space at end.
William Juul
2008-08-12
1
-1
/
+1
*
Update MTD to that of Linux 2.6.22.1
William Juul
2008-08-12
1
-144
/
+306
*
NAND: Provide a sane default for NAND_MAX_CHIPS.
Scott Wood
2008-05-28
1
-0
/
+4
*
fix various comments
Marcel Ziswiler
2008-01-09
1
-1
/
+1
*
[PATCH][NAND] Define the Vendor Id for Micron NAND Flash
Ulf Samuelsson
2007-05-24
1
-0
/
+1
*
Code cleanup
Wolfgang Denk
2006-07-21
1
-37
/
+37
*
Minor code cleanup
Wolfgang Denk
2006-03-06
1
-1
/
+0
*
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
Bartlomiej Sieka
2006-03-05
1
-119
/
+385
*
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
Bartlomiej Sieka
2006-02-24
1
-1
/
+4
|
\
|
*
Update of new NAND code
Wolfgang Denk
2005-09-14
1
-22
/
+22
|
*
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Wolfgang Denk
2005-08-17
1
-116
/
+387
|
/
*
Patches by Josef Wagner, 29 Oct 2004:
wdenk
2005-04-03
1
-0
/
+2
*
* Patch by Gary Jennejohn, 11 Sep 2003:
wdenk
2003-09-11
1
-1
/
+1
*
* Patch by Scott McNutt, 21 Jul 2003:
wdenk
2003-07-27
1
-3
/
+3
*
* Code cleanup:
LABEL_2003_06_27_2340
wdenk
2003-06-27
1
-4
/
+4
*
* Patch by Marc Singer, 29 May 2003:
LABEL_2003_05_31_2115
wdenk
2003-05-31
1
-2
/
+2
*
* Patch by Rick Bronson, 16 Mar 2003:
wdenk
2003-03-26
1
-2
/
+113
*
Initial revision
wdenk
2002-11-02
1
-0
/
+87