summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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: add gpmi_copy_bits functionBoris BREZILLON2014-12-011-0/+153
|/
* mtd: gpmi: add gpmi support for imx6sxHuang Shijie2014-05-291-3/+3
* mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-161-4/+1Star
* mtd: gpmi: change pr_err to dev_errHuang Shijie2014-01-031-18/+29
* mtd: gpmi: remove the unnecessary pr_err()Huang Shijie2014-01-031-41/+22Star
* mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie2014-01-031-1/+8
* mtd: gpmi-lib: Make checkpatch happyFabio Estevam2014-01-031-4/+4
* mtd: gpmi: imx6: fix the wrong method for checking ready/busyHuang Shijie2013-11-071-0/+7
* mtd: gpmi: decouple the chip select from the DMA channelHuang Shijie2013-11-071-0/+6
* mtd: gpmi: set the Golois Field bit for mx6q's BCHHuang Shijie2013-02-041-0/+4
* mtd: gpmi: dump the BCH registersHuang Shijie2013-02-041-0/+5
* mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang2012-12-131-0/+9
* mtd: gpmi: remove unneccessary headerHuang Shijie2012-11-151-1/+0Star
* mtd: gpmi: initialize the timing registers only one timeHuang Shijie2012-09-291-0/+8
* mtd: gpmi: add EDO feature for imx6qHuang Shijie2012-09-291-1/+213
* mtd: gpmi: simplify the DLL setting codeHuang Shijie2012-09-291-13/+9Star
* mtd: gpmi: add a new field for HW_GPMI_CTRL1Huang Shijie2012-09-291-0/+6
* mtd: gpmi: do not get the clock frequency in gpmi_begin()Huang Shijie2012-09-291-6/+4Star
* mtd: gpmi: add a new field for HW_GPMI_TIMING1Huang Shijie2012-09-291-8/+9
* mtd: gpmi: fix the compiler warningsHuang Shijie2012-09-291-2/+2
* mtd: gpmi: change the code for clocksHuang Shijie2012-09-291-8/+37
* mtd: gpmi: add gpmi support for mx6qHuang Shijie2012-05-141-5/+6
* mtd: gpmi: add device tree support to gpmi-nandHuang Shijie2012-05-141-3/+4
* mtd: gpmi: do not include the mxs.hHuang Shijie2012-05-141-4/+5
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-311-8/+18
|\
| * mtd: gpmi: fix the wrong DMA command.Huang Shijie2012-03-271-1/+2
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-271-6/+13
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-301-14/+11Star
|\ \ | |/ |/|
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-14/+11Star
* | Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds2012-02-041-4/+14
|\ \ | |/ |/|
| * mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23Huang Shijie2012-01-111-4/+14
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-181-10/+12
|\ \ | |/ |/|
| * mtd: gpmi-nand: move to dma_transfer_directionShawn Guo2011-12-231-10/+12
* | mtd: gpmi-lib: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-6/+6
|/
* mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie2011-09-111-0/+1057