aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ams-delta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-05mtd: nand: ams-delta: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse1-3/+7
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-13/+0
2012-09-20ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren1-1/+1
2012-09-12ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren1-2/+6
2012-05-08mtd: ams-delta: fix request_mem_region() failureJanusz Krzysztofik1-11/+6
2012-03-01ARM: OMAP1: ams-delta: clean up init data section assignmentsJanusz Krzysztofik1-1/+1
2012-01-20Merge branch 'omap1-part2' into omap1Tony Lindgren1-22/+52
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-11/+1
2011-12-22MTD: NAND: ams-delta: use GPIO instead of custom I/OJanusz Krzysztofik1-22/+52
2011-08-08ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-06mtd: nand: ams-delta: drop omap_read/write, use ioremapJanusz Krzysztofik1-6/+43
2011-01-06mtd: nand: ams-delta: convert to platform driverJanusz Krzysztofik1-5/+26
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-1/+1
2009-08-28OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren1-4/+4
2008-10-16omap drivers: switch to standard GPIO callsDavid Brownell1-2/+2
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2006-08-27[PATCH] MTD NAND: Fix ams-delta after core conversionJonathan McDowell1-4/+6
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner1-1/+0
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner1-28/+28
2006-05-23[MTD] NAND modularize ECCThomas Gleixner1-1/+1
2006-05-21[MTD] Add Amstrad Delta NAND supportJonathan McDowell1-0/+238