index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux 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
*
mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDs
Boris BREZILLON
2014-09-22
1
-0
/
+2
*
mtd: nand: don't break long print messages
Rafał Miłecki
2014-09-17
1
-9
/
+5
*
mtd: nand: fix integer widening problems
Brian Norris
2014-08-19
1
-2
/
+2
*
mtd: nand: fix nand_lock/unlock() function
White Ding
2014-08-19
1
-0
/
+18
*
Merge tag 'v3.16-rc6' into MTD development branch
Brian Norris
2014-07-21
1
-2
/
+4
|
\
|
*
mtd: nand: reduce the warning noise when the ECC is too weak
Thomas Petazzoni
2014-07-13
1
-2
/
+4
*
|
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2014-07-08
1
-0
/
+18
|
/
*
mtd: nand: Warn the user if the selected ECC strength is too weak
Ezequiel Garcia
2014-05-21
1
-0
/
+36
*
NAND_ECC_SOFT_BCH can support subpage reads too
Ron Lee
2014-05-20
1
-2
/
+10
*
mtd: nand: Add support to use nand_base poi databuf as bounce buffer
Kamal Dasu
2014-05-20
1
-6
/
+31
*
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
2014-05-09
1
-7
/
+7
*
mtd: nand: fix a typo in a comment line
Masahiro Yamada
2014-04-29
1
-1
/
+1
*
mtd: nand: use the nand_read_subpage index everywhere
Ron
2014-04-15
1
-2
/
+1
*
Fix index regression in nand_read_subpage
Ron
2014-04-04
1
-3
/
+2
*
mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCH
Erico Nunes
2014-03-26
1
-1
/
+1
*
mtd: nand: add "page" argument for read_subpage hook
Huang Shijie
2014-03-10
1
-2
/
+5
*
mtd: nand: remove unused function input parameter
Cai Zhiyong
2014-03-10
1
-7
/
+5
*
mtd: nand: print out the right information for JEDEC compliant NAND
Huang Shijie
2014-03-10
1
-2
/
+11
*
mtd: nand: parse out the JEDEC compliant NAND
Huang Shijie
2014-03-10
1
-0
/
+85
*
mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndrome
Boris BREZILLON
2014-03-10
1
-1
/
+1
*
mtd: nand: don't use read_buf for 8-bit ONFI transfers
Brian Norris
2014-03-10
1
-11
/
+3
*
mtd: nand: force NAND_CMD_READID onto 8-bit bus
Brian Norris
2014-03-10
1
-2
/
+4
*
mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}
Huang Shijie
2014-03-10
1
-4
/
+15
*
mtd: nand: fix off-by-one read retry mode counting
Brian Norris
2014-02-14
1
-1
/
+1
*
mtd: nand: add support for Samsung K9LCG08U0B
Huang Shijie
2014-01-20
1
-1
/
+4
*
mtd: nand: don't use {read,write}_buf for 8-bit transfers
Uwe Kleine-König
2014-01-14
1
-2
/
+55
*
mtd: nand: support Micron READ RETRY
Brian Norris
2014-01-13
1
-0
/
+27
*
mtd: nand: add generic READ RETRY support
Brian Norris
2014-01-13
1
-4
/
+52
*
mtd: nand: localize ECC failures per page
Brian Norris
2014-01-13
1
-5
/
+8
*
mtd: nand: assign mtd->name in find_full_id_nand
Cai Zhiyong
2014-01-11
1
-0
/
+3
*
mtd: nand: refactor print messages
Ezequiel Garcia
2014-01-03
1
-13
/
+13
*
mtd: nand: use a local variable to simplify the nand_scan_tail
Huang Shijie
2013-11-07
1
-109
/
+104
*
mtd: nand: hack ONFI for non-power-of-2 dimensions
Brian Norris
2013-11-06
1
-2
/
+13
*
mtd: nand: fix the wrong mtd->type for nand chip
Huang Shijie
2013-10-27
1
-1
/
+1
*
mtd: nand: print out the cell information for nand chip
Huang Shijie
2013-10-27
1
-4
/
+6
*
mtd: nand: set the cell information for ONFI nand
Huang Shijie
2013-10-27
1
-0
/
+1
*
mtd: nand: add the "bits per cell" info for legacy ID NAND
Huang Shijie
2013-10-27
1
-0
/
+3
*
mtd: nand: rename the cellinfo to bits_per_cell
Huang Shijie
2013-10-27
1
-2
/
+12
*
mtd: nand: add a helper to check the SLC/MLC nand chip
Huang Shijie
2013-10-27
1
-8
/
+6
*
mtd: nand: correct extemded param page error handling
Brian Norris
2013-10-27
1
-4
/
+5
*
mtd: nand: cleanup ONFI printed errors, warnings
Brian Norris
2013-10-27
1
-9
/
+15
*
mtd: nand: fix memory leak in ONFI extended parameter page
Brian Norris
2013-09-27
1
-5
/
+3
*
mtd: nand: fixup kerneldoc, rename parameter
Brian Norris
2013-08-30
1
-5
/
+6
*
mtd: set ONFI nand's default hooks in nand_set_defaults()
Huang Shijie
2013-08-30
1
-6
/
+6
*
mtd: set the ecc step size for master/slave mtd_info
Huang Shijie
2013-08-30
1
-0
/
+1
*
mtd: nand: silence some shift wrap warnings
Dan Carpenter
2013-08-30
1
-4
/
+4
*
mtd: parse out the ECC info for the full-id nand chips
Huang Shijie
2013-08-30
1
-0
/
+2
*
mtd: replace the hardcode with the onfi_feature()
Huang Shijie
2013-08-30
1
-2
/
+4
*
mtd: get the ECC info from the Extended Parameter Page
Huang Shijie
2013-08-30
1
-0
/
+87
*
mtd: get the ECC info from the parameter page for ONFI nand
Huang Shijie
2013-08-30
1
-0
/
+5
[next]