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
/
include
/
linux
/
mtd
/
nand.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-23
mtd: nand: Provide nand_cleanup() function to free NAND related resources
Richard Weinberger
1
-1
/
+4
2016-09-23
mtd: nand: Add an option to maximize the ECC strength
Boris Brezillon
1
-0
/
+1
2016-09-23
mtd: nand: automate NAND timings selection
Boris Brezillon
1
-4
/
+10
2016-09-23
mtd: nand: Expose data interface for ONFI mode 0
Sascha Hauer
1
-0
/
+2
2016-09-23
mtd: nand: Add function to convert ONFI mode to data_interface
Sascha Hauer
1
-0
/
+5
2016-09-23
mtd: nand: Introduce nand_data_interface
Sascha Hauer
1
-49
/
+117
2016-09-23
mtd: nand: Create a NAND reset function
Sascha Hauer
1
-0
/
+4
2016-09-23
mtd: nand: remove unnecessary 'extern' from function declarations
Sascha Hauer
1
-15
/
+15
2016-09-23
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
1
-0
/
+7
2016-06-09
mtd: nand: add ESMT manufacturer
Rafał Miłecki
1
-0
/
+1
2016-05-06
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
Rafał Miłecki
1
-1
/
+0
2016-05-06
mtd: nand: kill the ecc->layout field
Boris Brezillon
1
-2
/
+0
2016-04-19
mtd: nand: implement the default mtd_ooblayout_ops
Boris Brezillon
1
-0
/
+3
2016-04-19
mtd: nand: export default read/write oob functions
Boris Brezillon
1
-0
/
+14
2016-04-19
mtd: nand: add new enum for storing ECC algorithm
Rafał Miłecki
1
-0
/
+8
2016-03-10
mtd: nand: don't select chip in nand_chip's block_bad op
Archit Taneja
1
-1
/
+1
2016-01-26
mtd: nand: kill unused ->ecclayout field in platform_nand_chip struct
Boris BREZILLON
1
-2
/
+0
2016-01-23
mtd: nand: add NAND_NEED_SCRAMBLING option flag
Boris BREZILLON
1
-0
/
+6
2016-01-07
mtd: nand: add helpers to access ->priv
Boris BREZILLON
1
-0
/
+10
2016-01-07
mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
Boris BREZILLON
1
-0
/
+10
2016-01-07
mtd: nand: return consistent error codes in ecc.correct() implementations
Boris BREZILLON
1
-1
/
+7
2015-12-19
mtd: nand: remove unused and buggy get_platform_nandchip() helper function
Boris BREZILLON
1
-9
/
+0
2015-12-19
mtd: nand: kill the chip->flash_node field
Boris BREZILLON
1
-5
/
+2
2015-12-19
mtd: nand: update mtd_to_nand()
Boris BREZILLON
1
-1
/
+1
2015-12-08
mtd: nand: add nand_to_mtd() helper
Boris BREZILLON
1
-0
/
+5
2015-12-08
mtd: nand: embed an mtd_info structure into nand_chip
Boris BREZILLON
1
-0
/
+2
2015-12-01
mtd: nand: fix typo (t_ald -> t_adl)
Brian Norris
1
-2
/
+2
2015-12-01
mtd: nand: fix ONFI parameter page layout
Boris BREZILLON
1
-2
/
+2
2015-11-19
mtd: merge in mtd_to_nand() branch
Brian Norris
1
-0
/
+5
2015-11-19
mtd: nand: add an mtd_to_nand() helper
Boris BREZILLON
1
-0
/
+5
2015-11-12
mtd: add get/set of_node/flash_node helpers
Brian Norris
1
-0
/
+11
2015-10-13
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
1
-3
/
+3
2015-10-01
mtd: nand: remove unused ->init_size() hook
Boris BREZILLON
1
-6
/
+0
2015-09-22
mtd: nand: add nand_check_erased helper functions
Boris BREZILLON
1
-0
/
+5
2015-09-12
mtd: nand: Rename nand_chip .dn to .flash_node
Marek Vasut
1
-2
/
+2
2015-07-07
mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict
Scott Wood
1
-5
/
+5
2015-05-12
mtd: nand: add common DT init code
Brian Norris
1
-0
/
+5
2015-05-07
mtd: nand_bbt: make nand_scan_bbt() static
Brian Norris
1
-1
/
+0
2014-11-26
mtd: nand: add ATO manufacturer info
Brian Norris
1
-0
/
+1
2014-11-20
mtd: nand: provide detailed description for raw read/write page methods
Boris BREZILLON
1
-2
/
+15
2014-09-22
mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDs
Boris BREZILLON
1
-0
/
+11
2014-08-19
Merge l2-mtd/next into l2-mtd/master
Brian Norris
1
-0
/
+1
2014-08-19
mtd: nand: fix DocBook warnings on nand_sdr_timings doc
Boris BREZILLON
1
-1
/
+1
2014-08-19
mtd: fix linux/mtd/nand.h kernel-doc warning
Randy Dunlap
1
-0
/
+1
2014-07-22
mtd: nand: add ONFI timing mode to nand_timings converter
Boris BREZILLON
1
-0
/
+3
2014-07-22
mtd: nand: define struct nand_timings
Boris BREZILLON
1
-0
/
+49
2014-07-09
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
1
-0
/
+1
2014-05-21
mtd: nand: Add support to use nand_base poi databuf as bounce buffer
Kamal Dasu
1
-0
/
+5
2014-05-10
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
1
-3
/
+2
2014-03-26
mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
David Mosberger
1
-1
/
+10
[next]