summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-07mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON1-7/+46
2016-01-07mtd: nand: assign reasonable default name for NAND driversBrian Norris1-0/+3
2015-12-19mtd: nand: Disable subpage writes for drivers without ecc->hwctlHelmut Schaa1-1/+1
2015-12-19mtd: nand: kill the chip->flash_node fieldBoris BREZILLON1-3/+0
2015-12-19mtd: nand: simplify nand_dt_init() usageBoris BREZILLON1-10/+11
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON1-42/+42
2015-11-17Merge MTD 4.4 development into MTD -nextBrian Norris1-1/+1
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris1-1/+1
2015-11-12mtd: nand: convert to nand_get_flash_node()Boris BREZILLON1-3/+3
2015-11-12mtd: {nand,spi-nor}: assign MTD of_nodeBrian Norris1-0/+3
2015-10-26mtd: nand: increase ready wait timeout and report timeoutsAlex Smith1-13/+20
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-10/+21
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON1-4/+1
2015-09-22mtd: nand: add nand_check_erased helper functionsBoris BREZILLON1-0/+128
2015-09-12mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut1-2/+2
2015-05-22mtd: nand: correct indentation within conditionalBrian Norris1-1/+1
2015-05-22mtd: remove incorrect file nameBrian Norris1-2/+0
2015-05-12mtd: nand: add common DT init codeBrian Norris1-0/+41
2015-05-07mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger1-3/+0
2015-03-31mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros1-4/+23
2015-03-25mtd: nand: fix spelling of REPLACEABLEBrian Norris1-1/+1
2015-03-12mtd: nand: fully initialize mtd_oob_opsBrian Norris1-4/+4
2015-03-12mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris1-2/+2
2015-02-06mtd: nand: remove redundant local variableBaruch Siach1-2/+1
2015-02-02mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra1-6/+8
2015-01-21mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris1-1/+1
2015-01-10mtd: nand: remove duplicate comment lineBaruch Siach1-1/+0
2015-01-08mtd: nand: added nand_shutdownScott Branden1-0/+11
2014-11-29mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng1-2/+2
2014-11-26mtd: nand: print erase size on initRafał Miłecki1-2/+2
2014-11-05mtd: nand: comment update, the DEPLETE1 command has goneGerhard Sittig1-1/+1
2014-11-05mtd: nand: Base BCH ECC bytes on required strengthJordan Friendshuh1-1/+1
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+2
2014-09-18mtd: nand: don't break long print messagesRafał Miłecki1-9/+5
2014-08-19mtd: nand: fix integer widening problemsBrian Norris1-2/+2
2014-08-19mtd: nand: fix nand_lock/unlock() functionWhite Ding1-0/+18
2014-07-21Merge tag 'v3.16-rc6' into MTD development branchBrian Norris1-2/+4
2014-07-14mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni1-2/+4
2014-07-09mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+18
2014-05-21mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia1-0/+36
2014-05-21NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee1-2/+10
2014-05-21mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu1-6/+31
2014-05-10mtd: nand: refactor erase_cmd() to return chip statusBrian Norris1-7/+7
2014-04-29mtd: nand: fix a typo in a comment lineMasahiro Yamada1-1/+1
2014-04-16mtd: nand: use the nand_read_subpage index everywhereRon1-2/+1
2014-04-05Fix index regression in nand_read_subpageRon1-3/+2
2014-03-26mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes1-1/+1
2014-03-11mtd: nand: add "page" argument for read_subpage hookHuang Shijie1-2/+5
2014-03-11mtd: nand: remove unused function input parameterCai Zhiyong1-7/+5
2014-03-11mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie1-2/+11