summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/gpmi-nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2018-01-292-88/+69
|\
| * mtd: nand: gpmi: Fix subpage readsBoris Brezillon2018-01-251-5/+13
| * mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada2017-12-141-2/+2
| * mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-15/+16
| * mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-141-39/+19
| * mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada2017-11-301-23/+23
| * mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-301-12/+4
* | mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer2017-12-151-3/+3
|/
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: gpmi: fix typo in commentMatthias Lange2017-06-101-1/+1
* mtd: nand: gpmi: Fix typo in data structure nameMatthias Lange2017-06-102-4/+4
* mtd: nand: gpmi: Kill gpmi_nand_exit()Boris Brezillon2017-06-011-7/+2
* mtd: nand: gpmi: Fix gpmi_nand_init() error pathBoris Brezillon2017-06-011-4/+6
* mtd: nand: gpmi: add i.MX 7 SoC supportStefan Agner2017-06-012-2/+20
* mtd: nand: gpmi: unify clock handlingStefan Agner2017-06-012-23/+20
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mtd: nand: gpmi: disable the clocks on errorsFabio Estevam2016-10-281-2/+4
* 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-183-14/+12
* 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
* Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds2015-04-221-7/+9
|\
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | 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-012-0/+185
* | mtd: nand: gpmi: add gpmi_copy_bits functionBoris BREZILLON2014-12-012-0/+157
|/
* 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-284-15/+28
* mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-163-40/+46
* 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
OpenPOWER on IntegriCloud