Преглед изворни кода

give some credits to Tanguy Bouzeloc in the spi driver

SVN-Revision: 25133
Florian Fainelli пре 15 година
родитељ
комит
bed53c93d6
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      target/linux/brcm63xx/patches-2.6.35/240-spi.patch

+ 5 - 2
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 <[email protected]>
++ * Copyright (C) 2010 Tanguy Bouzeloc <[email protected]>
 + */
 +
 +#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 <[email protected]>
++ * Copyright (C) 2010 Tanguy Bouzeloc <[email protected]>
 + *
 + * 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 <[email protected]>");
++MODULE_AUTHOR("Tanguy Bouzeloc <[email protected]>");
 +MODULE_DESCRIPTION("Broadcom BCM63xx SPI Controller driver");
 +MODULE_LICENSE("GPL");
 +MODULE_VERSION(DRV_VER);