aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/gpmi-nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-05gpmi-nand: Handle ECC Errors in erased pagesMarkus Pargmann1-5/+73
2016-05-05mtd: nand: gpmi: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-11/+10
2016-05-05mtd: nand: gpmi: switch to mtd_ooblayout_opsBoris Brezillon1-12/+40
2016-04-19mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-4/+5
2016-04-19mtd: gpmi: fix raw_buffer pointer double free issueHan Xu1-0/+1
2016-01-23mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NANDHan Xu1-12/+14
2016-01-23mtd: nand: gpmi: add gpmi dsm supend/resume supportHuang Shijie1-1/+46
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-14/+14
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: gpmi: use the mtd instance embedded in struct nand_chipBoris BREZILLON3-14/+12
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-9/+9
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-4/+4
2015-10-13mtd: nand: gpmi-nand: show parent device in sysfsFrans Klaver1-1/+1
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds1-7/+9
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-03-30mtd: nand: gpmi: Check for scan_bbt() errorFabio Estevam1-1/+3
2015-03-30mtd: nand: gpmi: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-6/+6
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2014-12-22mtd: nand: gpmi: remove deprecated commentBoris BREZILLON1-8/+0
2014-12-22mtd: gpmi: Remove noisy error messageFabio Estevam1-1/+0
2014-12-01mtd: nand: gpmi: add raw oob access functionsBoris BREZILLON1-0/+18
2014-12-01mtd: nand: gpmi: add proper raw access supportBoris BREZILLON2-0/+185
2014-12-01mtd: nand: gpmi: add gpmi_copy_bits functionBoris BREZILLON2-0/+157
2014-07-27mtd: gpmi: make blockmark swapping optionalLothar Waßmann1-19/+32
2014-07-27mtd: gpmi: remove line breaks from error messages and improve wordingLothar Waßmann1-5/+5
2014-07-27mtd: gpmi: remove useless (void *) type casts and spaces between type casts and variablesLothar Waßmann1-5/+5
2014-05-28mtd: gpmi: add gpmi support for imx6sxHuang Shijie4-15/+28
2014-04-16mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie3-40/+46
2014-03-10mtd: gpmi: add subpage read supportHuang Shijie1-0/+96
2014-03-10mtd: gpmi: do not use the mtd->writesizeHuang Shijie1-3/+3
2014-01-27mtd: gpmi: add sanity check when mapping DMA for read_buf/write_bufHuang Shijie1-14/+17
2014-01-27mtd: gpmi: allocate a proper buffer for non ECC read/writeHuang Shijie1-2/+11
2014-01-03mtd: gpmi: change pr_debug to dev_dbgHuang Shijie1-8/+5
2014-01-03mtd: gpmi: change pr_err to dev_errHuang Shijie2-41/+50
2014-01-03mtd: gpmi: remove the unnecessary pr_err()Huang Shijie1-41/+22
2014-01-03mtd: gpmi: use devm_request_irqHuang Shijie2-24/+5
2014-01-03mtd: gpmi: use devm_ioremap_resourceHuang Shijie1-23/+3
2014-01-03mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie1-5/+5
2014-01-03mtd: gpmi: remove the unused lineHuang Shijie1-1/+0
2014-01-03mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie1-15/+5
2014-01-03mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie1-1/+8
2014-01-03mtd: gpmi-lib: Make checkpatch happyFabio Estevam1-4/+4
2014-01-03mtd: gpmi: Use devm_clk_get()Fabio Estevam1-19/+2
2014-01-03mtd: gpmi: add a new DT property to use the datasheet's minimum required ECCHuang Shijie1-0/+3
2013-11-12mtd: gpmi: fix the NULL pointerHuang Shijie1-7/+7
2013-11-11mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2013-11-11mtd: gpmi: only scan two chips for imx6Huang Shijie1-1/+1
2013-11-07mtd: gpmi: Use devm_kzalloc()Fabio Estevam1-3/+1
2013-11-06mtd: gpmi: imx6: fix the wrong method for checking ready/busyHuang Shijie1-0/+7