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
/
nand
/
sharpsl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2016-05-06
mtd: nand: sharpsl: switch to mtd_ooblayout_ops
Boris Brezillon
1
-1
/
+1
2015-12-19
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-18
mtd: nand: sharpsl: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-9
/
+13
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
1
-1
/
+1
2015-10-13
mtd: nand: sharpsl: show parent device in sysfs
Frans Klaver
1
-1
/
+1
2014-10-20
mtd: nand: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-01-07
mtd: sharpsl: use dev_err() instead of printk()
Jingoo Han
1
-1
/
+1
2014-01-03
mtd: sharpsl: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2013-08-31
mtd: nand: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-05
mtd: nand: sharpsl: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-3
/
+0
2012-11-22
mtd: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-22
mtd: remove use of __devexit_p
Bill Pemberton
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
2012-01-09
mtd: convert drivers/mtd/* to use module_platform_driver()
Axel Lin
1
-11
/
+1
2011-09-11
mtd: sharpsl.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-9
/
+2
2011-09-11
mtd: sharpsl don't specify default parsing options
Dmitry Eremin-Solenikov
1
-3
/
+1
2011-05-25
mtd: sharpsl: convert to mtd_device_register()
Jamie Iles
1
-10
/
+2
2008-10-29
[MTD] sharpsl-nand: move registration to board code
Dmitry Baryshkov
1
-86
/
+0
2008-10-29
[MTD] sharpsl-nand: use platform_data for model-specific values
Dmitry Baryshkov
1
-74
/
+84
2008-10-29
[MTD] sharpsl-nand: cleanup partitions support
Dmitry Baryshkov
1
-4
/
+18
2008-10-29
[MTD] sharpsl_nand: move io addr to struct sharpsl_nand
Dmitry Baryshkov
1
-27
/
+32
2008-10-29
[MTD] sharpsl_nand: make drvdata non-static
Dmitry Baryshkov
1
-24
/
+29
2008-10-29
[MTD] sharpsl_nand: switch to driver model usage.
Dmitry Baryshkov
1
-7
/
+56
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-1
/
+1
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+1
2008-06-04
MTD/JFFS2: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-02-03
drivers/mtd/: Spelling fixes
Joe Perches
1
-1
/
+1
2006-07-15
MTD: [NAND] Fix the sharpsl driver after breakage from a core conversion
Richard Purdie
1
-2
/
+5
2006-06-29
[MTD] NAND: Fix broken sharpsl driver
Thomas Gleixner
1
-7
/
+0
2006-05-29
[MTD] NAND Replace oobinfo by ecclayout
Thomas Gleixner
1
-3
/
+2
2006-05-24
[MTD] Refactor NAND hwcontrol to cmd_ctrl
Thomas Gleixner
1
-23
/
+18
2006-05-23
[MTD] NAND modularize ECC
Thomas Gleixner
1
-4
/
+6
2006-05-16
[MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncs
David Woodhouse
1
-3
/
+1
2006-05-14
[MTD] Fix module refcounting in NAND board drivers.
David Woodhouse
1
-0
/
+1
2006-05-13
[MTD NAND] Indent all of drivers/mtd/nand/*.c.
David Woodhouse
1
-51
/
+42
2006-04-18
MTD: Correct Poodle partition size
Richard Purdie
1
-1
/
+1
2005-11-07
[MTD] NAND: Clean up trailing white spaces
Thomas Gleixner
1
-11
/
+11
2005-11-07
[MTD] NAND sharpsl.c: Add support for akita and borzoi models
Richard Purdie
1
-3
/
+24
2005-09-17
[PATCH] MTD: Update SharpSL partition definitions
Richard Purdie
1
-2
/
+8
2005-07-06
[MTD] NAND: sharpsl.c set correct file permissions
Thomas Gleixner
1
-0
/
+0
2005-05-23
[MTD] NAND SharpSL fix default partition size
Richard Purdie
1
-2
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+260