summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon2017-03-081-10/+65
* | mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon2017-03-081-12/+11
* | mtd: nand: Rename nand_get_flash_type() into nand_detect()Boris Brezillon2017-03-081-3/+2
* | mtd: nand: Get rid of busw parameterBoris Brezillon2017-03-081-31/+37
* | mtd: nand: Store nand ID in struct nand_chipBoris Brezillon2017-03-081-25/+30
* | mtd: nand: Get rid of the mtd parameter in all auto-detection functionsBoris Brezillon2017-03-081-24/+30
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chipsZach Brown2017-02-081-0/+3
* mtd: nand: implement 'max_bad_blocks' mtd functionZach Brown2017-02-081-0/+37
* Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-291-18/+66
|\
| * mtd: nand: Support controllers with custom pageMarc Gonzalez2016-11-191-3/+31
| * mtd: nand: change return type of nand_get_flash_type() to intMasahiro Yamada2016-11-071-14/+10
| * mtd: nand: Wait tCCS after a column changeBoris Brezillon2016-11-071-1/+25