summary refs log tree commit diff
path: root/drivers/mtd/nand/raw/gpmi-nand
AgeCommit message (Expand)Author
2021-04-07mtd: rawnand: gpmi: Fix a double free in gpmi_nand_initLv Yunlong
2021-01-04mtd: rawnand: gpmi: fix dst bit offset when extracting raw payloadSean Nyekjaer
2020-12-10mtd: rawnand: gpmi: Use a single line for of_device_idFabio Estevam
2020-12-10mtd: rawnand: gpmi: Fix the random DMA timeout issueHan Xu
2020-12-10mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issueHan Xu
2020-12-10mtd: rawnand: gpmi: Use of_device_get_match_data()Fabio Estevam
2020-12-10mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong
2020-12-10mtd: rawnand: gpmi: cleanup makefileMarco Felsch
2020-09-30mtd: rawnand: gpmi: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-05-31mtd: rawnand: gpmi: Use nand_extract_bits()Miquel Raynal
2020-05-31mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probeDinghao Liu
2020-05-31mtd: rawnand: gpmi: Fix runtime PM imbalance on errorDinghao Liu
2020-05-31mtd: rawnand: gpmi: Stop using nand_release()Miquel Raynal
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon
2020-03-11mtd: rawnand: gpmi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2020-01-17mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal
2020-01-17mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal
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: remove unused variableSascha Hauer
2019-06-27mtd: rawnand: gpmi: move all driver code into single fileSascha Hauer
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
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
2019-02-06mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger
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->setup_data_interface()Boris 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