aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon1-240/+64
2017-08-29mtd: nand: make Samsung SLC NAND usable againLothar Waßmann1-2/+5
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/nextBoris Brezillon1-1/+1
2017-08-23mtd: nand: remove hard-coded NAND ids lengthJean-Louis Thekekara1-2/+2
2017-08-23mtd: nand: Fix various memory leaks in coreBoris Brezillon1-62/+56
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-08-03mtd: nand: Remove support for block locking/unlockingBoris Brezillon1-173/+0
2017-08-02mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon1-1/+3
2017-08-02mtd: nand: Fix a docs build warningJonathan Corbet1-1/+0
2017-08-02nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal1-1/+7
2017-07-13Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds1-46/+303
2017-07-07Merge tag 'nand/for-4.13' into MTDBrian Norris1-46/+303
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-2/+5
2017-06-10mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada1-0/+220
2017-06-01mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada1-0/+5
2017-06-01mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()Boris Brezillon1-0/+19
2017-06-01mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAGE_ACCESSBoris Brezillon1-4/+6
2017-06-01mtd: nand: Drop the ->errstat() hookBoris Brezillon1-16/+0
2017-06-01mtd: nand: Drop unused cached programming supportBoris Brezillon1-26/+12
2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon1-9/+13
2017-06-01mtd: nand: Optimize checking of erased buffersPavel Machek1-1/+4
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+19
2017-05-22mtd: nand: make nand_ooblayout_lp_hamming_ops staticColin Ian King1-1/+1
2017-05-22mtd: nand: free vendor-specific resources in init failure pathsBrian Norris1-9/+29
2017-05-22mtd: nand: don't leak buffers when ->scan_bbt() failsBrian Norris1-1/+5
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet1-2/+5
2017-05-16mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsMauro Carvalho Chehab1-2/+5
2017-05-15mtd: nand: export nand_{read,write}_page_raw()Thomas Petazzoni1-4/+6
2017-05-15mtd: nand: add core support for on-die ECCThomas Petazzoni1-0/+13
2017-05-02mtd: nand: add ooblayout for old hamming layoutAlexander Couzens1-1/+69
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-2/+8
2017-04-25mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada1-9/+32
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada1-2/+1
2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon1-7/+5
2017-03-24mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada1-0/+2
2017-03-24mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada1-0/+2
2017-03-24mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada1-21/+13
2017-03-24mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada1-6/+0
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon1-11/+0
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon1-17/+1
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon1-30/+2
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon1-17/+2
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon1-86/+28
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon1-48/+4
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon1-10/+65
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon1-12/+11
2017-03-08mtd: nand: Rename nand_get_flash_type() into nand_detect()Boris Brezillon1-3/+2
2017-03-08mtd: nand: Get rid of busw parameterBoris Brezillon1-31/+37
2017-03-08mtd: nand: Store nand ID in struct nand_chipBoris Brezillon1-25/+30
2017-03-08mtd: nand: Get rid of the mtd parameter in all auto-detection functionsBoris Brezillon1-24/+30