index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'next' of ../next
Wolfgang Denk
2009-12-15
7
-61
/
+193
|
\
|
*
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
Heiko Schocher
2009-12-08
1
-4
/
+0
|
*
Merge branch 'master' into next
Wolfgang Denk
2009-12-07
1
-1
/
+1
|
|
\
|
*
|
Add a unified s3c24x0 header file
kevin.morfitt@fearnside-systems.co.uk
2009-11-27
1
-1
/
+1
|
*
|
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
Minkyu Kang
2009-11-27
1
-1
/
+1
|
*
|
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
kevin.morfitt@fearnside-systems.co.uk
2009-11-27
1
-1
/
+1
|
*
|
NAND: Add Support for 4K page size in DaVinci NAND driver
Sandeep Paulraj
2009-11-20
1
-7
/
+16
|
*
|
S3C2410 NAND Flash Add Missing Function
Hui.Tang
2009-11-18
1
-4
/
+27
|
*
|
NAND: Update read_read_subpage API check
Sandeep Paulraj
2009-11-18
1
-1
/
+1
|
*
|
fsl_elbc_nand: remove the bbt descriptors relocation fixup
Mingkai Hu
2009-11-13
1
-4
/
+0
|
*
|
NAND: fix "raw" reads with ECC syndrome layouts
David Brownell
2009-11-13
1
-4
/
+96
|
*
|
NAND: Don't walk past end of oobfree[]
Sandeep Paulraj
2009-11-13
1
-1
/
+2
|
*
|
NAND: Update check condition for nand_read_page_hwecc API
Sandeep Paulraj
2009-11-13
1
-1
/
+1
|
*
|
NAND: Updating comments/explanations in the NAND driver
Sandeep Paulraj
2009-11-13
1
-4
/
+8
|
*
|
NAND: Subpage shift for ecc_steps equal to 16
Sandeep Paulraj
2009-11-13
1
-0
/
+1
|
*
|
NAND: Remove commented out code
Sandeep Paulraj
2009-11-13
1
-1
/
+0
|
*
|
NAND: Correct the "chip_shift" calculation
Sandeep Paulraj
2009-11-13
1
-1
/
+1
|
*
|
NAND: Update to support 64 bit device size
Sandeep Paulraj
2009-11-13
2
-28
/
+39
*
|
|
nand: Fix access to last block in NAND devices
Stefan Roese
2009-12-11
1
-2
/
+2
|
|
/
|
/
|
*
|
Fix computation in nand_util.c:get_len_incl_bad
Daniel Hobi
2009-12-07
1
-1
/
+1
|
/
*
Clean-up of s3c24x0 nand driver
kevin.morfitt@fearnside-systems.co.uk
2009-10-13
1
-37
/
+25
*
Conditionally perform common relocation fixups
Peter Tyser
2009-10-03
1
-0
/
+2
*
NAND: davinci: Fix warnings when 4-bit ECC not used
Scott Wood
2009-09-28
1
-2
/
+1
*
mpc512x. Micron nand flash needs a reset before a read command is issued.
Paul Gibson
2009-09-22
1
-0
/
+1
*
ppc4xx: Big cleanup of PPC4xx defines
Stefan Roese
2009-09-11
1
-2
/
+2
*
mxc_nand: Remove Freescale's "All Rights Reserved."
Scott Wood
2009-09-04
1
-1
/
+1
*
NAND: DaVinci: V2 Adding 4 BIT ECC support
Sandeep Paulraj
2009-08-26
1
-2
/
+282
*
MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
Sandeep Paulraj
2009-08-26
1
-0
/
+59
*
mxc_nand: add nand driver for MX2/MX3
Ilya Yanok
2009-08-26
2
-0
/
+881
*
NAND: ADD page Parameter to all read_page/read_page_raw API's
Sandeep Paulraj
2009-08-26
2
-8
/
+10
*
83xx, kmeter1: added NAND support
Heiko Schocher
2009-08-26
2
-0
/
+136
*
KB9202: Add NAND support
Matthias Kaehlcke
2009-08-26
2
-0
/
+151
*
ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
Feng Kan
2009-08-25
1
-2
/
+2
*
add WATCHDOG_RESET() on nand write and read
Giulio Benetti
2009-08-21
1
-0
/
+4
*
omap3: replace all instances of gpmc config struct by one global
Dirk Behme
2009-08-08
1
-17
/
+16
*
omap3: remove typedefs for configuration structs
Dirk Behme
2009-08-08
1
-1
/
+1
*
omap3: embedd gpmc_cs into gpmc config struct
Matthias Ludwig
2009-08-07
1
-15
/
+7
*
Remove legacy NAND and disk on chip code.
Scott Wood
2009-07-16
2
-5
/
+0
*
nand: ndfc: Remove unnecessary #ifdef's
Stefan Roese
2009-07-16
1
-6
/
+0
*
nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
Stefan Roese
2009-07-16
2
-0
/
+224
*
nand: fixed failed reads on corrected ECC errors in nand_util.c
Valeriy Glushkov
2009-07-16
1
-5
/
+5
*
Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
David Brownell
2009-07-16
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2009-07-13
2
-0
/
+83
|
\
|
*
nand: Add Marvell Kirkwood NAND driver
Prafulla Wadaskar
2009-07-08
2
-0
/
+83
*
|
fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
Mingkai Hu
2009-07-07
1
-0
/
+4
*
|
Bug-fix in drivers mtd nand Makefile
kevin.morfitt@fearnside-systems.co.uk
2009-07-07
1
-1
/
+1
*
|
mtd: nand: use loff_t for offset
Jean-Christophe PLAGNIOL-VILLARD
2009-07-07
1
-10
/
+10
*
|
mtd: nand: new base driver for memory mapped nand devices
Mike Frysinger
2009-07-07
2
-0
/
+54
*
|
davinci_nand chipselect/init cleanup
David Brownell
2009-07-07
1
-20
/
+8
*
|
davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
David Brownell
2009-07-07
1
-205
/
+13
[prev]
[next]