summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
AgeCommit message (Expand)AuthorFilesLines
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