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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: gpmi: fix MX28 bus master lockup problem
Martin Kepplinger
2019-02-06
1
-7
/
+6
*
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->setup_data_interface()
Boris Brezillon
2018-10-03
2
-3
/
+2
*
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
*
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
2018-10-03
1
-3
/
+3
*
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
1
-11
/
+9
*
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-9
/
+7
*
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-11
/
+10
*
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-12
/
+11
*
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: gpmi: convert driver to nand_scan()
Miquel Raynal
2018-07-31
1
-23
/
+33
*
mtd: rawnand: gpmi: Switch to SPDX identifier
Fabio Estevam
2018-07-18
3
-38
/
+3
*
mtd: rawnand: Kill the chip->scan_bbt() hook
Boris Brezillon
2018-07-18
1
-1
/
+1
*
mtd: rawnand: gpmi: remove redundant variable payload_virt
Colin Ian King
2018-07-18
1
-3
/
+0
*
mtd: rawnand: gpmi: remove unnecessary variables
Sascha Hauer
2018-04-29
1
-10
/
+5
*
mtd: rawnand: gpmi: return valid value from bch_set_geometry()
Sascha Hauer
2018-04-29
1
-2
/
+3
*
mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data struct
Sascha Hauer
2018-04-29
3
-14
/
+11
*
mtd: rawnand: gpmi: put only once used functions inline
Sascha Hauer
2018-04-29
1
-66
/
+23
*
mtd: rawnand: gpmi: pass buffer and len around
Sascha Hauer
2018-04-29
3
-26
/
+19
*
mtd: rawnand: gpmi: drop dma_ops_type
Sascha Hauer
2018-04-29
3
-55
/
+23
*
mtd: rawnand: gpmi: add support for specific ECC strength
Stefan Agner
2018-04-29
1
-10
/
+20
*
mtd: rawnand: gpmi: use core timings instead of an empirical derivation
Miquel Raynal
2018-03-20
4
-655
/
+98
*
mtd: rawnand: gpmi: support ->setup_data_interface()
Miquel Raynal
2018-03-20
3
-250
/
+150
*
mtd: rawnand: prepare the removal of the ONFI parameter page
Miquel Raynal
2018-03-20
1
-1
/
+1
*
mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES
Miquel Raynal
2018-03-20
1
-4
/
+2
*
mtd: rawnand: rename SET/GET FEATURES related functions
Miquel Raynal
2018-03-20
1
-4
/
+4
*
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
2018-02-16
6
-0
/
+4325