Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f251b8dfdd0721255ea11751cdc282834e43b74e
/
drivers
/
mtd
/
nand
/
nand_base.c
f251b8d
mtd: nand_wait: warn if the nand is busy on exit
by Matthieu CASTET
· 12 years ago
7483096
mtd: use the NAND_STATUS_FAIL to replace the hardcode
by Huang Shijie
· 12 years ago
6924d99
mtd: nand: fix Samsung SLC detection regression
by Brian Norris
· 12 years ago
af451af
mtd: nand: fix Samsung SLC NAND identification regression
by Brian Norris
· 12 years ago
e2d3a35
mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F ID
by Brian Norris
· 12 years ago
73ca392
mtd: nand: decode Hynix MLC, 6-byte ID length
by Brian Norris
· 12 years ago
e3b88bd
mtd: nand: add generic READ ID length calculation functions
by Brian Norris
· 12 years ago
f23a481
mtd: nand: split simple ID decode into its own function
by Brian Norris
· 12 years ago
fc09bbc
mtd: nand: split extended ID decoding into its own function
by Brian Norris
· 12 years ago
7e74c2d
mtd: nand: split BB marker options decoding into its own function
by Brian Norris
· 12 years ago
4aef9b7
mtd: nand: remove redundant ID read
by Brian Norris
· 12 years ago
47450b3
mtd: nand: remove unnecessary variable
by Brian Norris
· 12 years ago
7db03ec
mtd: add helpers to set/get features for ONFI nand
by Huang Shijie
· 12 years ago
a5ff4f1
mtd: nand: Added a device flag for subpage read support
by Jeff Westfahl
· 12 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 years ago
bf7a01b
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
by Brian Norris
· 12 years ago
11041ae6
mtd: use MTD_OPS_PLACE_OOB macro consistently
by Huang Shijie
· 12 years ago
fdbad98d
mtd: nand: teach write_page and write_page_raw return an error code
by Josh Wu
· 12 years ago
1696e6b
mtd: nand: kill NAND_NO_READRDY
by Brian Norris
· 13 years ago
ea3b2ea
mtd: nand: initialize bitflip_threshold prior to BBT scanning
by Shmulik Ladkani
· 12 years ago
1951f2f
mtd: nand: check the return code of 'read_oob/read_oob_raw'
by Shmulik Ladkani
· 13 years ago
5c2ffb1
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
by Shmulik Ladkani
· 13 years ago
279f08d
mtd: nand: utilize oob_required parameter
by Brian Norris
· 13 years ago
e47f3db
mtd: nand: pass proper 'oob_required' parameter
by Brian Norris
· 13 years ago
1fbb938
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
by Brian Norris
· 13 years ago
1826dbc
mtd: nand: kill NAND_NO_AUTOINCR option
by Brian Norris
· 13 years ago
c00a099
mtd: nand: remove autoincrement 'sndcmd' code
by Brian Norris
· 13 years ago
edbc4540
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
by Mike Dunn
· 13 years ago
e2788c9
mtd: nand: add sanity check of ecc strength to nand_scan_tail()
by Mike Dunn
· 13 years ago
3f91e94
mtd: nand: read_page() returns max_bitflips
by Mike Dunn
· 13 years ago
86c2072
mtd: ecc_strength is at ecc step granularity
by Mike Dunn
· 13 years ago
09cbe58
mtd: nand: Add a NAND_CMD_STATUS when using write verification
by Bastian Hecht
· 13 years ago
886bd33
mtd: print out the page size and oob size after parsing out the nand
by Huang Shijie
· 13 years ago
3b27dac
mtd: unify initialization of erase_info->fail_addr
by Shmulik Ladkani
· 13 years ago
6379575
mtd: support ONFI multi lun NAND
by Matthieu CASTET
· 13 years ago
6a918ba
mtd: flash drivers set ecc strength
by Mike Dunn
· 13 years ago
d42b5de
mtd: change the location of the ONFI detected log
by Huang Shijie
· 13 years ago
bcb1d23
mtd: move zero length verification to MTD API functions
by Artem Bityutskiy
· 13 years ago
5def489
mtd: do not duplicate length and offset checks in drivers
by Artem Bityutskiy
· 13 years ago
e2414f4
mtd: nand: write BBM to OOB even with flash-based BBT
by Brian Norris
· 13 years ago
3c3c10b
mtd: add leading underscore to all mtd functions
by Artem Bityutskiy
· 13 years ago
df69862
mtd: nand: move SCANLASTPAGE handling to the correct code block
by Brian Norris
· 13 years ago
8544331
mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocks
by Brian Norris
· 13 years ago
cdbec05
mtd: nand: fix SCAN2NDPAGE check for BBM
by Brian Norris
· 13 years ago
0091842
mtd: nand: erase block before marking bad
by Brian Norris
· 13 years ago
12183a2
mtd: nand: fix typo in comment
by Wolfram Sang
· 13 years ago
8c34233
mtd: nand: scan 1st and 2nd page for Macronix SLC
by Brian Norris
· 13 years ago
23b1a99
mtd: nand: initialize ops.mode
by Brian Norris
· 13 years ago
6d77b9d
mtd: nand: invalidate cache on unaligned reads
by Brian Norris
· 13 years ago
4a89ff8
mtd: nand: kill member `ops' of `struct nand_chip'
by Brian Norris
· 13 years ago
0612b9d
mtd: rename MTD_OOB_* to MTD_OPS_*
by Brian Norris
· 13 years ago
c46f648
mtd: support reading OOB without ECC
by Brian Norris
· 13 years ago
9ce244b
mtd: support writing OOB without ECC
by Brian Norris
· 13 years ago
289c052
mtd: replace DEBUG() with pr_debug()
by Brian Norris
· 13 years ago
d037021
mtd: nand: style fixups in pr_* messages
by Brian Norris
· 13 years ago
9a4d4d6
mtd: nand: convert printk() to pr_*()
by Brian Norris
· 13 years ago
08c248f
mtd: nand_flash_detect_onfi propagate busw info
by Matthieu CASTET
· 13 years ago
041e457
mtd: nand: handle ECC errors in OOB
by Brian Norris
· 13 years ago
7854d3f
mtd: spelling, capitalization, uniformity
by Brian Norris
· 13 years ago
f722013
mtd: nand_base: always initialise oob_poi before writing OOB data
by THOMSON, Adam (Adam)
· 13 years ago
8b6e50c
mtd: nand: multi-line comment style fixups
by Brian Norris
· 14 years ago
5507766
mtd: nand: remove unnecessary TODO
by Brian Norris
· 14 years ago
d3f2ed5
mtd: nand: remove meaningless delay from nand_unlock
by Jiri Pinkava
· 14 years ago
bb9ebd4
mtd: nand: rename NAND_USE_FLASH_BBT
by Brian Norris
· 14 years ago
a40f734
mtd: nand: consolidate redundant flash-based BBT flags
by Brian Norris
· 14 years ago
5fb1549
mtd: nand: separate chip options / bbt_options
by Brian Norris
· 14 years ago
a0dc552
mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option
by Brian Norris
· 14 years ago
5ffcaf3
mtd: nand: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
26d9be1
mtd: return badblockbits back
by Artem Bityutskiy
· 14 years ago
c2aad6d
mtd: nand: remove doubled chip deselection on (un)lock
by Jiri Pinkava
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
193bd40
mtd: nand: add software BCH ECC support
by Ivan Djelic
· 14 years ago
775adc3d4
mtd: nand: fix a typo in a commentary
by Jason Liu
· 14 years ago
ab2020f
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
cbcab65
mtd: nand: add mtd->writebufsize initialization
by Anatolij Gustschin
· 14 years ago
b7b1a29
mtd: nand: rearrange ONFI revision checking, add ONFI 2.3
by Brian Norris
· 14 years ago
0b524fb
mtd: nand: choose correct chip name (ONFI bug)
by Brian Norris
· 14 years ago
beda1d4
Revert "mtd: nand: add check for out of page read"
by Artem Bityutskiy
· 14 years ago
4ccb3b4
mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiB
by David Woodhouse
· 14 years ago
e14feaf
mtd: nand: add check for out of page read
by Jason Liu
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
cdcf12b
mtd: nand: fix MTD_MODE_RAW writes
by Jon Povey
· 14 years ago
12a40a5
mtd: add init_size hook for NAND driver
by Huang Shijie
· 14 years ago
c1194c7
mtd: nand_base: do not cache pages with uncorrectable ECC errors
by Artem Bityutskiy
· 14 years ago
7351d3a
mtd: fix almost all checkpatch warnings in nand_base.c
by Florian Fainelli
· 14 years ago
f8ac041
mtd: fix all checkpatch errors in nand_base.c
by Florian Fainelli
· 14 years ago
6fb277b
mtd: nand: split ONFI detection logic to its own function
by Florian Fainelli
· 14 years ago
d1e1f4e
mtd: nand: add support for reading ONFI parameters from NAND device
by Florian Fainelli
· 14 years ago
34c5bf6
mtd: nand: Samsung MLC - new OOB sizes
by Brian Norris
· 14 years ago
13ed7ae
mtd: nand: support new Toshiba SLC
by Brian Norris
· 14 years ago
2173bae
mtd: nand: spansion S30MLxxxP support
by Brian Norris
· 14 years ago
12c8eb9
mtd: fix callback return value check
by Baruch Siach
· 14 years ago
cfe3fda
mtd: nand: Fix probe of Samsung NAND chips
by Tilman Sauerbeck
· 14 years ago
065a1ed
mtd: nand: Fix regression in BBM detection
by Brian Norris
· 14 years ago
b6d676d
mtd/nand_base: fix kernel-doc warnings & typos
by Randy Dunlap
· 14 years ago
6ae0185
mtd: Remove obsolete <mtd/compatmac.h> include
by David Woodhouse
· 14 years ago
02ed70b
mtd: nand: update nand_default_block_markbad()
by Brian Norris
· 14 years ago
58373ff
mtd: nand: more BB Detection refactoring and dynamic scan options
by Brian Norris
· 14 years ago
c7b28e2
mtd: nand: refactor BB marker detection
by Brian Norris
· 14 years ago
30fe811
mtd: nand: edit macro flag for BBT scan of last page in block
by Brian Norris
· 14 years ago
Next »