summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ams-delta.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-291/+0Star
* mtd: nand: Add missing copyright informationBoris Brezillon2018-02-161-0/+3
* mtd: nand: State when references to other drivers are no longer validBoris Brezillon2018-02-161-1/+1
* mtd: nand: ams-delta: Fix path to toto.c source fileBoris Brezillon2018-02-161-1/+1
* mtd: nand: Stop using full path when referring to files placed in the same dirBoris Brezillon2018-02-161-1/+1
* mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon2018-02-161-2/+0Star
* mtd: constify mtd_partitionArvind Yadav2017-11-061-1/+1
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: ams-delta: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2Star
* mtd: nand: ams-delta: set ECC algorithm explicitlyRafał Miłecki2016-04-191-0/+1
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-3/+3
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-3/+0Star
* mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-8/+5Star
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-2/+2
* mtd: nand: ams-delta: fix overwritten mtd_info->owner in initializationAkinobu Mita2015-01-161-5/+1Star
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-111-1/+0Star
* mtd: nand: ams-delta: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-1/+0Star
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-3/+7
|\
| * ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren2012-09-211-1/+1
| * ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren2012-09-131-2/+6
* | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-13/+0Star
|/
* mtd: ams-delta: fix request_mem_region() failureJanusz Krzysztofik2012-05-081-11/+6Star
* ARM: OMAP1: ams-delta: clean up init data section assignmentsJanusz Krzysztofik2012-03-021-1/+1
* Merge branch 'omap1-part2' into omap1Tony Lindgren2012-01-201-22/+52
|\
| * MTD: NAND: ams-delta: use GPIO instead of custom I/OJanusz Krzysztofik2011-12-221-22/+52
* | mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-11/+1Star
|/
* ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-251-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mtd: nand: ams-delta: drop omap_read/write, use ioremapJanusz Krzysztofik2011-01-061-6/+43
* mtd: nand: ams-delta: convert to platform driverJanusz Krzysztofik2011-01-061-5/+26
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-1/+1
* OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren2009-08-281-4/+4
* omap drivers: switch to standard GPIO callsDavid Brownell2008-10-161-2/+2
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-3/+3
* [PATCH] MTD NAND: Fix ams-delta after core conversionJonathan McDowell2006-08-271-4/+6
* [MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner2006-05-231-1/+0Star
* [MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner2006-05-231-28/+28
* [MTD] NAND modularize ECCThomas Gleixner2006-05-231-1/+1
* [MTD] Add Amstrad Delta NAND supportJonathan McDowell2006-05-211-0/+238