mtd: nand: State when references to other drivers are no longer valid
A lot of NAND drivers have been derived from other old NAND drivers which have since then been removed from the Linux tree. When this is the case, specify when the file the header is referring to has been removed so that people can find the original implementation more easily. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
This commit is contained in:
parent
e36f2eb6ca
commit
187c54488e
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007
|
* Copyright (c) 2007
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/nand/spia.c
|
* Derived from drivers/mtd/nand/spia.c (removed in v3.8)
|
||||||
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
|
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 2004
|
* Copyright (c) 2004
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/nand/spia.c
|
* Derived from drivers/mtd/nand/spia.c (removed in v3.8)
|
||||||
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
|
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
|
* Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/nand/toto.c
|
* Derived from drivers/mtd/nand/toto.c (removed in v2.6.28)
|
||||||
* Converted to platform driver by Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
|
* Converted to platform driver by Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
|
||||||
* Partially stolen from plat_nand.c
|
* Partially stolen from plat_nand.c
|
||||||
*
|
*
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
*
|
*
|
||||||
* Copyright 2003 Rick Bronson
|
* Copyright 2003 Rick Bronson
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/nand/autcpu12.c
|
* Derived from drivers/mtd/nand/autcpu12.c (removed in v3.8)
|
||||||
* Copyright 2001 Thomas Gleixner (gleixner@autronix.de)
|
* Copyright 2001 Thomas Gleixner (gleixner@autronix.de)
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/spia.c
|
* Derived from drivers/mtd/spia.c (removed in v3.8)
|
||||||
* Copyright 2000 Steven J. Hill (sjhill@cotw.com)
|
* Copyright 2000 Steven J. Hill (sjhill@cotw.com)
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
*
|
*
|
||||||
* Copyright 2003 Rick Bronson
|
* Copyright 2003 Rick Bronson
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/nand/autcpu12.c
|
* Derived from drivers/mtd/nand/autcpu12.c (removed in v3.8)
|
||||||
* Copyright 2001 Thomas Gleixner (gleixner@autronix.de)
|
* Copyright 2001 Thomas Gleixner (gleixner@autronix.de)
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/spia.c
|
* Derived from drivers/mtd/spia.c (removed in v3.8)
|
||||||
* Copyright 2000 Steven J. Hill (sjhill@cotw.com)
|
* Copyright 2000 Steven J. Hill (sjhill@cotw.com)
|
||||||
*
|
*
|
||||||
* Add Hardware ECC support for AT91SAM9260 / AT91SAM9263
|
* Add Hardware ECC support for AT91SAM9260 / AT91SAM9263
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
*
|
*
|
||||||
* Copyright © 2003 Rick Bronson
|
* Copyright © 2003 Rick Bronson
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/nand/autcpu12.c
|
* Derived from drivers/mtd/nand/autcpu12.c (removed in v3.8)
|
||||||
* Copyright © 2001 Thomas Gleixner (gleixner@autronix.de)
|
* Copyright © 2001 Thomas Gleixner (gleixner@autronix.de)
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/spia.c
|
* Derived from drivers/mtd/spia.c (removed in v3.8)
|
||||||
* Copyright © 2000 Steven J. Hill (sjhill@cotw.com)
|
* Copyright © 2000 Steven J. Hill (sjhill@cotw.com)
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2006 Compulab, Ltd.
|
* Copyright (C) 2006 Compulab, Ltd.
|
||||||
* Mike Rapoport <mike@compulab.co.il>
|
* Mike Rapoport <mike@compulab.co.il>
|
||||||
*
|
*
|
||||||
* Derived from drivers/mtd/nand/h1910.c
|
* Derived from drivers/mtd/nand/h1910.c (removed in v3.10)
|
||||||
* Copyright (C) 2002 Marius Gröger (mag@sysgo.de)
|
* Copyright (C) 2002 Marius Gröger (mag@sysgo.de)
|
||||||
* Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de)
|
* Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de)
|
||||||
*
|
*
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* Vipin Kumar <vipin.kumar@st.com>
|
* Vipin Kumar <vipin.kumar@st.com>
|
||||||
* Ashish Priyadarshi
|
* Ashish Priyadarshi
|
||||||
*
|
*
|
||||||
* Based on drivers/mtd/nand/nomadik_nand.c
|
* Based on drivers/mtd/nand/nomadik_nand.c (removed in v3.8)
|
||||||
*
|
*
|
||||||
* This file is licensed under the terms of the GNU General Public
|
* This file is licensed under the terms of the GNU General Public
|
||||||
* License version 2. This program is licensed "as is" without any
|
* License version 2. This program is licensed "as is" without any
|
||||||
|
|
Loading…
Reference in New Issue