diff options
author | ben@fluff.org.uk <ben@fluff.org.uk> | 2008-10-14 19:17:19 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-10-15 12:06:00 -0400 |
commit | 08c55e22df26ef1ae8cbe53fbca42476f18a8fdb (patch) | |
tree | bcd6712fdfad25a094ba16adda03a7362432c61f /drivers/mmc | |
parent | 18280fff663b8ba57e349a81b999604bc1106926 (diff) |
s3cmci: Add Ben Dooks/Simtec Electronics to header & copyright
Since the original authour (Thomas Kleffel) has been too busy to
merge the s3cmci driver and keep it up to date, I (mostly as part
of my role with Simtec Electronics) got the driver to a mergable
state and have been maintaining it since I think that I should
be added to the header. Also add a copyright statement for the
new work.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/s3cmci.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 5211d90d34ef..3b2085b57769 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c | |||
@@ -3,6 +3,9 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2004-2006 maintech GmbH, Thomas Kleffel <tk@maintech.de> | 4 | * Copyright (C) 2004-2006 maintech GmbH, Thomas Kleffel <tk@maintech.de> |
5 | * | 5 | * |
6 | * Current driver maintained by Ben Dooks and Simtec Electronics | ||
7 | * Copyright (C) 2008 Simtec Electronics <ben-linux@fluff.org> | ||
8 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License version 2 as | 10 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
@@ -1560,7 +1563,7 @@ module_exit(s3cmci_exit); | |||
1560 | 1563 | ||
1561 | MODULE_DESCRIPTION("Samsung S3C MMC/SD Card Interface driver"); | 1564 | MODULE_DESCRIPTION("Samsung S3C MMC/SD Card Interface driver"); |
1562 | MODULE_LICENSE("GPL v2"); | 1565 | MODULE_LICENSE("GPL v2"); |
1563 | MODULE_AUTHOR("Thomas Kleffel <tk@maintech.de>"); | 1566 | MODULE_AUTHOR("Thomas Kleffel <tk@maintech.de>, Ben Dooks <ben-linux@fluff.org>"); |
1564 | MODULE_ALIAS("platform:s3c2410-sdi"); | 1567 | MODULE_ALIAS("platform:s3c2410-sdi"); |
1565 | MODULE_ALIAS("platform:s3c2412-sdi"); | 1568 | MODULE_ALIAS("platform:s3c2412-sdi"); |
1566 | MODULE_ALIAS("platform:s3c2440-sdi"); | 1569 | MODULE_ALIAS("platform:s3c2440-sdi"); |