aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/au1550nd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-05-05mtd: nand: au1550nd: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: au1550nd: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-8/+11
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-11/+11
2015-10-13mtd: nand: au1550nd: show parent device in sysfsFrans Klaver1-1/+1
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss1-11/+10
2014-07-30MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss1-5/+3
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-1/+2
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03mtd: au1550nd: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-01-03mtd: au1550nd: add missing platform_set_drvdata()Wei Yongjun1-0/+2
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-2/+2
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-46/+0
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-2/+0
2011-12-08MTD: nand: make au1550nd.c a platform_driverManuel Lauss1-175/+123
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-16/+13
2011-10-24MIPS: Alchemy: kill au1xxx.h headerManuel Lauss1-1/+5
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-16/+13
2011-05-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+2
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-1/+2
2011-05-19MIPS: Alchemy: Clean up GPIO registers and accessorsManuel Lauss1-1/+2
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+3
2010-02-27MIPS: Alchemy: devboard register abstractionManuel Lauss1-1/+3
2009-12-31mtd: au1550nd.c: remove unnecessary castsH Hartley Sweeten1-3/+3
2009-12-31mtd: au1550nd.c: use kzalloc()H Hartley Sweeten1-5/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-25[MTD][NAND] au1550nd: remove unused variableYoichi Yuasa1-2/+0
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2006-09-22[MTD NAND] Remove old code in au1550nd.cMichal Piotrowski1-11/+0
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner1-23/+8
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner1-7/+18
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner1-2/+2
2006-05-23[MTD] NAND modularize ECCThomas Gleixner1-1/+1
2006-05-22[MTD] Introduce writesizeJoern Engel1-2/+2
2006-05-16NAND: Fix NAND ECC errors on AMD Au1550Sergei Shtylyov1-0/+139
2006-05-16NAND: AMD Au1550 driver reads write-only registerSergei Shtylyov1-4/+2
2006-05-16[MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncsDavid Woodhouse1-3/+1
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse1-0/+1
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse1-70/+73
2006-03-31[PATCH] drivers/mtd: Use ARRAY_SIZE macroTobias Klauser1-3/+1
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-0/+1
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner1-29/+29
2005-11-06[MTD] NAND: Alchemy board driver cleanupPete Popov1-46/+69
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+477