summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2020-10-14mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal1-1/+1
2020-10-01mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-07-22mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas1-2/+3
2020-06-30mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-30mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-30mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-30mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-30mtd: rawnand: orion: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-30mtd: rawnand: xway: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-30mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-30mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal1-5/+2
2020-06-30mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon47-73/+68
2020-06-20mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal1-1/+3
2020-06-20mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas1-4/+7
2019-12-05mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon1-1/+1
2019-11-25mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor1-2/+2
2019-09-21mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li1-11/+10
2019-02-15mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger1-8/+7
2018-12-13mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson1-16/+16
2018-08-15mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam1-0/+3
2018-08-03mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan1-7/+10
2018-07-11mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser1-1/+4
2018-04-13mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada1-0/+5
2018-04-13mtd: nand: gpmi: Fix gpmi_nand_init() error pathBoris Brezillon1-4/+6
2018-03-28mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0Jagdish Gediya1-5/+1
2018-03-28mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya1-13/+10
2018-03-28mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya1-2/+3
2018-03-22mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya1-0/+7
2018-03-22mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal1-2/+7
2018-03-03mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh1-1/+1
2018-03-03mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer1-3/+3
2018-02-22mtd: nand: vf610: set correct ooblayoutStefan Agner1-4/+2
2018-02-17mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal1-1/+7
2018-02-17mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal1-1/+4
2018-02-17mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu1-10/+3
2018-02-03mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-01-10mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2017-11-30mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li1-2/+11
2017-11-30mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor1-3/+6
2017-11-30mtd: nand: omap2: Fix subpage writeRoger Quadros1-115/+224
2017-11-08mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon1-0/+4
2017-09-14mtd: nand: qcom: fix config error for BCHAbhishek Sahu1-1/+1
2017-09-14mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu1-4/+12
2017-09-14mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon1-3/+4
2017-08-16nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal1-1/+7
2017-08-16mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon1-1/+3
2017-07-05mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu1-3/+58
2017-05-25mtd: nand: add ooblayout for old hamming layoutAlexander Couzens1-1/+69
2017-05-25mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros1-0/+9
2017-05-25mtd: nand: orion: fix clk handlingSimon Baatz1-21/+21