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
/
nand_base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nand_base: trivial: fix comment read/write comment
Ben Gardiner
2011-07-01
1
-1
/
+1
*
NAND: rearrange ONFI revision checking, add ONFI 2.3
Florian Fainelli
2011-04-15
1
-8
/
+12
*
NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
Florian Fainelli
2011-04-15
1
-1
/
+1
*
NAND: add support for reading ONFI page table
Florian Fainelli
2011-04-01
1
-49
/
+144
*
NAND: add more watchdog resets
Scott Wood
2011-04-01
1
-0
/
+6
*
Minor Coding Style Cleanup.
Wolfgang Denk
2011-02-02
1
-19
/
+19
*
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
Lei Wen
2011-01-12
1
-14
/
+15
*
MTD/NAND: fix nand_base.c to use get_timer() correctly
Reinhard Meyer
2010-12-17
1
-6
/
+9
*
nand: constify id/manu tables
Mike Frysinger
2010-12-17
1
-3
/
+3
*
nand: remove dead code and suspend/resume
Scott Wood
2010-10-11
1
-237
/
+1
*
nand util: read/write: accept unaligned length
Scott Wood
2010-10-11
1
-7
/
+0
*
mtd: nand: supress 'unknown NAND' warning if no nand is found
Steve Sakoman
2010-09-08
1
-3
/
+6
*
NAND: show manufacturer and device ID for unknown chips
Florian Fainelli
2010-07-08
1
-1
/
+5
*
NAND: Update read_read_subpage API check
Sandeep Paulraj
2009-11-18
1
-1
/
+1
*
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
1
-10
/
+16
*
MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
Sandeep Paulraj
2009-08-26
1
-0
/
+59
*
NAND: ADD page Parameter to all read_page/read_page_raw API's
Sandeep Paulraj
2009-08-26
1
-7
/
+9
*
mtd: nand: Include linux/mtd/partitions.h in nand_base.h
Stefan Roese
2009-04-28
1
-0
/
+4
*
Enable multi chip support in the NAND layer
Wolfgang Grandegger
2009-03-23
1
-0
/
+2
*
NAND: Add timeout for reset command
Peter Tyser
2009-02-06
1
-2
/
+17
*
NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
Peter Tyser
2009-02-06
1
-0
/
+2
*
NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
Wolfgang Grandegger
2009-01-23
1
-1
/
+1
*
NAND: Mark the BBT as scanned prior to calling scan_bbt.
Scott Wood
2008-12-16
1
-1
/
+1
*
NAND: Reset chip on power-up
Karl Beldan
2008-10-29
1
-0
/
+8
*
NAND: sync with 2.6.27
Scott Wood
2008-10-29
1
-8
/
+119
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
1
-3
/
+3
*
drivers/mtd/nand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-08-13
1
-5
/
+0
*
NAND: chip->state does not always get set.
Marcel Ziswiler
2008-08-12
1
-0
/
+1
*
NAND: Scan bad blocks lazily.
Ilya Yanok
2008-08-12
1
-3
/
+7
*
Don't panic if a controller driver does ecc its own way.
Scott Wood
2008-08-12
1
-2
/
+6
*
NAND: Make NAND driver less verbose per default
Stefan Roese
2008-08-12
1
-3
/
+3
*
NAND: Change nand_wait_ready() to not call nand_wait()
Stefan Roese
2008-08-12
1
-1
/
+10
*
Fixing coding style issues
William Juul
2008-08-12
1
-1
/
+1
*
Remove white space at end.
William Juul
2008-08-12
1
-2
/
+2
*
Update MTD to that of Linux 2.6.22.1
William Juul
2008-08-12
1
-1695
/
+1784
*
NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
Scott Wood
2008-07-09
1
-35
/
+68
*
NAND: Added support for 128-bit OOB, adapted
Sergei Poselenov
2008-06-11
1
-13
/
+33
*
Big white-space cleanup.
Wolfgang Denk
2008-05-21
1
-10
/
+10
*
PATCH - Fix oob data copied into supplied buffer
Troy Kisky
2008-04-21
1
-9
/
+8
*
drivers/mtd : move mtd drivers to drivers/mtd
Jean-Christophe PLAGNIOL-VILLARD
2007-11-25
1
-0
/
+2668