index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: add ooblayout for old hamming layout
Alexander Couzens
2017-05-03
1
-1
/
+69
*
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
2017-04-25
1
-2
/
+8
*
mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
Masahiro Yamada
2017-04-25
1
-9
/
+32
*
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
2017-04-25
1
-2
/
+1
*
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
2017-04-25
1
-7
/
+5
*
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Masahiro Yamada
2017-03-24
1
-0
/
+2
*
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
Masahiro Yamada
2017-03-24
1
-0
/
+2
*
mtd: nand: use read_oob() instead of cmdfunc() for bad block check
Masahiro Yamada
2017-03-24
1
-21
/
+13
*
mtd: nand: allow to set only one of ECC size and ECC strength from DT
Masahiro Yamada
2017-03-24
1
-6
/
+0
*
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
2017-03-08
1
-11
/
+0
*
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
2017-03-08
1
-17
/
+1
*
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
2017-03-08
1
-30
/
+2
*
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
2017-03-08
1
-17
/
+2
*
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
2017-03-08
1
-86
/
+28
*
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
2017-03-08
1
-48
/
+4
*
mtd: nand: Add manufacturer specific initialization/detection steps
Boris Brezillon
2017-03-08
1
-10
/
+65
*
mtd: nand: Do not expose the NAND manufacturer table directly
Boris Brezillon
2017-03-08
1
-12
/
+11
*
mtd: nand: Rename nand_get_flash_type() into nand_detect()
Boris Brezillon
2017-03-08
1
-3
/
+2
*
mtd: nand: Get rid of busw parameter
Boris Brezillon
2017-03-08
1
-31
/
+37
*
mtd: nand: Store nand ID in struct nand_chip
Boris Brezillon
2017-03-08
1
-25
/
+30
*
mtd: nand: Get rid of the mtd parameter in all auto-detection functions
Boris Brezillon
2017-03-08
1
-24
/
+30
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips
Zach Brown
2017-02-08
1
-0
/
+3
*
mtd: nand: implement 'max_bad_blocks' mtd function
Zach Brown
2017-02-08
1
-0
/
+37
*
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
Brian Norris
2016-11-30
1
-18
/
+66
|
\
|
*
mtd: nand: Support controllers with custom page
Marc Gonzalez
2016-11-19
1
-3
/
+31
|
*
mtd: nand: change return type of nand_get_flash_type() to int
Masahiro Yamada
2016-11-07
1
-14
/
+10
|
*
mtd: nand: Wait tCCS after a column change
Boris Brezillon
2016-11-07
1
-1
/
+25
*
|
mtd: nand: Fix data interface configuration logic
Boris Brezillon
2016-10-28
1
-18
/
+42
|
/
*
mtd: nand: fix trivial spelling error
Brian Norris
2016-10-03
1
-1
/
+1
*
mtd: nand: Provide nand_cleanup() function to free NAND related resources
Richard Weinberger
2016-09-23
1
-7
/
+15
*
mtd: nand: Fix nand_command_lp() for 8bits opcodes
Boris Brezillon
2016-09-23
1
-1
/
+4
*
mtd: nand: Support maximizing ECC when using software BCH
Boris Brezillon
2016-09-23
1
-0
/
+20
*
mtd: nand: Add an option to maximize the ECC strength
Boris Brezillon
2016-09-23
1
-0
/
+3
*
mtd: nand: automate NAND timings selection
Boris Brezillon
2016-09-23
1
-0
/
+157
*
mtd: nand: Create a NAND reset function
Sascha Hauer
2016-09-23
1
-5
/
+20
*
mtd: nand: Get rid of needless 'goto'
Andrey Smirnov
2016-09-23
1
-12
/
+6
*
mtd: nand: Error out if cmd_ctrl() is missing
Andrey Smirnov
2016-09-23
1
-0
/
+9
*
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
2016-09-23
1
-2
/
+1
*
mtd: nand: fix bug writing 1 byte less than page size
Hector Palacios
2016-07-19
1
-1
/
+1
*
Merge tag 'nand/for-4.7' of github.com:linux-nand/linux
Brian Norris
2016-05-06
1
-259
/
+405
|
\
|
*
mtd: nand: add support for "nand-ecc-algo" DT property
Rafał Miłecki
2016-05-05
1
-7
/
+13
|
*
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
Rafał Miłecki
2016-05-05
1
-8
/
+3
|
*
mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
Rafał Miłecki
2016-05-05
1
-1
/
+8
|
*
mtd: nand: read ECC algorithm from the new field
Rafał Miłecki
2016-05-05
1
-61
/
+85
|
*
mtd: nand: set ECC algorithm to Hamming on fallback
Rafał Miłecki
2016-05-05
1
-0
/
+1
|
*
mtd: nand: move of_get_nand_xxx() helpers into nand_base.c
Boris Brezillon
2016-05-05
1
-1
/
+93
|
*
mtd: nand: kill the ecc->layout field
Boris Brezillon
2016-05-05
1
-7
/
+0
|
*
mtd: nand: bch: switch to mtd_ooblayout_ops
Boris Brezillon
2016-05-05
1
-0
/
+15
|
*
mtd: nand: implement the default mtd_ooblayout_ops
Boris Brezillon
2016-04-19
1
-49
/
+93
[next]