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.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
2010-09-15
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
4
-37
/
+41
2010-09-13
mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not defined
Mark F. Brown
1
-0
/
+6
2010-09-13
mtd: mxc_nand: configure pages per block for v2 controller
Sascha Hauer
1
-14
/
+19
2010-09-13
mtd: OneNAND: Fix loop hang when DMA error at Samsung SoCs
Kyungmin Park
1
-6
/
+5
2010-09-13
mtd: OneNAND: Fix 2KiB pagesize handling at Samsung SoCs
Kyungmin Park
1
-3
/
+2
2010-09-13
mtd: Blackfin NFC: fix invalid free in remove()
Mike Frysinger
1
-6
/
+1
2010-09-13
mtd: Blackfin NFC: fix build error after nand_scan_ident() change
Mike Frysinger
1
-1
/
+1
2010-08-30
UBI: do not oops when erroneous PEB is scheduled for scrubbing
Artem Bityutskiy
1
-1
/
+2
2010-08-30
UBI: fix kconfig unmet dependency
Randy Dunlap
1
-1
/
+1
2010-08-30
UBI: fix forward compatibility
Artem Bityutskiy
1
-1
/
+1
2010-08-30
UBI: eliminate update of list_for_each_entry loop cursor
Julia Lawall
1
-6
/
+6
2010-08-27
mxc_nand: Do not do byte accesses to the NFC buffer.
John Ogness
1
-7
/
+7
2010-08-21
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2
-8
/
+5
2010-08-21
mtd: nand: Fix probe of Samsung NAND chips
Tilman Sauerbeck
1
-0
/
+1
2010-08-19
mtd: nand: Fix regression in BBM detection
Brian Norris
1
-7
/
+3
2010-08-18
pxa3xx: fix ns2cycle equation
Axel Lin
1
-1
/
+1
2010-08-17
of: fix missing headers for of_address_to_resource() in MTD and SysACE drivers
Graeme Smecher
1
-0
/
+1
2010-08-16
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
5
-331
/
+205
2010-08-14
mtd/nand_ids: Fix buswidth
Brian Norris
1
-1
/
+1
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
8
-20
/
+20
2010-08-12
mtd/m25p80: fix test for end of loop
Dan Carpenter
1
-1
/
+1
2010-08-12
mtd/m25p80: retlen is never NULL
Dan Carpenter
1
-8
/
+4
2010-08-12
gen_nand: Test if nr_chips field is valid
Marek Vasut
1
-0
/
+5
2010-08-12
nand/denali: move all hardware initialization work to denali_hw_init
Chuanxiao Dong
1
-5
/
+6
2010-08-12
nand/denali: Add a page check in denali_read_page & denali_read_page_raw
Chuanxiao Dong
1
-0
/
+14
2010-08-12
nand/denali: use cpu_relax() while waiting for hardware interrupt
Chuanxiao Dong
1
-2
/
+2
2010-08-12
nand/denali: change read_status function method
Chuanxiao Dong
1
-7
/
+5
2010-08-12
nand/denali: Fixed check patch warnings
Chuanxiao Dong
1
-12
/
+13
2010-08-11
mtd/nand_base: fix kernel-doc warnings & typos
Randy Dunlap
1
-19
/
+20
2010-08-11
mtd/nand_base: fix kernel-doc warnings & typos
Randy Dunlap
1
-19
/
+20
2010-08-11
nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk
Chuanxiao Dong
2
-184
/
+42
2010-08-11
nand/denali: Fixed handle ECC error bugs
Chuanxiao Dong
1
-16
/
+29
2010-08-11
nand/denali: use iowrite32() to replace denali_write32()
Chuanxiao Dong
1
-76
/
+62
2010-08-11
nand/denali: Fixed probe function bugs
Chuanxiao Dong
1
-21
/
+23
2010-08-11
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-4
/
+11
2010-08-10
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
66
-1472
/
+1642
2010-08-09
mtd: Remove obsolete <mtd/compatmac.h> include
David Woodhouse
21
-21
/
+0
2010-08-08
mtd: Update copyright notices
David Woodhouse
20
-37
/
+182
2010-08-08
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-163
/
+55
2010-08-08
mtd-physmap: add support users can assign the probe type in board files
Barry Song
1
-2
/
+6
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-1
/
+5
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-1
/
+4
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-2
/
+2
2010-08-07
mtd: remove redwood map driver
Christian Dietrich
3
-183
/
+0
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-9
/
+6
2010-08-06
mxc_nand: Add v3 (i.MX51) Support
Sascha Hauer
2
-2
/
+222
2010-08-06
mxc_nand: support 8bit ecc
Sascha Hauer
1
-0
/
+30
2010-08-06
mxc_nand: fix correct_data function
Sascha Hauer
1
-2
/
+40
2010-08-06
mxc_nand: add V1_V2 namespace to registers
Sascha Hauer
1
-78
/
+63
2010-08-06
mxc_nand: factor out a check_int function
Sascha Hauer
1
-13
/
+19
[next]