index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
mtd: rawnand: fix build dependency
Anders Roxell
2
-2
/
+2
2019-04-18
mtd: nand: Remove useless line in Kconfig
Miquel Raynal
1
-1
/
+0
2019-04-18
mtd: rawnand: Clarify Kconfig entry MTD_NAND
Miquel Raynal
2
-4
/
+4
2019-04-18
mtd: rawnand: Change Kconfig titles and re-order a bit the list
Miquel Raynal
2
-177
/
+181
2019-04-18
mtd: nand: Clarify Kconfig entry for software Hamming ECC entries
Miquel Raynal
3
-8
/
+7
2019-04-18
mtd: nand: Clarify Kconfig entry for software BCH ECC algorithm
Miquel Raynal
4
-11
/
+6
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2
-3
/
+0
2019-04-08
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
14
-77
/
+81
2019-04-08
mtd: rawnand: Get rid of chip->numchips
Boris Brezillon
8
-25
/
+17
2019-04-08
mtd: rawnand: Get rid of chip->chipsize
Boris Brezillon
12
-34
/
+38
2019-04-08
mtd: rawnand: Get rid of chip->bits_per_cell
Boris Brezillon
5
-8
/
+2
2019-04-08
mtd: rawnand: Use nanddev_mtd_max_bad_blocks()
Boris Brezillon
2
-40
/
+1
2019-04-08
mtd: rawnand: Move all page cache related fields to a sub-struct
Boris Brezillon
1
-14
/
+14
2019-04-08
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
7
-49
/
+35
2019-04-08
mtd: rawnand: Initialize the nand_device object
Boris Brezillon
2
-7
/
+59
2019-04-08
mtd: rawnand: Fill memorg during detection
Boris Brezillon
11
-44
/
+175
2019-04-08
mtd: spinand: Implement mtd->_max_bad_blocks
Boris Brezillon
1
-0
/
+1
2019-04-08
mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg
Boris Brezillon
6
-15
/
+49
2019-04-08
mtd: rawnand: meson: set oob layout ops
Liang Yang
1
-0
/
+2
2019-04-08
mtd: rawnand: vf610: Avoid a potential NULL pointer dereference
Aditya Pakki
1
-0
/
+3
2019-04-08
mtd: rawnand: ingenic: Move BBTs out of ECC area
Paul Cercueil
1
-0
/
+7
2019-04-08
mtd: rawnand: ingenic: Add ooblayout for the Qi Ben Nanonote
Paul Cercueil
1
-1
/
+40
2019-04-08
mtd: rawnand: ingenic: Add support for the JZ4725B
Paul Cercueil
4
-1
/
+353
2019-04-08
mtd: rawnand: ingenic: Add support for the JZ4740
Paul Cercueil
4
-11
/
+245
2019-04-08
mtd: rawnand: ingenic: Make use of ecc-engine property
Paul Cercueil
1
-3
/
+10
2019-04-08
mtd: rawnand: ingenic: Separate top-level and SoC specific code
Paul Cercueil
7
-203
/
+310
2019-03-21
mtd: rawnand: ingenic: Rename jz4780_bch_init to jz4780_bch_reset
Paul Cercueil
1
-4
/
+5
2019-03-21
mtd: rawnand: ingenic: Rename jz4780_nand driver to ingenic_nand
Paul Cercueil
2
-74
/
+74
2019-03-21
mtd: rawnand: ingenic: Use SPDX license notifiers
Paul Cercueil
3
-12
/
+3
2019-03-21
mtd: rawnand: Move drivers for Ingenic SoCs to subfolder
Paul Cercueil
8
-15
/
+17
2019-03-21
mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_buf
Martin Blumenstingl
1
-1
/
+3
2019-03-21
mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf()
Martin Blumenstingl
1
-0
/
+3
2019-03-21
mtd: rawnand: atmel: switch to SPDX license identifiers
Tudor Ambarus
3
-13
/
+3
2019-03-21
mtd: rawnand: atmel: add sam9x60 nand controller support
Tudor Ambarus
1
-12
/
+74
2019-03-21
mtd: rawnand: atmel: add generic name for EBICSA regmap
Tudor Ambarus
1
-11
/
+17
2019-03-21
mtd: rawnand: Mark expected switch fall-throughs
Gustavo A. R. Silva
4
-3
/
+11
2019-03-21
mtd: rawnand: gpmi: Introduce GPMI_IS_MXS() macro
Fabio Estevam
3
-5
/
+4
2019-03-21
mtd: spinand: Use the spi-mem dirmap API
Boris Brezillon
1
-84
/
+84
2019-03-05
Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtd
Linus Torvalds
22
-553
/
+4243
2019-02-08
mtd: rawnand: denali_dt: remove single anonymous clock support
Masahiro Yamada
1
-23
/
+4
2019-02-08
mtd: rawnand: mtk: fix possible object reference leak
Wen Yang
1
-2
/
+6
2019-02-08
mtd: rawnand: jz4780: fix possible object reference leak
Wen Yang
1
-3
/
+6
2019-02-08
mtd: rawnand: atmel: fix possible object reference leak
Wen Yang
1
-6
/
+15
2019-02-06
mtd: rawnand: gpmi: fix MX28 bus master lockup problem
Martin Kepplinger
1
-7
/
+6
2019-02-05
mtd: rawnand: fsmc: Disable NAND on remove()
Linus Walleij
1
-0
/
+15
2019-02-05
mtd: rawnand: fsmc: Reset NAND timings on resume()
Linus Walleij
1
-0
/
+1
2019-02-05
mtd: spinand: Add support for GigaDevice GD5F1GQ4UExxG
Stefan Roese
1
-0
/
+83
2019-02-05
mtd: rawnand: denali: remove unused dma_addr field from denali_nand_info
Masahiro Yamada
1
-1
/
+0
2019-02-05
mtd: rawnand: denali: remove unused function argument 'raw'
Masahiro Yamada
1
-9
/
+9
2019-02-05
mtd: rawnand: denali: remove unneeded denali_reset_irq() call
Masahiro Yamada
1
-3
/
+0
[prev]
[next]