index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
Age
Commit message (
Expand
)
Author
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
2018-01-29
Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
2018-01-20
mtd: nand: Fix build issues due to an anonymous union
Miquel Raynal
2018-01-16
mtd: Remove duplicate checks on mtd_oob_ops parameter
Boris Brezillon
2018-01-16
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
2018-01-12
mtd: nand: Fix nand_do_read_oob() return value
Miquel Raynal
2018-01-06
mtd: nand: Fix unfinished comment in nand_init_data_interface()
Miquel Raynal
2017-12-16
mtd: nand: add ->exec_op() implementation
Miquel Raynal
2017-12-14
mtd: nand: Only allocate ecc->{calc, code}_buf when actually needed
Boris Brezillon
2017-12-14
mtd: nand: squash struct nand_buffers into struct nand_chip
Masahiro Yamada
2017-12-14
mtd: nand: remove unused NAND_OWN_BUFFERS flag
Masahiro Yamada
2017-12-14
mtd: nand: provide valid ->data_interface during NAND detection
Miquel Raynal
2017-12-14
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
2017-12-14
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
2017-12-01
mtd: nand: use usual return values for the ->erase() hook
Miquel Raynal
2017-11-30
mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
Miquel Raynal
2017-11-02
Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd
Richard Weinberger
2017-10-31
mtd: nand: Fix writing mtdoops to nand flash.
Brent Taylor
2017-10-14
mtd: nand: Export nand_reset() symbol
Boris Brezillon
2017-09-18
mtd: nand: introduce NAND_ROW_ADDR_3 flag
Masahiro Yamada
2017-09-18
mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONE
Miquel Raynal
2017-09-18
mtd: nand: remove unused blockmask variable
Corentin Labbe
2017-09-01
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
Boris Brezillon
2017-08-29
mtd: nand: make Samsung SLC NAND usable again
Lothar Waßmann
2017-08-23
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...
Boris Brezillon
2017-08-23
mtd: nand: remove hard-coded NAND ids length
Jean-Louis Thekekara
2017-08-23
mtd: nand: Fix various memory leaks in core
Boris Brezillon
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
2017-08-03
mtd: nand: Remove support for block locking/unlocking
Boris Brezillon
2017-08-02
mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
Boris Brezillon
2017-08-02
mtd: nand: Fix a docs build warning
Jonathan Corbet
2017-08-02
nand: fix wrong default oob layout for small pages using soft ecc
Miquel Raynal
2017-07-13
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-07-07
Merge tag 'nand/for-4.13' into MTD
Brian Norris
2017-07-03
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
2017-06-10
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
2017-06-01
mtd: nand: check ecc->total sanity in nand_scan_tail
Masahiro Yamada
2017-06-01
mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()
Boris Brezillon
2017-06-01
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...
Boris Brezillon
2017-06-01
mtd: nand: Drop the ->errstat() hook
Boris Brezillon
2017-06-01
mtd: nand: Drop unused cached programming support
Boris Brezillon
2017-06-01
mtd: nand: Pass the CS line to ->setup_data_interface()
Boris Brezillon
2017-06-01
mtd: nand: Optimize checking of erased buffers
Pavel Machek
2017-05-30
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
2017-05-22
mtd: nand: make nand_ooblayout_lp_hamming_ops static
Colin Ian King
2017-05-22
mtd: nand: free vendor-specific resources in init failure paths
Brian Norris
2017-05-22
mtd: nand: don't leak buffers when ->scan_bbt() fails
Brian Norris
2017-05-18
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
Jonathan Corbet
2017-05-16
mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
Mauro Carvalho Chehab
2017-05-15
mtd: nand: export nand_{read,write}_page_raw()
Thomas Petazzoni
[next]