index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
mtd: spinand: micron: Add support for MT29F2G01AAAED
Thirumalesha Narasimhappa
2020-12-10
1
-0
/
+64
|
|
|
*
|
mtd: spinand: micron: Use more specific names
Thirumalesha Narasimhappa
2020-12-10
1
-30
/
+30
|
|
|
*
|
mtd: rawnand: gpmi: fix reference count leak in gpmi ops
Zhang Qilong
2020-12-10
1
-2
/
+6
|
|
|
*
|
mtd: spinand: macronix: Add support for MX35LFxGE4AD
YouChing Lin
2020-12-10
1
-0
/
+20
|
|
|
*
|
mtd: plat-ram: correctly free memory on error path in platram_probe()
Baskov Evgeiny
2020-12-10
1
-3
/
+8
|
|
|
*
|
mtd: onenand: Use mtd->oops_panic_write as condition
Thomas Gleixner
2020-12-10
2
-12
/
+13
|
|
|
*
|
mtd: rawnand: marvell: Drop useless line
Miquel Raynal
2020-12-10
1
-6
/
+0
|
|
|
*
|
mtd: rawnand: davinci: Do not use extra dereferencing
Miquel Raynal
2020-12-10
1
-19
/
+19
|
|
|
*
|
mtd: rawnand: au1550: Ensure the presence of the right includes
Miquel Raynal
2020-12-10
1
-0
/
+1
|
|
|
*
|
mtd: nand: Change dependency between the NAND and ECC cores
Miquel Raynal
2020-12-10
1
-1
/
+1
|
|
|
*
|
mtd: rawnand: mxc: Remove platform data support
Fabio Estevam
2020-12-10
2
-72
/
+5
|
|
|
*
|
mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()
Yu Kuai
2020-12-10
1
-2
/
+0
|
|
|
*
|
mtd: nand: ecc-hamming: Clarify the logic around rp17
Miquel Raynal
2020-12-10
1
-1
/
+2
|
|
|
*
|
mtd: rawnand: sunxi: Add MDMA support
Manuel Dipolt
2020-12-10
1
-44
/
+73
|
|
|
*
|
mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments
Sergei Antonov
2020-12-10
1
-1
/
+1
|
|
|
*
|
mtd: rawnand: fix a kernel-doc markup
Mauro Carvalho Chehab
2020-12-10
1
-1
/
+1
|
|
|
*
|
mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controller
Kathiravan T
2020-12-10
1
-0
/
+4
|
|
|
*
|
mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read
Praveenkumar I
2020-12-10
1
-0
/
+2
|
|
|
*
|
mtd: rawnand: gpmi: cleanup makefile
Marco Felsch
2020-12-10
1
-2
/
+1
|
|
|
*
|
mtd: spinand: Remove outdated comment
Miquel Raynal
2020-12-10
1
-4
/
+0
|
|
|
*
|
mtd: spinand: Fix OOB read
Miquel Raynal
2020-12-10
1
-0
/
+4
|
|
|
*
|
mtd: spinand: Allow the case where there is no ECC engine
Miquel Raynal
2020-12-10
2
-7
/
+9
|
|
|
*
|
mtd: spinand: Use the external ECC engine logic
Miquel Raynal
2020-12-10
2
-44
/
+54
|
|
|
*
|
mtd: nand: Add helpers to manage ECC engines and configurations
Miquel Raynal
2020-12-10
1
-0
/
+124
|
|
|
*
|
mtd: spinand: Fill a default ECC provider/algorithm
Miquel Raynal
2020-12-10
1
-1
/
+5
|
|
|
*
|
mtd: nand: Let on-die ECC engines be retrieved from the NAND core
Miquel Raynal
2020-12-10
1
-0
/
+6
|
|
|
*
|
mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
Miquel Raynal
2020-12-10
1
-0
/
+67
|
|
|
*
|
mtd: spinand: Move ECC related definitions earlier in the driver
Miquel Raynal
2020-12-10
1
-53
/
+53
|
|
|
*
|
mtd: spinand: Fix typo in comment
Miquel Raynal
2020-12-10
1
-1
/
+1
|
|
|
*
|
mtd: nand: Let software ECC engines be retrieved from the NAND core
Miquel Raynal
2020-12-10
1
-0
/
+20
|
|
|
*
|
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
2020-12-10
2
-17
/
+202
|
|
|
*
|
mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselected
Miquel Raynal
2020-12-10
2
-2
/
+11
|
|
|
*
|
mtd: nand: ecc-hamming: Remove useless includes
Miquel Raynal
2020-12-10
11
-11
/
+0
|
|
|
*
|
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
2020-12-10
2
-12
/
+68
|
|
|
*
|
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
2020-12-10
11
-68
/
+89
|
|
|
*
|
mtd: nand: ecc-hamming: Cleanup and style fixes
Miquel Raynal
2020-12-10
1
-14
/
+12
|
|
|
*
|
mtd: nand: ecc-hamming: Drop/fix the kernel doc
Miquel Raynal
2020-12-10
1
-29
/
+10
|
|
|
*
|
mtd: nand: ecc-hamming: Clarify the driver descriptions
Miquel Raynal
2020-12-10
1
-1
/
+1
|
|
|
*
|
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
2020-12-10
23
-30
/
+31
|
|
|
*
|
mtd: rawnand: Get rid of chip->ecc.priv
Miquel Raynal
2020-12-10
1
-14
/
+17
|
|
|
*
|
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
2020-12-10
2
-116
/
+279
|
|
|
*
|
mtd: nand: ecc-bch: Stop using raw NAND structures
Miquel Raynal
2020-11-30
2
-79
/
+73
|
|
|
*
|
mtd: nand: ecc-bch: Update the prototypes to be more generic
Miquel Raynal
2020-11-30
3
-38
/
+76
|
|
|
*
|
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
2020-11-30
2
-3
/
+2
|
|
|
*
|
mtd: nand: ecc-bch: Stop exporting the private structure
Miquel Raynal
2020-11-30
4
-31
/
+37
|
|
|
*
|
mtd: nand: ecc-bch: Cleanup and style fixes
Miquel Raynal
2020-11-30
1
-26
/
+29
|
|
|
*
|
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
2020-11-30
8
-15
/
+16
|
|
|
*
|
mtd: nand: ecc: Add an I/O request tweaking mechanism
Miquel Raynal
2020-11-30
1
-0
/
+106
|
|
|
|
/
|
|
*
|
mtd: spi-nor: keep lock bits if they are non-volatile
Michael Walle
2020-12-07
7
-24
/
+211
|
|
*
|
mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
Michael Walle
2020-12-07
3
-3
/
+53
[prev]
[next]