aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/gpmi-nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2-88/+69
2018-01-25mtd: nand: gpmi: Fix subpage readsBoris Brezillon1-5/+13
2017-12-15mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer1-3/+3
2017-12-14mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada1-2/+2
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon1-15/+16
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon1-39/+19
2017-11-30mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada1-23/+23
2017-11-30mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva1-12/+4
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-06-10mtd: nand: gpmi: fix typo in commentMatthias Lange1-1/+1
2017-06-10mtd: nand: gpmi: Fix typo in data structure nameMatthias Lange2-4/+4
2017-06-01mtd: nand: gpmi: Kill gpmi_nand_exit()Boris Brezillon1-7/+2
2017-06-01mtd: nand: gpmi: Fix gpmi_nand_init() error pathBoris Brezillon1-4/+6
2017-06-01mtd: nand: gpmi: add i.MX 7 SoC supportStefan Agner2-2/+20
2017-06-01mtd: nand: gpmi: unify clock handlingStefan Agner2-23/+20
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-10-28mtd: nand: gpmi: disable the clocks on errorsFabio Estevam1-2/+4
2016-09-23mtd: nand: gpmi: get correct free oob spaceHan Xu1-1/+2
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