summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2018-04-13mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada
2018-03-22mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal
2018-02-17mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal
2017-11-30mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor
2017-08-16nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal
2017-08-16mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon
2017-05-25mtd: nand: add ooblayout for old hamming layoutAlexander Couzens
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
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon
2016-05-05mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon
2016-04-19mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon
2016-04-19mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García
2016-04-19mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki
2016-04-13mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia
2016-04-02mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García
2016-03-11mtd: nand: remove kerneldoc for removed function parameterBrian Norris
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja
2016-03-07mtd: nand: simplify nand_bch_init() usageBoris BREZILLON
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON
2016-03-07mtd: nand: check status before reporting timeoutBrian Norris
2016-01-06mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON
2016-01-06mtd: nand: assign reasonable default name for NAND driversBrian Norris
2015-12-18mtd: nand: Disable subpage writes for drivers without ecc->hwctlHelmut Schaa
2015-12-18mtd: nand: kill the chip->flash_node fieldBoris BREZILLON
2015-12-18mtd: nand: simplify nand_dt_init() usageBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON
2015-11-16Merge MTD 4.4 development into MTD -nextBrian Norris
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris