index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
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-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
2014-01-14
mtd: nand: don't use {read,write}_buf for 8-bit transfers
Uwe Kleine-König
1
-0
/
+3
2014-01-13
mtd: nand: use __packed shorthand
Brian Norris
1
-1
/
+1
2014-01-13
mtd: nand: support Micron READ RETRY
Brian Norris
1
-0
/
+3
2014-01-13
mtd: nand: add generic READ RETRY support
Brian Norris
1
-0
/
+6
2014-01-13
mtd: nand: add ONFI vendor block for Micron
Brian Norris
1
-1
/
+22
2014-01-03
mtd: nand: fix misspelling in ONFI parameter field name
Brian Norris
1
-1
/
+1
2013-10-27
mtd: nand: rename the cellinfo to bits_per_cell
Huang Shijie
1
-3
/
+4
2013-10-27
mtd: nand: add a helper to check the SLC/MLC nand chip
Huang Shijie
1
-0
/
+9
[next]