summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: fix return value check for bad block statusAbhishek Sahu2018-07-081-1/+1
* mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal2018-03-191-2/+7
* mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal2018-02-161-1/+4
* mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor2017-11-301-3/+6
* mtd: nand: Export nand_reset() symbolBoris Brezillon2017-11-301-0/+1
* mtd: nand: remove unused blockmask variableCorentin Labbe2017-09-181-2/+1
* Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-011-240/+64
|\
| * mtd: nand: make Samsung SLC NAND usable againLothar Waßmann2017-08-291-2/+5
| * Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-231-1/+1
| |\
| | * mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
| * | mtd: nand: remove hard-coded NAND ids lengthJean-Louis Thekekara2017-08-231-2/+2
| * | mtd: nand: Fix various memory leaks in coreBoris Brezillon2017-08-231-62/+56
| * | mtd: nand: Remove support for block locking/unlockingBoris Brezillon2017-08-031-173/+0
| |/
* | mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon2017-08-021-1/+3
* | mtd: nand: Fix a docs build warningJonathan Corbet2017-08-021-1/+0
* | nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal2017-08-021-1/+7
|/
* Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds2017-07-131-46/+303
|\
| * Merge tag 'nand/for-4.13' into MTDBrian Norris2017-07-071-46/+303
| |\
| | * mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-06-101-0/+220
| | * mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada2017-06-011-0/+5
| | * mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()Boris Brezillon2017-06-011-0/+19
| | * mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon2017-06-011-4/+6
| | * mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-06-011-16/+0
| | * mtd: nand: Drop unused cached programming supportBoris Brezillon2017-06-011-26/+12
| | * mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-06-011-9/+13
| | * mtd: nand: Optimize checking of erased buffersPavel Machek2017-06-011-1/+4
| | * mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+19
| | * mtd: nand: export nand_{read,write}_page_raw()Thomas Petazzoni2017-05-151-4/+6
| | * mtd: nand: add core support for on-die ECCThomas Petazzoni2017-05-151-0/+13
* | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-2/+5
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-2/+5
| |\ \ | | |/ | |/|
| | * mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsMauro Carvalho Chehab2017-05-161-2/+5
* | | mtd: nand: make nand_ooblayout_lp_hamming_ops staticColin Ian King2017-05-221-1/+1
* | | mtd: nand: free vendor-specific resources in init failure pathsBrian Norris2017-05-221-9/+29
* | | mtd: nand: don't leak buffers when ->scan_bbt() failsBrian Norris2017-05-221-1/+5
|/ /
* | mtd: nand: add ooblayout for old hamming layoutAlexander Couzens2017-05-021-1/+69
* | mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-04-251-2/+8
* | mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada2017-04-251-9/+32
* | mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-251-2/+1
* | mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-251-7/+5
* | mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-03-241-0/+2
* | mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-03-241-0/+2
* | mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada2017-03-241-21/+13
* | mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada2017-03-241-6/+0
* | mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon2017-03-081-11/+0
* | mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon2017-03-081-17/+1
* | mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon2017-03-081-30/+2
* | mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon2017-03-081-17/+2
* | mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon2017-03-081-86/+28
* | mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon2017-03-081-48/+4