Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

ben@fluff.org.uk and committed by
Pierre Ossman
08c55e22 18280fff

+4 -1
+4 -1
drivers/mmc/host/s3cmci.c
··· 3 3 * 4 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 9 * This program is free software; you can redistribute it and/or modify 7 10 * it under the terms of the GNU General Public License version 2 as 8 11 * published by the Free Software Foundation. ··· 1563 1560 1564 1561 MODULE_DESCRIPTION("Samsung S3C MMC/SD Card Interface driver"); 1565 1562 MODULE_LICENSE("GPL v2"); 1566 - MODULE_AUTHOR("Thomas Kleffel <tk@maintech.de>"); 1563 + MODULE_AUTHOR("Thomas Kleffel <tk@maintech.de>, Ben Dooks <ben-linux@fluff.org>"); 1567 1564 MODULE_ALIAS("platform:s3c2410-sdi"); 1568 1565 MODULE_ALIAS("platform:s3c2412-sdi"); 1569 1566 MODULE_ALIAS("platform:s3c2440-sdi");