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: 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-29
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-05
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
|
*
mtd: nand: use mtd_set_ecclayout() where appropriate
Boris Brezillon
2016-04-19
1
-1
/
+1
|
*
mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
2016-04-19
1
-112
/
+88
|
*
mtd: nand: export default read/write oob functions
Boris Brezillon
2016-04-19
1
-8
/
+10
|
*
mtd: nand: Remove BUG() abuse in nand_scan_tail
Ezequiel García
2016-04-19
1
-19
/
+33
|
*
mtd: nand: set ECC algorithm in nand_dt_init
Rafał Miłecki
2016-04-19
1
-1
/
+5
|
*
mtd: nand: Remove the "nand-disk" LED trigger
Ezequiel Garcia
2016-04-13
1
-28
/
+1
*
|
mtd: nand: Drop mtd.owner requirement in nand_scan
Ezequiel García
2016-04-02
1
-9
/
+1
|
/
*
mtd: nand: remove kerneldoc for removed function parameter
Brian Norris
2016-03-11
1
-1
/
+0
*
mtd: nand: don't select chip in nand_chip's block_bad op
Archit Taneja
2016-03-10
1
-22
/
+19
*
mtd: nand: simplify nand_bch_init() usage
Boris BREZILLON
2016-03-07
1
-4
/
+2
*
mtd: create an mtd_oobavail() helper and make use of it
Boris BREZILLON
2016-03-07
1
-12
/
+4
*
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
2016-03-07
1
-7
/
+7
*
mtd: nand: check status before reporting timeout
Brian Norris
2016-03-07
1
-2
/
+2
*
mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
Boris BREZILLON
2016-01-06
1
-7
/
+46
*
mtd: nand: assign reasonable default name for NAND drivers
Brian Norris
2016-01-06
1
-0
/
+3
*
mtd: nand: Disable subpage writes for drivers without ecc->hwctl
Helmut Schaa
2015-12-18
1
-1
/
+1
*
mtd: nand: kill the chip->flash_node field
Boris BREZILLON
2015-12-18
1
-3
/
+0
*
mtd: nand: simplify nand_dt_init() usage
Boris BREZILLON
2015-12-18
1
-10
/
+11
*
mtd: nand: make use of mtd_to_nand() in NAND core code
Boris BREZILLON
2015-12-08
1
-42
/
+42
*
Merge MTD 4.4 development into MTD -next
Brian Norris
2015-11-16
1
-1
/
+1
|
\
|
*
mtd: nand: fix shutdown/reboot for multi-chip systems
Brian Norris
2015-11-16
1
-1
/
+1
*
|
mtd: nand: convert to nand_get_flash_node()
Boris BREZILLON
2015-11-11
1
-3
/
+3
[next]