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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-31
mtd: rawnand: mtk: Stop using nand_release()
Miquel Raynal
1
-5
/
+10
2020-05-31
mtd: rawnand: mtk: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: mpc5121: Stop using nand_release()
Miquel Raynal
1
-1
/
+4
2020-05-31
mtd: rawnand: marvell: Stop using nand_release()
Miquel Raynal
1
-1
/
+6
2020-05-31
mtd: rawnand: lpc32xx_slc: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: lpc32xx_mlc: Stop using nand_release()
Miquel Raynal
1
-1
/
+6
2020-05-31
mtd: rawnand: ingenic: Stop using nand_release()
Miquel Raynal
1
-5
/
+10
2020-05-31
mtd: rawnand: ingenic: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: hisi504: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: gpmi: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: gpio: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: fsmc: Stop using nand_release()
Miquel Raynal
1
-1
/
+6
2020-05-31
mtd: rawnand: fsl_upm: Stop using nand_release()
Miquel Raynal
1
-3
/
+6
2020-05-31
mtd: rawnand: fsl_ifc: Stop using nand_release()
Miquel Raynal
1
-1
/
+6
2020-05-31
mtd: rawnand: fsl_elbc: Stop using nand_release()
Miquel Raynal
1
-1
/
+6
2020-05-31
mtd: rawnand: diskonchip: Stop using nand_release()
Miquel Raynal
1
-1
/
+4
2020-05-31
mtd: rawnand: diskonchip: Fix the probe error path
Miquel Raynal
1
-5
/
+2
2020-05-31
mtd: rawnand: denali: Stop using nand_release()
Miquel Raynal
1
-1
/
+6
2020-05-31
mtd: rawnand: denali: Delete items from the list in the _remove() path
Miquel Raynal
1
-2
/
+4
2020-05-31
mtd: rawnand: davinci: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: cs553x: Stop using nand_release()
Miquel Raynal
1
-1
/
+4
2020-05-31
mtd: rawnand: cafe: Stop using nand_release()
Miquel Raynal
1
-1
/
+4
2020-05-31
mtd: rawnand: cadence: Stop using nand_release()
Miquel Raynal
1
-1
/
+6
2020-05-31
mtd: rawnand: brcmnand: Stop using nand_release()
Miquel Raynal
1
-2
/
+8
2020-05-31
mtd: rawnand: bcm47xx: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: au1550nd: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-26
mtd: rawnand: ams-delta: Stop using nand_release()
Miquel Raynal
1
-1
/
+4
2020-05-26
mtd: rawnand: arasan: Support the hardware BCH ECC engine
Miquel Raynal
2
-0
/
+343
2020-05-24
mtd: rawnand: arasan: Add new Arasan NAND controller
Miquel Raynal
3
-0
/
+963
2020-05-24
mtd: rawnand: Add nand_extract_bits()
Miquel Raynal
1
-0
/
+44
2020-05-24
mtd: rawnand: Ensure the number of bitflips is consistent
Miquel Raynal
1
-5
/
+5
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-18
mtd: spinand: Propagate ECC information to the MTD structure
Miquel Raynal
1
-0
/
+4
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
[prev]
[next]