summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2020-10-14mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger
2018-03-22mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal
2018-02-16mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal
2017-12-05mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor
2016-08-20mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios
2016-05-04mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García
2016-02-17mtd: nand: assign reasonable default name for NAND driversBrian Norris
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris
2015-10-26mtd: nand: increase ready wait timeout and report timeoutsAlex Smith
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON
2015-09-21mtd: nand: add nand_check_erased helper functionsBoris BREZILLON
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut
2015-05-22mtd: nand: correct indentation within conditionalBrian Norris
2015-05-22mtd: remove incorrect file nameBrian Norris
2015-05-11mtd: nand: add common DT init codeBrian Norris
2015-05-06mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger
2015-03-30mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros
2015-03-24mtd: nand: fix spelling of REPLACEABLEBrian Norris
2015-03-11mtd: nand: fully initialize mtd_oob_opsBrian Norris
2015-03-11mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris
2015-02-05mtd: nand: remove redundant local variableBaruch Siach
2015-02-01mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra
2015-01-20mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris
2015-01-09mtd: nand: remove duplicate comment lineBaruch Siach
2015-01-07mtd: nand: added nand_shutdownScott Branden
2014-11-28mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng
2014-11-25mtd: nand: print erase size on initRafał Miłecki
2014-11-05mtd: nand: comment update, the DEPLETE1 command has goneGerhard Sittig
2014-11-05mtd: nand: Base BCH ECC bytes on required strengthJordan Friendshuh
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON
2014-09-17mtd: nand: don't break long print messagesRafał Miłecki
2014-08-19mtd: nand: fix integer widening problemsBrian Norris
2014-08-19mtd: nand: fix nand_lock/unlock() functionWhite Ding
2014-07-21Merge tag 'v3.16-rc6' into MTD development branchBrian Norris
2014-07-13mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2014-05-21mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia
2014-05-20NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris
2014-04-29mtd: nand: fix a typo in a comment lineMasahiro Yamada
2014-04-15mtd: nand: use the nand_read_subpage index everywhereRon
2014-04-04Fix index regression in nand_read_subpageRon
2014-03-26mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie
2014-03-10mtd: nand: remove unused function input parameterCai Zhiyong
2014-03-10mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie
2014-03-10mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON