summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2021-09-22mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET
2021-04-10mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal
2021-04-10mtd: rawnand: orion: Fix the probe error pathMiquel Raynal
2021-04-10mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal
2021-04-10mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal
2021-04-10mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal
2021-04-10mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal
2021-04-10mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal
2020-10-14mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger
2020-10-01mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu
2020-07-22mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas
2020-05-10mtd: nand: denali: add missing nand_release() call in denali_remove()Boris Brezillon
2019-11-25mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor
2019-02-20mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger
2018-08-06mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan
2018-07-11mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser
2018-05-16gpmi-nand: Handle ECC Errors in erased pagesMarkus Pargmann
2018-03-28mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya
2018-03-22mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal
2018-03-03mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer
2018-02-25mtd: sh_flctl: pass FIFO as physical addressArnd Bergmann
2018-02-16mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal
2018-02-16mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal
2018-02-16mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu
2018-02-03mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2017-12-05mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor
2017-01-26mtd: nand: xway: disable module supportHauke Mehrtens
2016-10-07mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan
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-05-04mtd: brcmnand: Fix v7.1 register offsetsFlorian Fainelli
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-11-16mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris
2015-11-02mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON
2015-11-02mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON
2015-10-30mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel
2015-10-30mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris
2015-10-26mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese
2015-10-26mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helperBrian Norris
2015-10-26mtd: nand: increase ready wait timeout and report timeoutsAlex Smith
2015-10-26mtd: pxa3xx_nand: clean up the pxa3xx timingsAntoine Ténart
2015-10-26mtd: pxa3xx_nand: rework flash detection and timing setupAntoine Ténart
2015-10-26mtd: pxa3xx_nand: add helpers to setup the timingsAntoine Ténart
2015-10-26mtd: pxa3xx_nand: fix some compile issues on non-ARM archesAntoine Ténart
2015-10-19mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy
2015-10-19mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy
2015-10-19mtd: pxa3xx_nand: switch to device PMBrian Norris
2015-10-19mtd: pxa3xx_nand: don't duplicate MTD suspend/resumeBrian Norris
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON