index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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-05-05
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
Rafał Miłecki
1
-1
/
+0
2016-05-05
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-22
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-06
mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
Boris BREZILLON
1
-0
/
+10
2016-01-06
mtd: nand: return consistent error codes in ecc.correct() implementations
Boris BREZILLON
1
-1
/
+7
2015-12-18
mtd: nand: remove unused and buggy get_platform_nandchip() helper function
Boris BREZILLON
1
-9
/
+0
2015-12-18
mtd: nand: kill the chip->flash_node field
Boris BREZILLON
1
-5
/
+2
2015-12-18
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-11
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-21
mtd: nand: add nand_check_erased helper functions
Boris BREZILLON
1
-0
/
+5
2015-09-11
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-11
mtd: nand: add common DT init code
Brian Norris
1
-0
/
+5
2015-05-06
mtd: nand_bbt: make nand_scan_bbt() static
Brian Norris
1
-1
/
+0
2014-11-25
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-21
mtd: nand: add ONFI timing mode to nand_timings converter
Boris BREZILLON
1
-0
/
+3
2014-07-21
mtd: nand: define struct nand_timings
Boris BREZILLON
1
-0
/
+49
2014-07-08
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
1
-0
/
+1
2014-05-20
mtd: nand: Add support to use nand_base poi databuf as bounce buffer
Kamal Dasu
1
-0
/
+5
2014-05-09
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
1
-3
/
+2
2014-03-25
mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
David Mosberger
1
-1
/
+10
2014-03-10
mtd: nand: add "page" argument for read_subpage hook
Huang Shijie
1
-1
/
+1
2014-03-10
mtd: nand: parse out the JEDEC compliant NAND
Huang Shijie
1
-1
/
+1
2014-03-10
mtd: nand: add a helper to get the supported features for JEDEC
Huang Shijie
1
-0
/
+9
2014-03-10
mtd: nand: add fields for JEDEC in nand_chip
Huang Shijie
1
-1
/
+9
2014-03-10
mtd: nand: add the data structures for JEDEC parameter page
Huang Shijie
1
-0
/
+75
2014-03-10
mtd: nand: force NAND_CMD_READID onto 8-bit bus
Brian Norris
1
-0
/
+10
2014-03-10
mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
Huang Shijie
1
-8
/
+0
2014-03-10
mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}
Huang Shijie
1
-6
/
+6
2014-01-20
mtd: nand: add Intel manufacturer ID
Huang Shijie
1
-0
/
+1
2014-01-20
mtd: nand: add SanDisk manufacturer ID
Huang Shijie
1
-0
/
+1
[next]