summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
AgeCommit message (Expand)Author
2020-11-13Merge commit '70d1232fdbe28e4c765c4cfc3cc5c7580959d5e0' into toradex_5.4-2.1....Igor Opaniuk
2020-10-01Merge tag 'v5.4.69' into 5.4-2.1.x-imxAndrey Zhizhikin
2020-10-01mtd: rawnand: gpmi: Fix runtime PM imbalance on errorDinghao Liu
2020-08-13Revert "MLK-16769-5: mtd: gpmi-nand runtime pm code change"Marcel Ziswiler
2020-05-14MLK-24011: mtd: nand: gpmi: removed the redundant runtime_pm opsHan Xu
2020-05-14MLK-24007: mtd: rawnand: gpmi: fix the random DMA timeout issueHan Xu
2020-03-30MLK-23693-3: mtd: rawnand: gpmi: add imx8dxl nand supportHan Xu
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2020-02-26LF-668: mtd: nand: raw: gpmi: fixed the issue when determine ecc settingsHan Xu
2020-02-23LF-993: mtd: rawnand: gpmi: remove unbalanced runtime pm opsHan Xu
2020-02-23LF-867: mtd: rawnand: gpmi: fix the driver only sense CS0 R/B issueHan Xu
2020-01-23mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal
2020-01-23mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal
2019-12-11 MLK-11747: mtd: nand: raw: gpmi-nand: add the debugfs files for gpmi-nand fo...Han Xu
2019-12-11MLK-11719-4: mtd: nand: raw: gpmi-nand: change the BCH layout setting for lar...Han Xu
2019-12-05LF-369: mtd: nand: raw: gpmi-nand: fixe gpmi-nand runtime pm issueHan Xu
2019-12-04LF-251-3: mtd: nand: raw: gpmi-nand: add the bad block optionsHan Xu
2019-11-25mtd: nand: raw: gpmi-nand: fix the qxp clk name and runtime issuesHan Xu
2019-11-25mtd: nand: raw: gpmi-nand: add all supported platform infoHan Xu
2019-11-25mtd: nand: raw: gpmi-nand: fix the suspend/resume issueHan Xu
2019-06-27mtd: rawnand: gpmi: remove double assignment to block_sizeColin Ian King
2019-06-27mtd: rawnand: gpmi: Implement exec_opSascha Hauer
2019-06-27dmaengine: mxs: rename custom flagSascha Hauer
2019-06-27dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer
2019-06-27mtd: rawnand: gpmi: drop unnecessary flagSascha Hauer
2019-06-27mtd: rawnand: gpmi: use runtime PM to manage clocksSascha Hauer
2019-06-27mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselectionSascha Hauer
2019-06-27mtd: rawnand: gpmi: remove unused parametersSascha Hauer
2019-06-27mtd: rawnand: gpmi: read buf in nand_read_page_opSascha Hauer
2019-06-27mtd: rawnand: gpmi: Remove unnecessary variablesSascha Hauer
2019-06-27mtd: rawnand: gpmi: move all driver code into single fileSascha Hauer
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon
2019-03-21mtd: rawnand: gpmi: Introduce GPMI_IS_MXS() macroFabio Estevam
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon