index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
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: move raw NAND related code to the raw/ subdir
Boris Brezillon
2018-02-16
1
-6582
/
+0
*
Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
2018-01-29
1
-296
/
+1912
|
\
|
*
mtd: nand: Fix build issues due to an anonymous union
Miquel Raynal
2018-01-20
1
-6
/
+7
|
*
mtd: nand: Fix nand_do_read_oob() return value
Miquel Raynal
2018-01-12
1
-1
/
+4
|
*
mtd: nand: Fix unfinished comment in nand_init_data_interface()
Miquel Raynal
2018-01-06
1
-1
/
+4
|
*
mtd: nand: add ->exec_op() implementation
Miquel Raynal
2017-12-16
1
-25
/
+988
|
*
mtd: nand: Only allocate ecc->{calc, code}_buf when actually needed
Boris Brezillon
2017-12-14
1
-14
/
+11
|
*
mtd: nand: squash struct nand_buffers into struct nand_chip
Masahiro Yamada
2017-12-14
1
-53
/
+38
|
*
mtd: nand: remove unused NAND_OWN_BUFFERS flag
Masahiro Yamada
2017-12-14
1
-25
/
+20
|
*
mtd: nand: provide valid ->data_interface during NAND detection
Miquel Raynal
2017-12-14
1
-26
/
+20
|
*
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
2017-12-14
1
-51
/
+36
|
*
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
2017-12-14
1
-166
/
+845
|
*
mtd: nand: use usual return values for the ->erase() hook
Miquel Raynal
2017-12-01
1
-2
/
+8
|
*
mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
Miquel Raynal
2017-11-30
1
-2
/
+7
*
|
mtd: Remove duplicate checks on mtd_oob_ops parameter
Boris Brezillon
2018-01-16
1
-45
/
+0
*
|
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
2018-01-16
1
-56
/
+0
|
/
*
Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd
Richard Weinberger
2017-11-02
1
-8
/
+26
|
\
|
*
mtd: nand: Fix writing mtdoops to nand flash.
Brent Taylor
2017-10-31
1
-3
/
+6
|
*
mtd: nand: Export nand_reset() symbol
Boris Brezillon
2017-10-14
1
-0
/
+1
|
*
mtd: nand: introduce NAND_ROW_ADDR_3 flag
Masahiro Yamada
2017-09-18
1
-4
/
+5
|
*
mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONE
Miquel Raynal
2017-09-18
1
-1
/
+14
*
|
mtd: nand: remove unused blockmask variable
Corentin Labbe
2017-09-18
1
-2
/
+1
|
/
*
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
Boris Brezillon
2017-09-01
1
-240
/
+64
|
\
|
*
mtd: nand: make Samsung SLC NAND usable again
Lothar Waßmann
2017-08-29
1
-2
/
+5
|
*
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...
Boris Brezillon
2017-08-23
1
-1
/
+1
|
|
\
|
|
*
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
2017-08-13
1
-1
/
+1
|
*
|
mtd: nand: remove hard-coded NAND ids length
Jean-Louis Thekekara
2017-08-23
1
-2
/
+2
|
*
|
mtd: nand: Fix various memory leaks in core
Boris Brezillon
2017-08-23
1
-62
/
+56
|
*
|
mtd: nand: Remove support for block locking/unlocking
Boris Brezillon
2017-08-03
1
-173
/
+0
|
|
/
*
|
mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
Boris Brezillon
2017-08-02
1
-1
/
+3
*
|
mtd: nand: Fix a docs build warning
Jonathan Corbet
2017-08-02
1
-1
/
+0
*
|
nand: fix wrong default oob layout for small pages using soft ecc
Miquel Raynal
2017-08-02
1
-1
/
+7
|
/
*
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-07-13
1
-46
/
+303
|
\
|
*
Merge tag 'nand/for-4.13' into MTD
Brian Norris
2017-07-08
1
-46
/
+303
|
|
\
|
|
*
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
2017-06-10
1
-0
/
+220
|
|
*
mtd: nand: check ecc->total sanity in nand_scan_tail
Masahiro Yamada
2017-06-01
1
-0
/
+5
|
|
*
mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()
Boris Brezillon
2017-06-01
1
-0
/
+19
|
|
*
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...
Boris Brezillon
2017-06-01
1
-4
/
+6
|
|
*
mtd: nand: Drop the ->errstat() hook
Boris Brezillon
2017-06-01
1
-16
/
+0
|
|
*
mtd: nand: Drop unused cached programming support
Boris Brezillon
2017-06-01
1
-26
/
+12
|
|
*
mtd: nand: Pass the CS line to ->setup_data_interface()
Boris Brezillon
2017-06-01
1
-9
/
+13
|
|
*
mtd: nand: Optimize checking of erased buffers
Pavel Machek
2017-06-01
1
-1
/
+4
|
|
*
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
2017-05-30
1
-0
/
+19
|
|
*
mtd: nand: export nand_{read,write}_page_raw()
Thomas Petazzoni
2017-05-15
1
-4
/
+6
|
|
*
mtd: nand: add core support for on-die ECC
Thomas Petazzoni
2017-05-15
1
-0
/
+13
*
|
|
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
2017-07-04
1
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
Jonathan Corbet
2017-05-18
1
-2
/
+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
Mauro Carvalho Chehab
2017-05-16
1
-2
/
+5
*
|
|
mtd: nand: make nand_ooblayout_lp_hamming_ops static
Colin Ian King
2017-05-22
1
-1
/
+1
*
|
|
mtd: nand: free vendor-specific resources in init failure paths
Brian Norris
2017-05-22
1
-9
/
+29
[next]