mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 09:33:20 +02:00
[brcm63xx] give some credits to Tanguy Bouzeloc in the spi driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25133 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9afe60a2f4
commit
8b733f9f79
@ -26,13 +26,14 @@
|
|||||||
[IRQ_DSL] = BCM_6358_DSL_IRQ,
|
[IRQ_DSL] = BCM_6358_DSL_IRQ,
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/mips/bcm63xx/dev-spi.c
|
+++ 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
|
+ * 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
|
+ * License. See the file "COPYING" in the main directory of this archive
|
||||||
+ * for more details.
|
+ * for more details.
|
||||||
+ *
|
+ *
|
||||||
+ * Copyright (C) 2009 Florian Fainelli <florian@openwrt.org>
|
+ * Copyright (C) 2009 Florian Fainelli <florian@openwrt.org>
|
||||||
|
+ * Copyright (C) 2010 Tanguy Bouzeloc <tanguy.bouzeloc@efixo.com>
|
||||||
+ */
|
+ */
|
||||||
+
|
+
|
||||||
+#include <linux/init.h>
|
+#include <linux/init.h>
|
||||||
@ -318,11 +319,12 @@
|
|||||||
#endif /* BCM63XX_REGS_H_ */
|
#endif /* BCM63XX_REGS_H_ */
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/drivers/spi/bcm63xx_spi.c
|
+++ b/drivers/spi/bcm63xx_spi.c
|
||||||
@@ -0,0 +1,494 @@
|
@@ -0,0 +1,496 @@
|
||||||
+/*
|
+/*
|
||||||
+ * Broadcom BCM63xx SPI controller support
|
+ * Broadcom BCM63xx SPI controller support
|
||||||
+ *
|
+ *
|
||||||
+ * Copyright (C) 2009 Florian Fainelli <florian@openwrt.org>
|
+ * 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
|
+ * This program is free software; you can redistribute it and/or
|
||||||
+ * modify it under the terms of the GNU General Public License
|
+ * modify it under the terms of the GNU General Public License
|
||||||
@ -810,6 +812,7 @@
|
|||||||
+
|
+
|
||||||
+MODULE_ALIAS("platform:bcm63xx_spi");
|
+MODULE_ALIAS("platform:bcm63xx_spi");
|
||||||
+MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>");
|
+MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>");
|
||||||
|
+MODULE_AUTHOR("Tanguy Bouzeloc <tanguy.bouzeloc@efixo.com>");
|
||||||
+MODULE_DESCRIPTION("Broadcom BCM63xx SPI Controller driver");
|
+MODULE_DESCRIPTION("Broadcom BCM63xx SPI Controller driver");
|
||||||
+MODULE_LICENSE("GPL");
|
+MODULE_LICENSE("GPL");
|
||||||
+MODULE_VERSION(DRV_VER);
|
+MODULE_VERSION(DRV_VER);
|
||||||
|
Loading…
Reference in New Issue
Block a user