index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] OneNAND: Add simulator
Kyungmin Park
2005-11-06
3
-0
/
+474
*
[PATCH] OneNAND: Update OMAP OneNAND mapping using device driver model
Kyungmin Park
2005-11-06
1
-182
/
+89
*
[PATCH] OneNAND: Simple Bad Block handling support
Kyungmin Park
2005-11-06
2
-20
/
+89
*
[PATCH] OneNAND: Sync. Burst Read support
Kyungmin Park
2005-11-06
3
-4
/
+107
*
[MTD] Add initial support for OneNAND flash chips
Kyungmin Park
2005-11-06
6
-6
/
+1689
*
[MTD] NAND: Use correct mask for OOB size calculation
Thomas Gleixner
2005-11-06
1
-2
/
+2
*
[MTD] Remove deprecated power management functions
Thomas Gleixner
2005-11-06
1
-45
/
+1
*
[MTD] Missing check on kmalloc return in INFTL mount.
David Woodhouse
2005-11-06
1
-3
/
+8
*
[MTD] writev support for cfi-cmdset-0001
Nicolas Pitre
2005-11-06
1
-50
/
+75
*
{MTD] add support for Intel's "Sibley" flash
Nicolas Pitre
2005-11-06
2
-24
/
+67
*
[MTD] cleanups to cfi_cmdset_0001
Nicolas Pitre
2005-11-06
1
-56
/
+71
*
[MTD] Add Resident Flash Disk (RFD) support
Sean Young
2005-11-06
5
-12
/
+873
*
Merge branch 'master' of /home/tglx/work/mtd/git/linux-2.6.git/
Thomas Gleixner
2005-11-06
31
-75
/
+128
|
\
|
*
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
2005-10-31
8
-5
/
+8
|
|
\
|
|
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
8
-8
/
+8
|
*
|
[PATCH] fix missing includes
Tim Schmielau
2005-10-30
22
-10
/
+45
|
*
|
[ARM] Fix Assabet reboot with SA1100 MTD map driver
Russell King
2005-10-29
1
-0
/
+9
|
*
|
[ARM] Allow MTD device name to be passed via platform data
Russell King
2005-10-29
1
-3
/
+3
|
*
|
[ARM] Fix MTD device/partition destruction
Russell King
2005-10-29
1
-2
/
+9
|
*
|
[ARM] Add support for init/exit methods in sa1100 MTD map driver
Russell King
2005-10-29
1
-3
/
+15
|
*
|
[ARM] Rename 'data' to 'plat' in sa1100 MTD map driver
Russell King
2005-10-29
1
-11
/
+11
|
|
/
|
*
Merge ../bleed-2.6
Greg KH
2005-10-28
1
-0
/
+1
|
|
\
|
|
*
[ARM] 3/4: Remove asm/hardware.h from SA1100 io.h
Russell King
2005-10-28
1
-0
/
+1
|
*
|
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
2005-10-28
1
-4
/
+4
|
*
|
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
2005-10-28
1
-2
/
+2
|
|
/
|
*
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2005-09-30
6
-6
/
+0
|
|
\
|
|
*
[ARM] Don't include mach-types.h unnecessarily
Russell King
2005-09-29
6
-6
/
+0
|
*
|
[PATCH] Fix ixp4xx MTD driver module build
Deepak Saxena
2005-09-29
1
-1
/
+1
|
|
/
|
*
[PATCH] DEBUG redefined in drivers/mtd/devices/docecc.c
Grant Coady
2005-09-22
1
-4
/
+4
|
*
[PATCH] MTD: Update SharpSL partition definitions
Richard Purdie
2005-09-17
2
-3
/
+9
|
*
[PATCH] uclinux: remove use of mtd_put_device() in uclinux MTD map driver
Greg Ungerer
2005-09-11
1
-8
/
+5
|
*
[PATCH] vfree and kfree cleanup in drivers/
Jesper Juhl
2005-09-10
2
-13
/
+1
|
*
[PATCH] detect soft lockups
Ingo Molnar
2005-09-07
1
-0
/
+1
*
|
[MTD] mtdchar: Return EINVAL for bad seeks instead of fixing up to valid byte
Todd Poynor
2005-08-04
1
-9
/
+6
*
|
[MTD] Pre-CFI Sharp chip driver: Some speedups and cleanups
Todd Poynor
2005-08-04
1
-9
/
+8
*
|
[MTD] mtd_blkdevs.c: Fix names when many devices/partitions are created
Todd Poynor
2005-08-04
1
-3
/
+13
*
|
[MTD] mtd_blkdevs.c: Remove DEVFS leftovers
Todd Poynor
2005-08-04
1
-7
/
+1
*
|
[MTD] CHIPS: Recognize Spansion CFI 1.4 chips
Todd Poynor
2005-08-04
4
-13
/
+32
|
/
*
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
Olaf Hering
2005-07-27
1
-0
/
+1
*
[MTD] NAND: Fix broken bad block scan for 16 bit devices
Thomas Gleixner
2005-07-16
2
-22
/
+20
*
[MTD] cfi_cmdset_0002: Plugged a mem leak.
Joern Engel
2005-07-13
1
-1
/
+4
*
Merge with rsync://fileserver/linux
Todd Poynor
2005-07-13
1
-6
/
+1
|
\
|
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
Linus Torvalds
2005-07-11
48
-2877
/
+2767
|
|
\
|
*
|
[PATCH] pcmcia: remove references to pcmcia/version.h
Dominik Brodowski
2005-07-07
1
-1
/
+0
|
*
|
[PATCH] pcmcia: move event handler
Dominik Brodowski
2005-07-07
1
-5
/
+1
*
|
|
[MTD] Make XIP support depend on CONFIG_ARM
Thomas Gleixner
2005-07-12
1
-1
/
+1
|
|
/
|
/
|
*
|
[MTD] XIP cleanup
Thomas Gleixner
2005-07-07
2
-2
/
+2
*
|
[MTD] Remove MODULE_DEVICE_TABLE() for ICHx flash driver
David Woodhouse
2005-07-07
1
-2
/
+2
*
|
[MTD] NAND s3c2410: Add missing NULL pointer check
Ben Dooks
2005-07-06
1
-2
/
+3
*
|
Merge with rsync://fileserver/linux
Artem B. Bityuckiy
2005-07-06
3
-15
/
+40
|
\
|
[next]