diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-01-27 02:11:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-01-27 02:11:08 +0000 |
commit | bed53c93d6ce1a01eaaa76799371fd60b173caed (patch) | |
tree | a0f844f2c140b4b7834ef9297575e7e587611ce3 /target/linux/brcm63xx | |
parent | 3b0c90325e2e760be4e34d8e302eda04eb692675 (diff) | |
download | upstream-bed53c93d6ce1a01eaaa76799371fd60b173caed.tar.gz upstream-bed53c93d6ce1a01eaaa76799371fd60b173caed.tar.bz2 upstream-bed53c93d6ce1a01eaaa76799371fd60b173caed.zip |
give some credits to Tanguy Bouzeloc in the spi driver
SVN-Revision: 25133
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.35/240-spi.patch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.35/240-spi.patch b/target/linux/brcm63xx/patches-2.6.35/240-spi.patch index adc4c221f2..32c2d05c1c 100644 --- a/target/linux/brcm63xx/patches-2.6.35/240-spi.patch +++ b/target/linux/brcm63xx/patches-2.6.35/240-spi.patch @@ -26,13 +26,14 @@ [IRQ_DSL] = BCM_6358_DSL_IRQ, --- /dev/null +++ b/arch/mips/bcm63xx/dev-spi.c -@@ -0,0 +1,127 @@ +@@ -0,0 +1,128 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2009 Florian Fainelli <florian@openwrt.org> ++ * Copyright (C) 2010 Tanguy Bouzeloc <tanguy.bouzeloc@efixo.com> + */ + +#include <linux/init.h> @@ -318,11 +319,12 @@ #endif /* BCM63XX_REGS_H_ */ --- /dev/null +++ b/drivers/spi/bcm63xx_spi.c -@@ -0,0 +1,494 @@ +@@ -0,0 +1,496 @@ +/* + * Broadcom BCM63xx SPI controller support + * + * Copyright (C) 2009 Florian Fainelli <florian@openwrt.org> ++ * Copyright (C) 2010 Tanguy Bouzeloc <tanguy.bouzeloc@efixo.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License @@ -810,6 +812,7 @@ + +MODULE_ALIAS("platform:bcm63xx_spi"); +MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>"); ++MODULE_AUTHOR("Tanguy Bouzeloc <tanguy.bouzeloc@efixo.com>"); +MODULE_DESCRIPTION("Broadcom BCM63xx SPI Controller driver"); +MODULE_LICENSE("GPL"); +MODULE_VERSION(DRV_VER); |