Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
efa1f43b7dbdc0ab4db103f472f2838adc6f7ba1
/
drivers
/
mtd
/
nand
efa1f43
mxc nand: Fix warning on !MXC_NFC_V2_1
by Tom Rini
· 12 years ago
9c60e75
mxc nand: Homogenize IP revisions with Linux
by Benoît Thébaudeau
· 12 years ago
13927f0
mtd mxc nand: Merge init functions
by Benoît Thébaudeau
· 12 years ago
7c28a1c
mtd mxc nand: Fix ECC state after read_page_raw_syndrome()
by Benoît Thébaudeau
· 12 years ago
0e499b0
mtd mxc nand: Use _mxc_nand_enable_hwecc()
by Benoît Thébaudeau
· 12 years ago
c1db8dd
mxc nand: Access all ecc_status_result fields
by Benoît Thébaudeau
· 12 years ago
365b2c0
mxc nand: cosmectic: Light cleanup
by Benoît Thébaudeau
· 12 years ago
80c8ab7
mxc nand: Merge mtd and spl register definitions
by Benoît Thébaudeau
· 12 years ago
9c790a7
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
by Marek Vasut
· 12 years ago
e70bfa2
nand: Make NAND lock status compatible with Micron
by Joe Hershberger
· 12 years ago
33b1d5c
nand: consolidate duplicated constants
by Joe Hershberger
· 12 years ago
e331ab2
nand: Change ulong to loff_t and size_t
by Joe Hershberger
· 12 years ago
eee623a
nand: Add support for unlock.invert
by Joe Hershberger
· 12 years ago
d62e9ca
mtd: support ONFI multi lun NAND
by Matthieu CASTET
· 13 years ago
bdfd59a
at91: atmel_nand: Update driver to support Programmable Multibit ECC controller
by Wu, Josh
· 12 years ago
ae79794
at91: atmel_nand: remove unused variables.
by Wu, Josh
· 12 years ago
fe2185e
at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param().
by Wu, Josh
· 12 years ago
fa7a51c
mxs: Convert sys_proto.h prefixes to 'mxs'
by Otavio Salvador
· 12 years ago
d439504
arm: omap: Fix switching back to nandecc sw.
by Jeroen Hofstee
· 12 years ago
9c47114
mxs: prefix register structs with 'mxs' prefix
by Otavio Salvador
· 12 years ago
0def98e
mtd/NAND: Remove obsolete SPEAr specific NAND drivers
by Vipin KUMAR
· 12 years ago
7f0730a
mtd/NAND: Add FSMC driver support
by Vipin KUMAR
· 12 years ago
8fa3d2b
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 12 years ago
e52fee9
NAND: Remove ONFI detection message to from bootup log
by Stefan Roese
· 13 years ago
76d067a
driver/mtd:IFC: Fix possible memory leak
by Prabhakar Kushwaha
· 13 years ago
807fc70
driver/mtd: IFC NAND: Add support of ONFI NAND flash
by Prabhakar Kushwaha
· 13 years ago
a35ea80
mtd, nand: move some printfs to debug output.
by Heiko Schocher
· 13 years ago
6568302
nand_util: correct YAFFS image write function
by Liu, Wentao
· 13 years ago
a102873
imx: nand: Support flash based BBT
by Timo Ketola
· 13 years ago
7b15e2b
linux/compat.h: rename from linux/mtd/compat.h
by Mike Frysinger
· 13 years ago
96666a3
DMA: Split the APBH DMA init into block and channel init
by Marek Vasut
· 13 years ago
6b9408e
i.MX28: Add cache support to MXS NAND driver
by Marek Vasut
· 13 years ago
f7dad8f
NAND: TI: fix warnings in omap_gpmc.c
by Stefano Babic
· 13 years ago
5f720b8
mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_command
by Prabhakar Kushwaha
· 13 years ago
d903612
mtd/nand: Fix IFC driver to support 2K NAND page
by Prabhakar Kushwaha
· 13 years ago
fb49454
nand: reinstate lazy bad block scanning
by Scott Wood
· 13 years ago
1f7b174
Revert "nand: make 1-bit software ECC configurable"
by Scott Wood
· 13 years ago
3f54108
Blackfin: bfin_nand: mark local func static
by Mike Frysinger
· 13 years ago
c178347
nand/fsl_elbc: Convert to self-init
by Scott Wood
· 13 years ago
578931b
nand: Introduce CONFIG_SYS_NAND_SELF_INIT
by Scott Wood
· 13 years ago
80519c8
mtd/nand: Add ONFI support for FSL NAND controller
by Shengzhou Liu
· 13 years ago
4fee6c2
nand: make 1-bit software ECC configurable
by Christian Hitz
· 13 years ago
5454ddb
nand: Sanitize ONFI strings.
by Christian Hitz
· 13 years ago
ff8a8a7
nand: Merge changes to BBT from Linux nand driver
by Christian Hitz
· 13 years ago
2a8e0fc
nand: Merge changes from Linux nand driver
by Christian Hitz
· 13 years ago
90e3f39
nand: cleanup whitespace
by Christian Hitz
· 13 years ago
8c2d9c6
nand: Add more NAND types from Linux nand driver
by Christian Hitz
· 13 years ago
4c6de85
nand: Merge BCH code from Linux nand driver
by Christian Hitz
· 13 years ago
d3022c5
nand_spl_simple: store ecc data on the stack
by Stefano Babic
· 13 years ago
b7fde58
drivers/mtd/nand/nand_spl_load.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
18b8907
drivers/mtd/nand/nand_spl_simple.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
ff62fb4
omap_gpmc: use SOFTECC in SPL if it's enabled
by Ilya Yanok
· 13 years ago
1df308e
nand_spl_simple: add support for software ECC
by Ilya Yanok
· 13 years ago
56c91bc
Fix regression in SMDK6400
by Simon Schwarz
· 13 years ago
82645f8
nand: Add common functions to linux/mtd/nand.h
by Simon Schwarz
· 13 years ago
c9e798d
Fix Stelian's email address
by Stelian Pop
· 13 years ago
0d4e850
iMX28: Add GPMI NAND driver
by Marek Vasut
· 13 years ago
68bb829
spl, nand: add 4bit HW ecc oob first nand_read_page function
by Heiko Schocher
· 13 years ago
435199f
arm, davinci: add support for new spl framework
by Heiko Schocher
· 13 years ago
7a129a5
GCC4.6: Use debug() instead of debugX() in s3c24xx_nand.c
by Marek Vasut
· 13 years ago
d8fffa0
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Wolfgang Denk
· 13 years ago
3a6591a
MIPS: Jz4740: Add NAND driver
by Xiangfu Liu
· 13 years ago
6016194
NAND: davinci: choose correct 1-bit h/w ECC reg
by Laurence Withers
· 13 years ago
4f7549d
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 13 years ago
1fed668
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 13 years ago
24dd863
PPC: Fix fsl_upm.c by renaming nand handling functions
by Marek Vasut
· 13 years ago
17d261d
mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi
by mhench
· 13 years ago
6d41419
NAND: Really ignore bad blocks when scrubbing
by Marek Vasut
· 13 years ago
b4b1e76
mxc_nand: fix a problem writing more than 32MB
by Helmut Raiger
· 13 years ago
780f30b
mxc_nand: fixed some typos (cosmetic)
by Helmut Raiger
· 13 years ago
1568009
nand: increase chip_delay in mv kirkwood nand driver
by Stefan Bigler
· 13 years ago
89131e9
GCC4.6: Squash warning in nand_bbt.c
by Marek Vasut
· 13 years ago
12c2f1e
spl: add NAND Library to new SPL
by Simon Schwarz
· 13 years ago
52f90da
nand: Freescale Integrated Flash Controller NAND support
by Dipen Dudhat
· 14 years ago
eced462
NAND: Add 16bit NAND support for the NDFC
by Alex Waterman
· 13 years ago
169d54d
nand_util: drop trailing all-0xff pages if requested
by Ben Gardiner
· 13 years ago
c135456
nand_util: treat WITH_YAFFS_OOB as a mode
by Ben Gardiner
· 13 years ago
a6c9aa1
nand_util: convert nand_write_skip_bad() to flags
by Ben Gardiner
· 13 years ago
bee038e
nand_base: trivial: fix comment read/write comment
by Ben Gardiner
· 13 years ago
aad99bb
NAND: rearrange ONFI revision checking, add ONFI 2.3
by Florian Fainelli
· 14 years ago
a931f49
NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
by Florian Fainelli
· 14 years ago
67a490d
atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN
by michael
· 14 years ago
0272c71
NAND: add support for reading ONFI page table
by Florian Fainelli
· 14 years ago
6f2ffc3
NAND: add more watchdog resets
by Scott Wood
· 14 years ago
d1a24f0
Minor Coding Style Cleanup.
by Wolfgang Denk
· 14 years ago
58c758f
mxc_nand: add support for i.MX35 processor
by Stefano Babic
· 14 years ago
245eb90
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
by Lei Wen
· 14 years ago
47fc18f
NAND: add the ability to directly write yaffs image
by Lei Wen
· 14 years ago
7fab9df
nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined.
by Alexander Holler
· 14 years ago
7a8fc36
MTD/NAND: fix nand_base.c to use get_timer() correctly
by Reinhard Meyer
· 14 years ago
0bdecd8
nand: constify id/manu tables
by Mike Frysinger
· 14 years ago
9fd8491
fsl_upm: Add MxMR/MDR synchronization
by John Schmoller
· 14 years ago
2111cb4
fix s3c2410_nand timing default values
by David Müller (ELSOFT AG)
· 14 years ago
c5d0282
ppc4xx/NAND: Reduce size of NAND SPL image
by Stefan Roese
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
17dd883
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Wolfgang Denk
· 14 years ago
2e5167c
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
d9abba8
Add generic support for samsung s3c2440
by C Nauman
· 14 years ago
10d6ac9
davinci_nand, trivial : use symbolic ECC start command
by Ben Gardiner
· 14 years ago
5b8e6bb
nand: remove dead code and suspend/resume
by Scott Wood
· 14 years ago
Next »