summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: gpmi: get correct free oob spaceHan Xu2016-09-231-1/+2
* gpmi-nand: Handle ECC Errors in erased pagesMarkus Pargmann2016-05-051-5/+73
* mtd: nand: gpmi: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-05-051-11/+10
* mtd: nand: gpmi: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-12/+40
* mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-4/+5
* mtd: gpmi: fix raw_buffer pointer double free issueHan Xu2016-04-191-0/+1
* mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NANDHan Xu2016-01-231-12/+14
* mtd: nand: gpmi: add gpmi dsm supend/resume supportHuang Shijie2016-01-231-1/+46
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-14/+14
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: gpmi: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-12/+11
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-9/+9
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-4/+4
* mtd: nand: gpmi-nand: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: nand: gpmi: Check for scan_bbt() errorFabio Estevam2015-03-301-1/+3
* mtd: nand: gpmi: fixup return type of wait_for_completion_timeoutNicholas Mc Guire2015-03-301-6/+6
* mtd: nand: gpmi: remove deprecated commentBoris BREZILLON2014-12-221-8/+0
* mtd: gpmi: Remove noisy error messageFabio Estevam2014-12-221-1/+0
* mtd: nand: gpmi: add raw oob access functionsBoris BREZILLON2014-12-011-0/+18
* mtd: nand: gpmi: add proper raw access supportBoris BREZILLON2014-12-011-0/+183
* mtd: gpmi: make blockmark swapping optionalLothar Waßmann2014-07-271-19/+32
* mtd: gpmi: remove line breaks from error messages and improve wordingLothar Waßmann2014-07-271-5/+5
* mtd: gpmi: remove useless (void *) type casts and spaces between type casts a...Lothar Waßmann2014-07-271-5/+5
* mtd: gpmi: add gpmi support for imx6sxHuang Shijie2014-05-281-5/+14
* mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-161-25/+28
* mtd: gpmi: add subpage read supportHuang Shijie2014-03-101-0/+96
* mtd: gpmi: do not use the mtd->writesizeHuang Shijie2014-03-101-3/+3
* mtd: gpmi: add sanity check when mapping DMA for read_buf/write_bufHuang Shijie2014-01-271-14/+17
* mtd: gpmi: allocate a proper buffer for non ECC read/writeHuang Shijie2014-01-271-2/+11
* mtd: gpmi: change pr_debug to dev_dbgHuang Shijie2014-01-031-8/+5
* mtd: gpmi: change pr_err to dev_errHuang Shijie2014-01-031-23/+21
* mtd: gpmi: use devm_request_irqHuang Shijie2014-01-031-22/+5
* mtd: gpmi: use devm_ioremap_resourceHuang Shijie2014-01-031-23/+3
* mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie2014-01-031-5/+5
* mtd: gpmi: remove the unused lineHuang Shijie2014-01-031-1/+0
* mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie2014-01-031-15/+5
* mtd: gpmi: Use devm_clk_get()Fabio Estevam2014-01-031-19/+2
* mtd: gpmi: add a new DT property to use the datasheet's minimum required ECCHuang Shijie2014-01-031-0/+3
* mtd: gpmi: fix the NULL pointerHuang Shijie2013-11-121-7/+7
* mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie2013-11-111-2/+2
* mtd: gpmi: only scan two chips for imx6Huang Shijie2013-11-111-1/+1
* mtd: gpmi: Use devm_kzalloc()Fabio Estevam2013-11-071-3/+1
* mtd: gpmi: scan two nand chipsHuang Shijie2013-11-061-1/+1
* mtd: gpmi: use DMA channel 0 for all the nand chipsHuang Shijie2013-11-061-3/+2
* mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2Huang Shijie2013-10-271-9/+20
* mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struc...Lothar Waßmann2013-10-271-4/+4
* mtd: gpmi: fix ECC regressionDavid Woodhouse2013-10-251-1/+1
* mtd: gpmi: remove the nand_scan()Huang Shijie2013-08-301-30/+35
* mtd: gpmi: set the BCH's geometry with the ecc infoHuang Shijie2013-08-301-1/+131
OpenPOWER on IntegriCloud