index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-15
mtd: nand: add core support for on-die ECC
Thomas Petazzoni
1
-0
/
+13
2017-05-03
mtd: nand: add ooblayout for old hamming layout
Alexander Couzens
1
-1
/
+69
2017-04-25
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
1
-2
/
+8
2017-04-25
mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
Masahiro Yamada
1
-9
/
+32
2017-04-25
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
1
-2
/
+1
2017-04-25
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
1
-7
/
+5
2017-03-24
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: use read_oob() instead of cmdfunc() for bad block check
Masahiro Yamada
1
-21
/
+13
2017-03-24
mtd: nand: allow to set only one of ECC size and ECC strength from DT
Masahiro Yamada
1
-6
/
+0
2017-03-09
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
1
-11
/
+0
2017-03-09
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
1
-17
/
+1
2017-03-09
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
1
-30
/
+2
2017-03-09
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
1
-17
/
+2
2017-03-09
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
1
-86
/
+28
2017-03-09
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
1
-48
/
+4
2017-03-09
mtd: nand: Add manufacturer specific initialization/detection steps
Boris Brezillon
1
-10
/
+65
2017-03-09
mtd: nand: Do not expose the NAND manufacturer table directly
Boris Brezillon
1
-12
/
+11
2017-03-09
mtd: nand: Rename nand_get_flash_type() into nand_detect()
Boris Brezillon
1
-3
/
+2
2017-03-09
mtd: nand: Get rid of busw parameter
Boris Brezillon
1
-31
/
+37
2017-03-09
mtd: nand: Store nand ID in struct nand_chip
Boris Brezillon
1
-25
/
+30
2017-03-09
mtd: nand: Get rid of the mtd parameter in all auto-detection functions
Boris Brezillon
1
-24
/
+30
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-09
mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chips
Zach Brown
1
-0
/
+3
2017-02-09
mtd: nand: implement 'max_bad_blocks' mtd function
Zach Brown
1
-0
/
+37
2016-11-30
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
Brian Norris
1
-18
/
+66
2016-11-19
mtd: nand: Support controllers with custom page
Marc Gonzalez
1
-3
/
+31
2016-11-07
mtd: nand: change return type of nand_get_flash_type() to int
Masahiro Yamada
1
-14
/
+10
2016-11-07
mtd: nand: Wait tCCS after a column change
Boris Brezillon
1
-1
/
+25
2016-10-28
mtd: nand: Fix data interface configuration logic
Boris Brezillon
1
-18
/
+42
2016-10-03
mtd: nand: fix trivial spelling error
Brian Norris
1
-1
/
+1
2016-09-23
mtd: nand: Provide nand_cleanup() function to free NAND related resources
Richard Weinberger
1
-7
/
+15
2016-09-23
mtd: nand: Fix nand_command_lp() for 8bits opcodes
Boris Brezillon
1
-1
/
+4
2016-09-23
mtd: nand: Support maximizing ECC when using software BCH
Boris Brezillon
1
-0
/
+20
2016-09-23
mtd: nand: Add an option to maximize the ECC strength
Boris Brezillon
1
-0
/
+3
2016-09-23
mtd: nand: automate NAND timings selection
Boris Brezillon
1
-0
/
+157
2016-09-23
mtd: nand: Create a NAND reset function
Sascha Hauer
1
-5
/
+20
2016-09-23
mtd: nand: Get rid of needless 'goto'
Andrey Smirnov
1
-12
/
+6
2016-09-23
mtd: nand: Error out if cmd_ctrl() is missing
Andrey Smirnov
1
-0
/
+9
2016-09-23
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
1
-2
/
+1
2016-07-19
mtd: nand: fix bug writing 1 byte less than page size
Hector Palacios
1
-1
/
+1
2016-05-06
Merge tag 'nand/for-4.7' of github.com:linux-nand/linux
Brian Norris
1
-259
/
+405
2016-05-06
mtd: nand: add support for "nand-ecc-algo" DT property
Rafał Miłecki
1
-7
/
+13
2016-05-06
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
Rafał Miłecki
1
-8
/
+3
2016-05-06
mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mapping
Rafał Miłecki
1
-1
/
+8
2016-05-06
mtd: nand: read ECC algorithm from the new field
Rafał Miłecki
1
-61
/
+85
2016-05-06
mtd: nand: set ECC algorithm to Hamming on fallback
Rafał Miłecki
1
-0
/
+1
2016-05-06
mtd: nand: move of_get_nand_xxx() helpers into nand_base.c
Boris Brezillon
1
-1
/
+93
2016-05-06
mtd: nand: kill the ecc->layout field
Boris Brezillon
1
-7
/
+0
2016-05-06
mtd: nand: bch: switch to mtd_ooblayout_ops
Boris Brezillon
1
-0
/
+15
[prev]
[next]