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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-19
mtd: nand: sunxi: move some ECC related operations to their own functions
Boris Brezillon
1
-55
/
+108
2016-04-19
mtd: nand: sunxi: poll for events instead of using interrupts
Boris Brezillon
1
-14
/
+31
2016-04-19
mtd: nand: sunxi: make use of readl_poll_timeout()
Boris Brezillon
1
-17
/
+17
2016-04-19
mtd: nand: sunxi: fix ->dev_ready() implementation
Boris Brezillon
1
-7
/
+0
2016-04-19
mtd: nand: enable ECC pipelining
Boris Brezillon
1
-1
/
+2
2016-04-19
mtd: nand: sunxi: disable clks on device removal
Boris Brezillon
1
-0
/
+2
2016-04-19
mtd: nand: sunxi: fix NFC_CTL setting
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: nand: sunxi: let the NAND controller control the CE line
Boris Brezillon
1
-10
/
+0
2016-04-19
mtd: nand: sunxi: improve ->cmd_ctrl() function
Boris Brezillon
1
-8
/
+44
2016-04-19
mtd: nand: sunxi: implement ->read_subpage()
Boris Brezillon
1
-0
/
+36
2016-04-19
mtd: nand: sunxi: implement ->read_oob()/->write_oob()
Boris Brezillon
1
-0
/
+40
2016-04-19
mtd: nand: export default read/write oob functions
Boris Brezillon
1
-8
/
+10
2016-04-19
mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings
Boris Brezillon
1
-0
/
+12
2016-04-19
mtd: nand: sunxi: fix EDO mode selection
Boris Brezillon
1
-7
/
+11
2016-04-19
mtd: nand: sunxi: fix clk rate calculation
Boris Brezillon
1
-5
/
+5
2016-04-19
mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()
Boris Brezillon
1
-15
/
+15
2016-04-19
mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-17
/
+11
2016-04-19
mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-60
/
+73
2016-04-19
mtd: nand: pasemi: switch to dev_* printing functions
Rafał Miłecki
1
-8
/
+7
2016-04-19
mtd: nand: socrates: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: plat: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: pasemi: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: orion: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: nuc900: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: mxc: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: gpio: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: ams-delta: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-04-19
mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-3
/
+2
2016-04-19
mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-11
/
+7
2016-04-19
mtd: nand: remove unneeded of_mtd.h inclusions
Boris Brezillon
5
-5
/
+0
2016-04-19
mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()
Zhaoxiu Zeng
1
-1
/
+2
2016-04-19
mtd/ifc: Add support for IFC controller version 2.0
Raghav Dogra
1
-33
/
+39
2016-04-19
mtd: nand: Remove BUG() abuse in nand_scan_tail
Ezequiel García
1
-19
/
+33
2016-04-19
mtd: gpmi: fix raw_buffer pointer double free issue
Han Xu
1
-0
/
+1
2016-04-19
mtd: brcmnand: Add support for v6.2 controllers
Florian Fainelli
1
-1
/
+2
2016-04-19
mtd: nand: jz4780: fixup, device structure assigned at probe
Jorge Ramirez-Ortiz
1
-1
/
+0
2016-04-19
mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCs
Boris Brezillon
1
-17
/
+20
2016-04-19
mtd: nand: nandsim: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+2
2016-04-19
mtd: nand: set ECC algorithm in nand_dt_init
Rafał Miłecki
1
-1
/
+5
2016-04-19
Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/...
Boris Brezillon
2
-28
/
+20
2016-04-18
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2016-04-16
Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-9
/
+1
2016-04-15
mtd: nand: omap2: Implement NAND ready using gpiolib
Roger Quadros
1
-11
/
+18
2016-04-15
mtd: nand: omap: Clean up device tree support
Roger Quadros
1
-20
/
+114
2016-04-15
mtd: nand: omap: Copy platform data parameters to omap_nand_info data
Roger Quadros
1
-8
/
+18
2016-04-15
mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty check
Roger Quadros
1
-6
/
+4
2016-04-15
mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers
Roger Quadros
1
-1
/
+8
2016-04-13
mtd: Hook I/O activity to the MTD LED trigger
Ezequiel Garcia
1
-0
/
+7
2016-04-13
mtd: nand: Remove the "nand-disk" LED trigger
Ezequiel Garcia
1
-28
/
+1
[prev]
[next]