index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
gpmi-nand
/
gpmi-nand.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: gpmi: don't leak PM reference in error path
Christian Eggers
2022-01-26
1
-1
/
+2
*
mtd: rawnand: gpmi: Use platform_get_irq_byname() to get the interrupt
Lad Prabhakar
2021-12-22
1
-7
/
+4
*
mtd: rawnand: gpmi: remove unneeded variable
Minghao Chi
2021-12-17
1
-4
/
+1
*
mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings
Christian Eggers
2021-11-19
1
-3
/
+25
*
mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
Stefan Riedmueller
2021-11-19
1
-9
/
+0
*
mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...
Cai Huoqing
2021-09-14
1
-3
/
+1
*
mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init
Lv Yunlong
2021-04-07
1
-1
/
+1
*
mtd: rawnand: gpmi: fix dst bit offset when extracting raw payload
Sean Nyekjaer
2021-01-04
1
-1
/
+1
*
mtd: rawnand: gpmi: Use a single line for of_device_id
Fabio Estevam
2020-12-10
1
-16
/
+6
*
mtd: rawnand: gpmi: Fix the random DMA timeout issue
Han Xu
2020-12-10
1
-9
/
+21
*
mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issue
Han Xu
2020-12-10
1
-2
/
+4
*
mtd: rawnand: gpmi: Use of_device_get_match_data()
Fabio Estevam
2020-12-10
1
-9
/
+1
*
mtd: rawnand: gpmi: fix reference count leak in gpmi ops
Zhang Qilong
2020-12-10
1
-2
/
+6
*
mtd: rawnand: gpmi: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-30
1
-4
/
+2
*
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
2020-09-28
1
-6
/
+7
*
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-09-28
1
-1
/
+1
*
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
2020-06-26
1
-3
/
+3
*
mtd: rawnand: gpmi: Use nand_extract_bits()
Miquel Raynal
2020-05-31
1
-164
/
+10
*
mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe
Dinghao Liu
2020-05-31
1
-1
/
+1
*
mtd: rawnand: gpmi: Fix runtime PM imbalance on error
Dinghao Liu
2020-05-31
1
-1
/
+3
*
mtd: rawnand: gpmi: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
*
mtd: rawnand: Take check_only into account
Boris Brezillon
2020-05-10
1
-0
/
+3
*
mtd: rawnand: gpmi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2020-03-11
1
-10
/
+11
*
mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resume
Esben Haabendal
2020-01-17
1
-0
/
+4
*
mtd: rawnand: gpmi: Fix suspend/resume problem
Esben Haabendal
2020-01-17
1
-1
/
+6
*
mtd: rawnand: gpmi: remove double assignment to block_size
Colin Ian King
2019-06-27
1
-1
/
+1
*
mtd: rawnand: gpmi: Implement exec_op
Sascha Hauer
2019-06-27
1
-679
/
+426
*
dmaengine: mxs: rename custom flag
Sascha Hauer
2019-06-27
1
-6
/
+11
*
dmaengine: mxs: Add header file to be shared with gpmi nand driver
Sascha Hauer
2019-06-27
1
-22
/
+14
*
mtd: rawnand: gpmi: drop unnecessary flag
Sascha Hauer
2019-06-27
1
-9
/
+5
*
mtd: rawnand: gpmi: use runtime PM to manage clocks
Sascha Hauer
2019-06-27
1
-25
/
+44
*
mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselection
Sascha Hauer
2019-06-27
1
-14
/
+2
*
mtd: rawnand: gpmi: remove unused parameters
Sascha Hauer
2019-06-27
1
-15
/
+19
*
mtd: rawnand: gpmi: read buf in nand_read_page_op
Sascha Hauer
2019-06-27
1
-8
/
+18
*
mtd: rawnand: gpmi: Remove unnecessary variables
Sascha Hauer
2019-06-27
1
-9
/
+6
*
mtd: rawnand: gpmi: move all driver code into single file
Sascha Hauer
2019-06-27
1
-137
/
+1058
*
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
2019-04-08
1
-4
/
+7
*
mtd: rawnand: Get rid of chip->chipsize
Boris Brezillon
2019-04-08
1
-1
/
+1
*
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
2019-04-08
1
-2
/
+2
*
mtd: rawnand: gpmi: Introduce GPMI_IS_MXS() macro
Fabio Estevam
2019-03-21
1
-1
/
+1
*
mtd: rawnand: Deprecate the dummy_controller field
Boris Brezillon
2018-12-07
1
-1
/
+1
*
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
1
-1
/
+1
*
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-12-07
1
-1
/
+1
*
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
2018-12-07
1
-8
/
+15
*
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
1
-7
/
+7
*
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
2018-10-03
1
-2
/
+1
[next]