index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
s3c2410.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-25
mtd: Convert to devm_ioremap_resource()
Thierry Reding
1
-4
/
+3
2012-12-19
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-2
/
+5
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
1
-1
/
+1
2012-11-18
mtd: s3c2410: Fix potential NULL pointer dereference error
Sachin Kamat
1
-2
/
+5
2012-10-09
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...
David Woodhouse
1
-1
/
+1
2012-09-29
mtd: s3c2410: Fix compiler warnings
Sachin Kamat
1
-0
/
+2
2012-09-29
mtd: s3c2410: Use devm_* functions
Sachin Kamat
1
-37
/
+10
2012-09-29
mtd: use %*ph[CN] to dump small buffers
Andy Shevchenko
1
-8
/
+4
2012-09-29
mtd: s3c2410: Fix line over 80 characters warning
Sachin Kamat
1
-10
/
+20
2012-09-29
mtd: s3c2410: Fix checkpatch warnings and errors related to whitespaces
Sachin Kamat
1
-8
/
+9
2012-09-29
mtd: s3c2410: Do not initialise statics to 0 or NULL
Sachin Kamat
1
-37
/
+27
2012-09-29
mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>
Sachin Kamat
1
-2
/
+1
2012-09-29
mtd: s3c2410: Use pr_* instead of printk
Sachin Kamat
1
-1
/
+4
2012-09-29
mtd: s3c2410: Use module_platform_driver()
Sachin Kamat
1
-14
/
+1
2012-09-19
ARM: samsung: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
1
-0
/
+1
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
1
-2
/
+2
2011-09-11
mtd: s3c2410 nand: Remove uncessary null check
Jonghwan Choi
1
-1
/
+1
2011-09-11
mtd: s3c2410.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-14
/
+4
2011-09-11
mtd: s3c2410 don't specify default parsing options
Dmitry Eremin-Solenikov
1
-2
/
+1
2011-09-11
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
1
-1
/
+1
2011-09-11
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
1
-2
/
+4
2011-05-25
mtd: s3c2410 nand: convert to mtd_device_register()
Jamie Iles
1
-14
/
+2
2011-05-25
mtd: nand: fix S3C NAND clock stop
Jiri Pinkava
1
-16
/
+43
2010-08-02
mtd: s3c nand: parsing command-line partitions prior to set->partitions
Conke Hu
1
-9
/
+6
2010-05-13
drivers/mtd/nand: Use kzalloc
Julia Lawall
1
-5
/
+2
2010-02-26
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
1
-1
/
+2
2009-12-31
mtd: drivers/mtd/nand/s3c2410.c: use resource_size()
H Hartley Sweeten
1
-1
/
+1
2009-12-16
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-11-30
mtd: s3c2410: propagate nand options from the platform data
Ben Dooks
1
-1
/
+1
2009-06-08
mtd/nand: s3c6400 support for s3c2410 driver
Peter Korsgaard
1
-0
/
+3
2009-06-08
Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux
David Woodhouse
1
-84
/
+175
2009-06-08
[MTD] [NAND] S3C2410: Use DIV_ROUND_UP
Ben Dooks
1
-2
/
+1
2009-06-08
[MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/write
Ben Dooks
1
-2
/
+20
2009-06-08
[MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NAND
Michel Pollet
1
-0
/
+6
2009-06-05
mtd: nand: s3c2410_nand_setrate(): use correct macros for 2412/2440
Peter Korsgaard
1
-3
/
+3
2009-05-30
[MTD] [NAND] S3C2410: Allow commandline partition processing
Andy Green
1
-2
/
+16
2009-05-30
[MTD] [NAND] S3C2410: Fix CFG debug order
Andy Green
1
-2
/
+2
2009-05-30
[MTD] [NAND] S3C2410: Uninitialised variable cleanup
Nelson Castillo
1
-4
/
+1
2009-05-30
[MTD] [NAND] S3C2410: NAND ECC by chip rather than global
Andy Green
1
-9
/
+25
2009-05-30
[MTD] [NAND] S3C2410: Basic kerneldoc comment updates
Ben Dooks
1
-11
/
+78
2009-05-30
[MTD] [NAND] S3C2410: Move to using platform device table
Ben Dooks
1
-52
/
+26
2008-11-29
Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into devel
Russell King
1
-2
/
+2
2008-11-27
[ARM] remove memzero()
Russell King
1
-2
/
+2
2008-10-30
[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/plat
Ben Dooks
1
-2
/
+2
2008-07-25
CPUFREQ: S3C24XX NAND driver frequency scaling support.
Ben Dooks
1
-21
/
+122
2008-06-04
[MTD] [NAND] S3C2410: Remove changelog and tidy header
Ben Dooks
1
-17
/
+3
2008-06-04
[MTD] [NAND] S3C2410: Change printk() into dev_dbg()
Ben Dooks
1
-1
/
+2
2008-06-04
MTD/JFFS2: remove CVS keywords
Adrian Bunk
1
-2
/
+0
[next]