index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-05
mtd: gpmi: add missing include 'module.h'
Wolfram Sang
1
-1
/
+1
2011-12-02
mtd: ndfc: fix typo in structure dereference
Tony Breeds
1
-1
/
+1
2011-11-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
48
-1918
/
+4597
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-0
/
+6
2011-11-03
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2
-2
/
+6
2011-10-31
mtd: Add module.h to drivers users that were implicitly using it.
Paul Gortmaker
5
-0
/
+5
2011-10-31
mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
1
-0
/
+1
2011-10-24
MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines
Manuel Lauss
1
-1
/
+1
2011-10-24
MIPS: Alchemy: kill au1xxx.h header
Manuel Lauss
1
-1
/
+5
2011-10-16
mtd: nand: initialize ops.mode
Brian Norris
1
-0
/
+4
2011-10-16
mtd: nand_h1900 never worked
Arnd Bergmann
1
-1
/
+1
2011-10-01
mtd: r852: make r852_pm_ops static
Axel Lin
1
-3
/
+3
2011-09-23
mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocks
Wolfram Stering
1
-1
/
+1
2011-09-21
mtd: nand: switch `check_pattern()' to standard `memcmp()'
Brian Norris
1
-4
/
+2
2011-09-21
mtd: nand: invalidate cache on unaligned reads
Brian Norris
1
-2
/
+10
2011-09-21
mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB set
Brian Norris
1
-6
/
+7
2011-09-21
mtd: nand: wait to set BBT version
Brian Norris
1
-4
/
+8
2011-09-21
mtd: nand: scrub BBT on ECC errors
Brian Norris
1
-5
/
+24
2011-09-21
mtd: nand: report ECC errors properly when reading BBT
Brian Norris
1
-5
/
+12
2011-09-21
mtd: utilize `mtd_is_*()' functions
Brian Norris
2
-3
/
+3
2011-09-11
mtd: nand: remove gotos in `check_create()'
Brian Norris
1
-16
/
+19
2011-09-11
mtd: nand: begin restructuring check_create
Brian Norris
1
-19
/
+5
2011-09-11
mtd: nand: fix style
Brian Norris
1
-14
/
+14
2011-09-11
mtd: nand: remove unnecessary variable
Brian Norris
1
-5
/
+3
2011-09-11
mtd: nand: do not ignore all ECC errors
Brian Norris
1
-3
/
+3
2011-09-11
mtd: nand: refactor scanning code
Brian Norris
1
-20
/
+8
2011-09-11
mtd: nand: kill member `ops' of `struct nand_chip'
Brian Norris
1
-21
/
+25
2011-09-11
mtd: rename MTD_OOB_* to MTD_OPS_*
Brian Norris
4
-26
/
+26
2011-09-11
mtd: support reading OOB without ECC
Brian Norris
1
-1
/
+6
2011-09-11
mtd: support writing OOB without ECC
Brian Norris
1
-1
/
+9
2011-09-11
mtd: add the common code for GPMI-NAND controller driver
Huang Shijie
2
-0
/
+1892
2011-09-11
mtd: add GPMI-NAND driver in the config and Makefile
Huang Shijie
3
-0
/
+17
2011-09-11
mtd: add helper functions library and header files for GPMI NAND driver
Huang Shijie
3
-0
/
+1313
2011-09-11
mtd: mxc_nand: add mx53 NFC driver support
Jason Liu
1
-1
/
+1
2011-09-11
mtd: bcm_umi_nand: clean up error handling code
Julia Lawall
1
-15
/
+18
2011-09-11
mtd: eLBC NAND: update ecc_stats.corrected when lteccr available
Michael Hench
1
-0
/
+19
2011-09-11
mtd: s3c2410 nand: Remove uncessary null check
Jonghwan Choi
1
-1
/
+1
2011-09-11
mtd: use MTD_NAND_OMAP2 for OMAP4
Jan Weitzel
1
-3
/
+4
2011-09-11
mtd: cleanup style on pr_debug messages
Brian Norris
3
-8
/
+6
2011-09-11
mtd: replace DEBUG() with pr_debug()
Brian Norris
6
-54
/
+51
2011-09-11
mtd: nand: style fixups in pr_* messages
Brian Norris
2
-48
/
+42
2011-09-11
mtd: nand: convert printk() to pr_*()
Brian Norris
2
-39
/
+39
2011-09-11
mtd: nand: change KERN_DEBUG to KERN_INFO
Brian Norris
1
-7
/
+7
2011-09-11
mtd: pxa3xx_nand: enable multiple chip select support
Lei Wen
1
-50
/
+123
2011-09-11
mtd: pxa3xx_nand: sperate each chip individual info
Lei Wen
1
-132
/
+160
2011-09-11
mtd: pxa3xx_nand: convert all printk into dev_*
Lei Wen
1
-11
/
+16
2011-09-11
mtd: pxa3xx_nand: enhance suspend and resume routine
Lei Wen
1
-1
/
+14
2011-09-11
mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi
Mike Hench
1
-31
/
+2
2011-09-11
mtd: atmel_nand: optimize read/write buffer functions
Nicolas Ferre
1
-41
/
+4
2011-09-11
mtd: nand: don't free the global data too early
Liu Shuo
1
-1
/
+0
[next]