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
2006-05-14
mtd: fix memory leak in block2mtd_setup()
Jesper Juhl
1
-3
/
+6
2006-05-14
[MTD] Fix module refcounting in NAND board drivers.
David Woodhouse
14
-4
/
+27
2006-05-14
mtd: fix memory leaks in phram_setup
Jesper Juhl
1
-2
/
+6
2006-05-13
[MTD NAND] Indent all of drivers/mtd/nand/*.c.
David Woodhouse
17
-1292
/
+1217
2006-05-13
[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chips
David Woodhouse
1
-2
/
+2
2006-05-13
[MTD NAND] Update CS553x NAND driver: Hardware ECC support, optimisations.
David Woodhouse
1
-27
/
+75
2006-05-13
[MTD NAND] Use vmalloc for buffer when scanning for bad blocks.
David Woodhouse
1
-3
/
+3
2006-05-12
Trivial typo fixes in Kconfig files (MTD).
Egry Gábor
3
-4
/
+4
2006-05-12
OneNAND: fix block command typo
Kyungmin Park
1
-1
/
+1
2006-05-12
OneNAND: One-Time Programmable (OTP) support
Kyungmin Park
3
-4
/
+325
2006-05-12
OneNAND: Handle erase correctly in Double Density Package (DDP)
Kyungmin Park
1
-0
/
+6
2006-05-12
OneNAND: Write oob area with aligned size, mtd->oobsize
Kyungmin Park
1
-2
/
+5
2006-05-12
OneNAND: Add write_oob verify function
Kyungmin Park
1
-4
/
+43
2006-05-12
OneNand: Fix free byte positions.
Jarkko Lavinen
1
-1
/
+2
2006-05-12
OneNAND: handle byte access on BufferRAM
Kyungmin Park
1
-0
/
+38
2006-05-12
OneNAND: Add touch_softlock_watchdog()
Kyungmin Park
1
-0
/
+1
2006-05-12
[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in Kconfig
Jean-Luc Leger
1
-1
/
+0
2006-05-12
[MTD] Fix capitalisation in export of old doc2001.c initfunc
David Woodhouse
1
-1
/
+1
2006-05-12
[MTD] Basic NAND driver for AMD/NatSemi CS5535/CS5536 Geode companion chip
David Woodhouse
3
-0
/
+298
2006-05-10
[MTD] Fix capitalisation in export of DiskOnChip Millennium initfunc
David Woodhouse
1
-1
/
+1
2006-05-09
Export cfi_cmdset_0020 and cfi_cmdset_0002 with EXPORT_SYMBOL_GPL
David Woodhouse
2
-1
/
+2
2006-05-09
Remove use of inter_module_crap in NOR flash chip drivers.
David Woodhouse
7
-93
/
+20
2006-05-08
Fix non-modular case for DiskOnChip probe
David Woodhouse
1
-4
/
+31
2006-05-08
Remove inter_module_xxx() from DiskOnChip drivers.
David Woodhouse
6
-64
/
+18
2006-05-07
[MTD] Convert physmap to platform driver
Lennert Buytenhek
2
-70
/
+188
2006-05-01
ts72xx NAND driver
Lennert Buytenhek
3
-0
/
+215
2006-04-29
mtd: SC520CDP should depend on MTD_CONCAT
Daniel Drake
1
-1
/
+1
2006-04-19
mtd: improve parameter parsing for block2mtd
Joern Engel
1
-3
/
+14
2006-04-18
MTD: Correct Poodle partition size
Richard Purdie
1
-1
/
+1
2006-04-17
[PATCH] Remove unnecessary kmalloc/kfree calls in mtdchar
Thago Galesi
1
-13
/
+21
2006-04-17
Remove unchecked MTD flags
Jörn Engel
3
-4
/
+3
2006-04-17
Make mtdblock_ro unconditionally readonly
Jörn Engel
1
-3
/
+1
2006-04-17
Simplify test for RAM devices
Jörn Engel
1
-2
/
+1
2006-04-12
[PATCH] MTD: m25p80: fix printk format warning
Randy Dunlap
1
-1
/
+1
2006-04-12
[PATCH] mtd, nettel: fix build error and implicit declaration
Jesper Juhl
1
-0
/
+2
2006-04-11
[PATCH] Remove blkmtd
Joern Engel
3
-831
/
+2
2006-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-21
/
+0
2006-04-02
Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-67
/
+48
2006-04-01
MTD: remove obsolete Kconfig options
Anders Larsen
1
-21
/
+0
2006-04-01
[PATCH] LED: add NAND MTD activity LED trigger
Richard Purdie
1
-1
/
+25
2006-04-01
[PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtd
Petri T. Koistinen
1
-1
/
+1
2006-04-01
[PATCH] mtd: fix broken name_to_dev_t() declaration
Herbert Poetzl
1
-2
/
+1
2006-04-01
[PATCH] mtd/redboot: Handle holes in fis table
Peter Korsgaard
1
-5
/
+1
2006-04-01
[PATCH] Add chip used in collie to jedec_probe
Pavel Machek
1
-0
/
+17
2006-04-01
[PATCH] Dead code in mtd/maps/pci.c
Eric Sesterhenn
1
-3
/
+0
2006-04-01
[PATCH] Kill ifdefs in mtdcore.c
Pavel Machek
1
-9
/
+4
2006-04-01
[PATCH] Fix debug statement in inftlcore.c
Eric Sesterhenn / snakebyte
1
-1
/
+1
2006-04-01
[PATCH] mtd cmdlinepart: allow zero offset value
Atsushi Nemoto
1
-3
/
+4
2006-04-01
[PATCH] drivers/mtd: Use ARRAY_SIZE macro
Tobias Klauser
22
-45
/
+31
2006-04-01
[PATCH] MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate's
Adrian Bunk
1
-9
/
+8
[prev]
[next]