diff options
author | Huang Shijie <b32955@freescale.com> | 2014-04-10 10:27:28 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-14 20:23:00 +0200 |
commit | 8eabdd1ec122cf6b77cf73e798f134fbace1b8d1 (patch) | |
tree | e58dfd4da86b660e1a2decb79d4fe0e25f2135b8 /drivers | |
parent | mtd: st_spi_fsm: Add support for Macronix MX25L3255E (diff) | |
download | linux-8eabdd1ec122cf6b77cf73e798f134fbace1b8d1.tar.xz linux-8eabdd1ec122cf6b77cf73e798f134fbace1b8d1.zip |
mtd: spi-nor: add the copyright information
Add the copyright information for spi-nor.c and spi-nor.h.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/spi-nor/spi-nor.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index 5cd86eb2a5f0..6c64ab95dee2 100644 --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c @@ -1,5 +1,9 @@ /* - * Cloned most of the code from the m25p80.c + * Based on m25p80.c, by Mike Lavender (mike@steroidmicros.com), with + * influence from lart.c (Abraham Van Der Merwe) and mtd_dataflash.c + * + * Copyright (C) 2005, Intec Automation Inc. + * Copyright (C) 2014, Freescale Semiconductor, Inc. * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as |