Alexey Korolev
|
3d45955962
[MTD] [NAND] subpage read feature as a way to increase performance.
|
17 년 전 |
Ben Dooks
|
ed8165c75e
[MTD] [NAND] Verify probe by retrying to checking the results match
|
17 년 전 |
Linus Torvalds
|
a8e98d6d51
Merge git://git.infradead.org/mtd-2.6
|
17 년 전 |
Joe Perches
|
8e87d7820a
drivers/mtd/: Spelling fixes
|
17 년 전 |
Scott Wood
|
1c45f60406
[MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...
|
17 년 전 |
Scott Wood
|
78b65179d0
[MTD] [NAND] Don't panic if a controller driver does ecc its own way.
|
17 년 전 |
Matt Reimer
|
c32b8dcc45
[MTD] [NAND] treat any negative return value from correct() as an error
|
17 년 전 |
David Woodhouse
|
49defc015f
[MTD] [NAND] Avoid deadlock in erase callback; release chip lock first.
|
17 년 전 |
maximilian attems
|
8b2b403ce0
[MTD] [NAND] nand_base.c fix broken link
|
18 년 전 |
Artem Bityutskiy
|
c0b8ba7bfe
[MTD] [NAND] fix race in nand_base.c
|
18 년 전 |
Ben Dooks
|
8b099a390d
[MTD] [NAND] nand_base.c: fix type of eccpos pointer
|
18 년 전 |
Thomas Knobloch
|
1a12f46af1
[MTD] [NAND] Tidy up handling of page number in nand_block_bad()
|
18 년 전 |
Knobloch, Thomas
|
78ab67da10
[MTD] [NAND] Wrong calculation of page number in nand_block_bad()
|
18 년 전 |
Andre Renaud
|
4226b51037
[MTD] [NAND] Casting bug in nand_default_block_markbad
|
18 년 전 |
Thomas Gleixner
|
90424de8d0
[MTD] [NAND] Use ecc.read/write_page_raw consequently
|
18 년 전 |
Vitaly Wool
|
1f92267c51
[MTD] [NAND] make oobavail public
|
18 년 전 |
Artem Bityutskiy
|
64f6071056
[MTD] remove unused ecctype,eccsize fields from struct mtd_info
|
18 년 전 |
Adrian Hunter
|
0373615579
[MTD] [NAND] Correctly validate out-of-band offset and length
|
18 년 전 |
David Woodhouse
|
bd3c97a7c7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
|
18 년 전 |
Thomas Gleixner
|
29072b9607
[MTD] NAND: add subpage write support
|
18 년 전 |
Vitaly Wool
|
7014568bad
[MTD] [NAND] remove len/ooblen confusion.
|
18 년 전 |
Jesper Juhl
|
efbfe96c5d
[PATCH] silence 'make xmldocs' warning by adding missing description of 'raw' in nand_base.c:1485
|
18 년 전 |
Ricard Wanderlöf
|
ff0dab64b4
[MTD] NAND: Fix nand_default_mark_blockbad() when flash-based BBT disabled
|
18 년 전 |
David Woodhouse
|
784f4d5e66
[MTD] NAND: Correct setting of chip->oob_poi OOB buffer
|
18 년 전 |
David Woodhouse
|
7dcdcbef5d
[MTD] NAND: Combined oob buffer so it's contiguous with data
|
18 년 전 |
Artem Bityutskiy
|
d29ebdbee4
[MTD] core: trivial comments fix
|
18 년 전 |
David Woodhouse
|
956e944c76
[MTD NAND] Allow override of page read and write functions.
|
18 년 전 |
David Woodhouse
|
4bf63fcb83
[MTD NAND] Allocate chip->buffers separately to allow it to be overridden
|
18 년 전 |
David Woodhouse
|
3b85c3211e
[MTD NAND] Split nand_scan() into two parts; allow board driver to intervene
|
18 년 전 |
David Woodhouse
|
4b648b0253
[MTD NAND] Export nand_wait_ready() for use by board drivers
|
18 년 전 |