Loading drivers/mtd/nand/autcpu12.c +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ * * 02-12-2002 TG Cleanup of module params * * 02-20-2002 TG adjusted for different rd/wr adress support * 02-20-2002 TG adjusted for different rd/wr address support * added support for read device ready/busy line * added page_cache * Loading Loading @@ -144,7 +144,7 @@ static int __init autcpu12_init(void) goto out; } /* map physical adress */ /* map physical address */ autcpu12_fio_base = ioremap(AUTCPU12_PHYS_SMC, SZ_1K); if (!autcpu12_fio_base) { printk("Ioremap autcpu12 SmartMedia Card failed\n"); Loading Loading @@ -227,7 +227,7 @@ static void __exit autcpu12_cleanup(void) /* Release resources, unregister device */ nand_release(autcpu12_mtd); /* unmap physical adress */ /* unmap physical address */ iounmap(autcpu12_fio_base); /* Free the MTD device structure */ Loading drivers/mtd/nand/bf5xx_nand.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * http://blackfin.uclinux.org/ * Bryan Wu <bryan.wu@analog.com> * * Blackfin BF5xx on-chip NAND flash controler driver * Blackfin BF5xx on-chip NAND flash controller driver * * Derived from drivers/mtd/nand/s3c2410.c * Copyright (c) 2007 Ben Dooks <ben@simtec.co.uk> Loading drivers/mtd/nand/cs553x_nand.c +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ static void __exit cs553x_cleanup(void) nand_release(cs553x_mtd[i]); cs553x_mtd[i] = NULL; /* unmap physical adress */ /* unmap physical address */ iounmap(mmio_base); /* Free the MTD device structure */ Loading drivers/mtd/nand/edb7312.c +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ static int __init ep7312_init(void) return -ENOMEM; } /* map physical adress */ /* map physical address */ ep7312_fio_base = ioremap(ep7312_fio_pbase, SZ_1K); if (!ep7312_fio_base) { printk("ioremap EDB7312 NAND flash failed\n"); Loading drivers/mtd/nand/nand_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ static int nand_do_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops); /* * For devices which display every fart in the system on a seperate LED. Is * For devices which display every fart in the system on a separate LED. Is * compiled away when LED support is disabled. */ DEFINE_LED_TRIGGER(nand_led_trigger); Loading Loading
drivers/mtd/nand/autcpu12.c +3 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ * * 02-12-2002 TG Cleanup of module params * * 02-20-2002 TG adjusted for different rd/wr adress support * 02-20-2002 TG adjusted for different rd/wr address support * added support for read device ready/busy line * added page_cache * Loading Loading @@ -144,7 +144,7 @@ static int __init autcpu12_init(void) goto out; } /* map physical adress */ /* map physical address */ autcpu12_fio_base = ioremap(AUTCPU12_PHYS_SMC, SZ_1K); if (!autcpu12_fio_base) { printk("Ioremap autcpu12 SmartMedia Card failed\n"); Loading Loading @@ -227,7 +227,7 @@ static void __exit autcpu12_cleanup(void) /* Release resources, unregister device */ nand_release(autcpu12_mtd); /* unmap physical adress */ /* unmap physical address */ iounmap(autcpu12_fio_base); /* Free the MTD device structure */ Loading
drivers/mtd/nand/bf5xx_nand.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * http://blackfin.uclinux.org/ * Bryan Wu <bryan.wu@analog.com> * * Blackfin BF5xx on-chip NAND flash controler driver * Blackfin BF5xx on-chip NAND flash controller driver * * Derived from drivers/mtd/nand/s3c2410.c * Copyright (c) 2007 Ben Dooks <ben@simtec.co.uk> Loading
drivers/mtd/nand/cs553x_nand.c +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ static void __exit cs553x_cleanup(void) nand_release(cs553x_mtd[i]); cs553x_mtd[i] = NULL; /* unmap physical adress */ /* unmap physical address */ iounmap(mmio_base); /* Free the MTD device structure */ Loading
drivers/mtd/nand/edb7312.c +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ static int __init ep7312_init(void) return -ENOMEM; } /* map physical adress */ /* map physical address */ ep7312_fio_base = ioremap(ep7312_fio_pbase, SZ_1K); if (!ep7312_fio_base) { printk("ioremap EDB7312 NAND flash failed\n"); Loading
drivers/mtd/nand/nand_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ static int nand_do_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops); /* * For devices which display every fart in the system on a seperate LED. Is * For devices which display every fart in the system on a separate LED. Is * compiled away when LED support is disabled. */ DEFINE_LED_TRIGGER(nand_led_trigger); Loading