aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: s3c2410 nand: convert to mtd_device_register()Jamie Iles2011-05-251-14/+2
* mtd: nand: fix S3C NAND clock stopJiri Pinkava2011-05-251-16/+43
* mtd: s3c nand: parsing command-line partitions prior to set->partitionsConke Hu2010-08-021-9/+6
* drivers/mtd/nand: Use kzallocJulia Lawall2010-05-131-5/+2
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+2
* mtd: drivers/mtd/nand/s3c2410.c: use resource_size()H Hartley Sweeten2009-12-311-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-161-1/+1
|\
| * mtd: s3c2410: propagate nand options from the platform dataBen Dooks2009-11-301-1/+1
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* mtd/nand: s3c6400 support for s3c2410 driverPeter Korsgaard2009-06-081-0/+3
* Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linuxDavid Woodhouse2009-06-081-84/+175
|\
| * [MTD] [NAND] S3C2410: Use DIV_ROUND_UPBen Dooks2009-06-081-2/+1
| * [MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/writeBen Dooks2009-06-081-2/+20
| * [MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NANDMichel Pollet2009-06-081-0/+6
| * [MTD] [NAND] S3C2410: Allow commandline partition processingAndy Green2009-05-301-2/+16
| * [MTD] [NAND] S3C2410: Fix CFG debug orderAndy Green2009-05-301-2/+2
| * [MTD] [NAND] S3C2410: Uninitialised variable cleanupNelson Castillo2009-05-301-4/+1
| * [MTD] [NAND] S3C2410: NAND ECC by chip rather than globalAndy Green2009-05-301-9/+25
| * [MTD] [NAND] S3C2410: Basic kerneldoc comment updatesBen Dooks2009-05-301-11/+78
| * [MTD] [NAND] S3C2410: Move to using platform device tableBen Dooks2009-05-301-52/+26
* | mtd: nand: s3c2410_nand_setrate(): use correct macros for 2412/2440Peter Korsgaard2009-06-051-3/+3
|/
* Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-2/+2
|\
| * [ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/platBen Dooks2008-10-301-2/+2
* | [ARM] remove memzero()Russell King2008-11-271-2/+2
|/
* CPUFREQ: S3C24XX NAND driver frequency scaling support.Ben Dooks2008-07-251-21/+122
* [MTD] [NAND] S3C2410: Remove changelog and tidy headerBen Dooks2008-06-041-17/+3
* [MTD] [NAND] S3C2410: Change printk() into dev_dbg()Ben Dooks2008-06-041-1/+2
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] [NAND] S3C2410 Allow ECC disable to be specified by the boardBen Dooks2008-04-221-0/+3
* [MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform dataBen Dooks2008-04-221-0/+3
* [MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correctionBen Dooks2008-04-221-0/+8
* [MTD] [NAND] S3C2410 Large page NAND supportBen Dooks2008-04-221-5/+33
* [MTD] [NAND] S3C2410 Fix previous nFCE suspend save patchBen Dooks2008-04-221-10/+8
* [MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+3
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-02-071-15/+33
|\
| * [MTD] [NAND] fix s3c2410 error correctionMatt Reimer2008-01-261-14/+12
| * [MTD] [NAND] make s3c2410 indicate an error for multi-bit read errorsMatt Reimer2008-01-121-1/+1
| * [MTD] [NAND] S3C2410 correctly set nFCE over resumeBen Dooks2007-11-281-0/+20
* | drivers/mtd/: Spelling fixesJoe Perches2008-02-031-1/+1
|/
* [MTD] [NAND] add s3c2440-specific read_buf/write_bufMatt Reimer2007-10-201-0/+14
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* [MTD] [NAND] s3c2410: fix arch movesBen Dooks2007-09-251-2/+2
* [ARM] 4233/1: nand/s3c2410.c: warning fixArnaud Patard2007-02-251-1/+1
* [MTD] [NAND] S3C2412 fix hw eccMatthieu CASTET2007-02-181-0/+27
* [MTD] [NAND] S3C2410: Hardware ECC correction codeBen Dooks2007-02-091-9/+62
* [MTD] Remove trailing whitespaceDavid Woodhouse2006-11-301-1/+1
* [MTD NAND] s3c2412 support in s3c2410.cBen Dooks2006-06-271-43/+111
* [MTD] NAND: S3C2410 convert prinks to dev_*()sBen Dooks2006-06-211-6/+4
* [MTD NAND] S3C2410 driver cleanupBen Dooks2006-06-191-8/+3
* [MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation.Ben Dooks2006-06-191-5/+71