index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-24
lib/bch: Allow easy bit swapping
Miquel Raynal
1
-1
/
+1
2020-05-24
lib/bch: Rework a little bit the exported function names
Miquel Raynal
1
-5
/
+5
2020-05-24
mtd: rawnand: micron: Adapt the PAGE READ flow to constraint controllers
Miquel Raynal
1
-9
/
+52
2020-05-24
mtd: rawnand: Remove the cmx270 NAND controller driver
Boris Brezillon
3
-241
/
+0
2020-05-24
mtd: rawnand: Fix nand_gpio_waitrdy()
Boris Brezillon
1
-2
/
+8
2020-05-24
mtd: rawnand: davinci: Get rid of the legacy interface implementation
Boris Brezillon
1
-91
/
+0
2020-05-24
mtd: rawnand: davinci: Implement exec_op()
Boris Brezillon
1
-1
/
+101
2020-05-24
mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W}
Boris Brezillon
1
-21
/
+15
2020-05-24
mtd: rawnand: davinci: Inherit from nand_controller
Boris Brezillon
1
-1
/
+4
2020-05-24
mtd: rawnand: brcmnand: correctly verify erased pages
Álvaro Fernández Rojas
1
-8
/
+11
2020-05-24
mtd: rawnand: brcmnand: improve hamming oob layout
Álvaro Fernández Rojas
1
-19
/
+16
2020-05-24
mtd: rawnand: brcmnand: fix hamming oob layout
Álvaro Fernández Rojas
1
-4
/
+7
2020-05-24
mtd: rawnand: Propage CS selection to sub operations
Boris Brezillon
1
-1
/
+2
2020-05-24
mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros
Christophe Kerello
1
-92
/
+85
2020-05-24
mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where relevant
Christophe Kerello
1
-407
/
+403
2020-05-19
mtd:rawnand: brcmnand: Fix PM resume crash
Kamal Dasu
1
-2
/
+1
2020-05-11
mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeouts
Christophe Kerello
1
-5
/
+4
2020-05-11
mtd: rawnand: stm32_fmc2: remove useless inline comments
Christophe Kerello
1
-40
/
+0
2020-05-11
mtd: rawnand: stm32_fmc2: manage all errors cases at probe time
Christophe Kerello
1
-6
/
+11
2020-05-11
mtd: rawnand: diskonchip: Get rid of the legacy interface implementation
Boris Brezillon
1
-292
/
+0
2020-05-11
mtd: rawnand: diskonchip: Implement exec_op()
Boris Brezillon
1
-20
/
+199
2020-05-11
mtd: rawnand: diskonchip: Inherit from nand_controller
Boris Brezillon
1
-0
/
+3
2020-05-11
mtd: rawnand: diskonchip: Get rid of doc2000_readbuf_dword()
Boris Brezillon
1
-21
/
+9
2020-05-11
mtd: rawnand: diskonchip: Make sure doc2001plus_readbuf() works for single byte reads
Boris Brezillon
1
-3
/
+6
2020-05-11
mtd: rawnand: diskonchip: Set the NAND_NO_BBM_QUIRK flag
Boris Brezillon
1
-9
/
+1
2020-05-11
mtd: rawnand: cafe: Set the NAND_NO_BBM_QUIRK flag
Boris Brezillon
1
-9
/
+2
2020-05-11
mtd: rawnand: Add a NAND_NO_BBM_QUIRK flag
Boris Brezillon
1
-0
/
+3
2020-05-11
mtd: rawnand: micron: Allow controllers to overload raw accessors
Miquel Raynal
1
-2
/
+4
2020-05-11
mtd: rawnand: Allow controllers to overload soft ECC hooks
Miquel Raynal
1
-4
/
+8
2020-05-11
mtd: rawnand: Expose monolithic read/write_page_raw() helpers
Miquel Raynal
1
-0
/
+77
2020-05-11
mtd: rawnand: jedec: Adapt the parameter page read to constraint controllers
Miquel Raynal
1
-6
/
+13
2020-05-11
mtd: rawnand: onfi: Adapt the parameter page read to constraint controllers
Miquel Raynal
1
-7
/
+14
2020-05-11
mtd: rawnand: Give the possibility to verify a read operation is supported
Miquel Raynal
7
-30
/
+43
2020-05-11
mtd: rawnand: Add a helper to check supported operations
Miquel Raynal
1
-0
/
+9
2020-05-11
mtd: rawnand: Avoid indirect access to ->data_buf()
Miquel Raynal
1
-1
/
+1
2020-05-11
mtd: rawnand: Rename the use_bufpoi variables
Miquel Raynal
1
-17
/
+17
2020-05-11
mtd: rawnand: Fix comments about the use of bufpoi
Miquel Raynal
1
-2
/
+8
2020-05-11
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
11
-12
/
+12
2020-05-11
mtd: rawnand: toshiba: Set the pairing scheme for TC58TEG5DCLTA00
Boris Brezillon
1
-0
/
+3
2020-05-11
mtd: rawnand: Define the "distance 3" MLC pairing scheme
Boris Brezillon
2
-0
/
+53
2020-05-11
mtd: rawnand: toshiba: Add a specific init for TC58TEG5DCLTA00
Boris Brezillon
1
-0
/
+11
2020-05-11
mtd: rawnand: cs553x: Get rid of the legacy interface implementation
Boris Brezillon
1
-72
/
+0
2020-05-11
mtd: rawnand: cs553x: Implement exec_op()
Boris Brezillon
1
-1
/
+125
2020-05-11
mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}
Boris Brezillon
1
-23
/
+34
2020-05-11
mtd: rawnand: cs553x: Declare controllers instead of NAND chips
Boris Brezillon
1
-11
/
+22
2020-05-11
mtd: rawnand: jedec: Use intermediate variables to improve readability
Miquel Raynal
1
-2
/
+3
2020-05-11
mtd: rawnand: jedec: Define the number of parameter pages
Miquel Raynal
1
-2
/
+4
2020-05-11
mtd: rawnand: onfi: Drop a useless parameter page read
Miquel Raynal
1
-6
/
+4
2020-05-11
mtd: rawnand: onfi: Avoid doing a copy of the parameter page
Miquel Raynal
1
-15
/
+15
2020-05-11
mtd: rawnand: onfi: Define the number of parameter pages
Miquel Raynal
1
-5
/
+11
[prev]
[next]