summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2017-05-22mtd: nand: make nand_ooblayout_lp_hamming_ops staticColin Ian King
2017-05-22mtd: nand: free vendor-specific resources in init failure pathsBrian Norris
2017-05-22mtd: nand: don't leak buffers when ->scan_bbt() failsBrian Norris
2017-05-02mtd: nand: add ooblayout for old hamming layoutAlexander Couzens
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada
2017-04-25mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada
2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon
2017-03-24mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada
2017-03-24mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada
2017-03-24mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada
2017-03-24mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon
2017-03-08mtd: nand: Rename nand_get_flash_type() into nand_detect()Boris Brezillon
2017-03-08mtd: nand: Get rid of busw parameterBoris Brezillon
2017-03-08mtd: nand: Store nand ID in struct nand_chipBoris Brezillon
2017-03-08mtd: nand: Get rid of the mtd parameter in all auto-detection functionsBoris Brezillon
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-08mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chipsZach Brown
2017-02-08mtd: nand: implement 'max_bad_blocks' mtd functionZach Brown
2016-11-29Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris
2016-11-19mtd: nand: Support controllers with custom pageMarc Gonzalez
2016-11-07mtd: nand: change return type of nand_get_flash_type() to intMasahiro Yamada
2016-11-07mtd: nand: Wait tCCS after a column changeBoris Brezillon
2016-10-28mtd: nand: Fix data interface configuration logicBoris Brezillon
2016-10-03mtd: nand: fix trivial spelling errorBrian Norris
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger
2016-09-23mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon
2016-09-23mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer
2016-09-23mtd: nand: Get rid of needless 'goto'Andrey Smirnov
2016-09-23mtd: nand: Error out if cmd_ctrl() is missingAndrey Smirnov
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-07-19mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios
2016-05-05Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris
2016-05-05mtd: nand: add support for "nand-ecc-algo" DT propertyRafał Miłecki
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mappingRafał Miłecki
2016-05-05mtd: nand: read ECC algorithm from the new fieldRafał Miłecki
2016-05-05mtd: nand: set ECC algorithm to Hamming on fallbackRafał Miłecki
2016-05-05mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon