summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-1510/+0
2017-06-10mtd: nand: gpmi: fix typo in commentMatthias Lange1-1/+1
2017-06-10mtd: nand: gpmi: Fix typo in data structure nameMatthias Lange1-2/+2
2016-10-28mtd: nand: gpmi: disable the clocks on errorsFabio Estevam1-2/+4
2015-12-18mtd: nand: gpmi: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2014-12-01mtd: nand: gpmi: add gpmi_copy_bits functionBoris BREZILLON1-0/+153
2014-05-29mtd: gpmi: add gpmi support for imx6sxHuang Shijie1-3/+3
2014-04-16mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie1-4/+1
2014-01-03mtd: gpmi: change pr_err to dev_errHuang Shijie1-18/+29
2014-01-03mtd: gpmi: remove the unnecessary pr_err()Huang Shijie1-41/+22
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
2013-11-07mtd: gpmi: imx6: fix the wrong method for checking ready/busyHuang Shijie1-0/+7
2013-11-07mtd: gpmi: decouple the chip select from the DMA channelHuang Shijie1-0/+6
2013-02-04mtd: gpmi: set the Golois Field bit for mx6q's BCHHuang Shijie1-0/+4
2013-02-04mtd: gpmi: dump the BCH registersHuang Shijie1-0/+5
2012-12-13mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+9
2012-11-15mtd: gpmi: remove unneccessary headerHuang Shijie1-1/+0
2012-09-29mtd: gpmi: initialize the timing registers only one timeHuang Shijie1-0/+8
2012-09-29mtd: gpmi: add EDO feature for imx6qHuang Shijie1-1/+213
2012-09-29mtd: gpmi: simplify the DLL setting codeHuang Shijie1-13/+9
2012-09-29mtd: gpmi: add a new field for HW_GPMI_CTRL1Huang Shijie1-0/+6
2012-09-29mtd: gpmi: do not get the clock frequency in gpmi_begin()Huang Shijie1-6/+4
2012-09-29mtd: gpmi: add a new field for HW_GPMI_TIMING1Huang Shijie1-8/+9
2012-09-29mtd: gpmi: fix the compiler warningsHuang Shijie1-2/+2
2012-09-29mtd: gpmi: change the code for clocksHuang Shijie1-8/+37
2012-05-14mtd: gpmi: add gpmi support for mx6qHuang Shijie1-5/+6
2012-05-14mtd: gpmi: add device tree support to gpmi-nandHuang Shijie1-3/+4
2012-05-14mtd: gpmi: do not include the mxs.hHuang Shijie1-4/+5
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-8/+18
2012-03-30Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-14/+11
2012-03-27mtd: gpmi: fix the wrong DMA command.Huang Shijie1-1/+2
2012-03-27mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie1-6/+13
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-14/+11
2012-02-04Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds1-4/+14
2012-01-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-10/+12
2012-01-11mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23Huang Shijie1-4/+14
2011-12-28mtd: gpmi-lib: convert to clk_prepare/clk_unprepareShawn Guo1-6/+6
2011-12-23mtd: gpmi-nand: move to dma_transfer_directionShawn Guo1-10/+12
2011-09-11mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie1-0/+1057