summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
AgeCommit message (Expand)Author
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2022-10-18mtd: rawnand: gpmi: using pm_runtime_resume_and_get instead of pm_runtime_get...Zhang Qilong
2022-09-21mtd: rawnand: gpmi: Fix typo 'the the' in commentSlark Xiao
2022-07-15mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase timesSascha Hauer
2022-06-16mtd: rawnand: gpmi: Fix setting busy timeout settingSascha Hauer
2022-04-21mtd: rawnand: gpmi: Add large oob bch setting supportHan Xu
2022-04-21mtd: rawnand: gpmi: Rename the variable ecc_chunk_sizeHan Xu
2022-04-21mtd: rawnand: gpmi: Uninline the gpmi_check_ecc functionHan Xu
2022-04-21mtd: rawnand: gpmi: Add strict ecc strength checkHan Xu
2022-04-21mtd: rawnand: gpmi: Refactor bch geometry settings functionHan Xu
2022-03-23Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal
2022-01-26mtd: rawnand: gpmi: don't leak PM reference in error pathChristian Eggers
2022-01-23mtd: rawnand: gpmi: support fast edo timings for mx28Dario Binacchi
2022-01-23mtd: rawnand: gpmi: validate controller clock rateDario Binacchi
2022-01-23mtd: rawnand: gpmi: fix controller timings settingDario Binacchi
2021-12-22mtd: rawnand: gpmi: Use platform_get_irq_byname() to get the interruptLad Prabhakar
2021-12-17mtd: rawnand: gpmi: remove unneeded variableMinghao Chi
2021-11-19mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timingsChristian Eggers
2021-11-19mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6Stefan Riedmueller
2021-09-14mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing
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-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