index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
gpmi-nand
/
gpmi-nand.c
Age
Commit message (
Expand
)
Author
2021-04-07
mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init
Lv Yunlong
2021-01-04
mtd: rawnand: gpmi: fix dst bit offset when extracting raw payload
Sean Nyekjaer
2020-12-10
mtd: rawnand: gpmi: Use a single line for of_device_id
Fabio Estevam
2020-12-10
mtd: rawnand: gpmi: Fix the random DMA timeout issue
Han Xu
2020-12-10
mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issue
Han Xu
2020-12-10
mtd: rawnand: gpmi: Use of_device_get_match_data()
Fabio Estevam
2020-12-10
mtd: rawnand: gpmi: fix reference count leak in gpmi ops
Zhang Qilong
2020-09-30
mtd: rawnand: gpmi: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-28
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
2020-05-31
mtd: rawnand: gpmi: Use nand_extract_bits()
Miquel Raynal
2020-05-31
mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe
Dinghao Liu
2020-05-31
mtd: rawnand: gpmi: Fix runtime PM imbalance on error
Dinghao Liu
2020-05-31
mtd: rawnand: gpmi: Stop using nand_release()
Miquel Raynal
2020-05-10
mtd: rawnand: Take check_only into account
Boris Brezillon
2020-03-11
mtd: rawnand: gpmi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2020-01-17
mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resume
Esben Haabendal
2020-01-17
mtd: rawnand: gpmi: Fix suspend/resume problem
Esben Haabendal
2019-06-27
mtd: rawnand: gpmi: remove double assignment to block_size
Colin Ian King
2019-06-27
mtd: rawnand: gpmi: Implement exec_op
Sascha Hauer
2019-06-27
dmaengine: mxs: rename custom flag
Sascha Hauer
2019-06-27
dmaengine: mxs: Add header file to be shared with gpmi nand driver
Sascha Hauer
2019-06-27
mtd: rawnand: gpmi: drop unnecessary flag
Sascha Hauer
2019-06-27
mtd: rawnand: gpmi: use runtime PM to manage clocks
Sascha Hauer
2019-06-27
mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselection
Sascha Hauer
2019-06-27
mtd: rawnand: gpmi: remove unused parameters
Sascha Hauer
2019-06-27
mtd: rawnand: gpmi: read buf in nand_read_page_op
Sascha Hauer
2019-06-27
mtd: rawnand: gpmi: Remove unnecessary variables
Sascha Hauer
2019-06-27
mtd: rawnand: gpmi: move all driver code into single file
Sascha Hauer
2019-04-08
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
2019-04-08
mtd: rawnand: Get rid of chip->chipsize
Boris Brezillon
2019-04-08
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
2019-03-21
mtd: rawnand: gpmi: Introduce GPMI_IS_MXS() macro
Fabio Estevam
2018-12-07
mtd: rawnand: Deprecate the dummy_controller field
Boris Brezillon
2018-12-07
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-12-07
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
[next]