summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: s3c2410: set ECC algorithm explicitlyRafał Miłecki2016-05-051-0/+1
* mtd: nand: s3c2410: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-5/+27
* mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()Zhaoxiu Zeng2016-04-191-1/+2
* mtd: nand: s3c2410: kill the ->ecc_layout fieldBoris BREZILLON2016-01-261-3/+0
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-2/+2
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-2/+0
* mtd: nand: s3c2410: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-9/+14
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-3/+3
* mtd: nand: s3c2410: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: s3c2410: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* mtd: s3c2410: drop useless / misspelled debug printsBrian Norris2015-02-281-3/+0
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick2014-07-021-2/+2
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-101-1/+0
* mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.cSachin Kamat2014-01-221-1/+35
* mtd: s3c2410: Remove unnecessary OOM messagesJingoo Han2014-01-071-2/+0
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* mtd: nand: s3c2410: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-2/+0
* mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-4/+3
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-2/+5
|\
| * mtd: s3c2410: Fix potential NULL pointer dereference errorSachin Kamat2012-11-181-2/+5
* | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
|/
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-1/+1
|\
| * ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* | mtd: s3c2410: Fix compiler warningsSachin Kamat2012-09-291-0/+2
* | mtd: s3c2410: Use devm_* functionsSachin Kamat2012-09-291-37/+10
* | mtd: use %*ph[CN] to dump small buffersAndy Shevchenko2012-09-291-8/+4
* | mtd: s3c2410: Fix line over 80 characters warningSachin Kamat2012-09-291-10/+20
* | mtd: s3c2410: Fix checkpatch warnings and errors related to whitespacesSachin Kamat2012-09-291-8/+9
* | mtd: s3c2410: Do not initialise statics to 0 or NULLSachin Kamat2012-09-291-37/+27
* | mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat2012-09-291-2/+1
* | mtd: s3c2410: Use pr_* instead of printkSachin Kamat2012-09-291-1/+4
* | mtd: s3c2410: Use module_platform_driver()Sachin Kamat2012-09-291-14/+1
|/
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-2/+2
* mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi2011-09-111-1/+1
* mtd: s3c2410.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-14/+4
* mtd: s3c2410 don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-2/+1
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-2/+4
* 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
OpenPOWER on IntegriCloud