aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/greybus/ap.c1
-rw-r--r--drivers/staging/greybus/battery-gb.c1
-rw-r--r--drivers/staging/greybus/connection.c1
-rw-r--r--drivers/staging/greybus/connection.h1
-rw-r--r--drivers/staging/greybus/core.c1
-rw-r--r--drivers/staging/greybus/debugfs.c1
-rw-r--r--drivers/staging/greybus/es1-ap-usb.c1
-rw-r--r--drivers/staging/greybus/gpio-gb.c1
-rw-r--r--drivers/staging/greybus/greybus.h1
-rw-r--r--drivers/staging/greybus/greybus_manifest.h1
-rw-r--r--drivers/staging/greybus/i2c-gb.c1
-rw-r--r--drivers/staging/greybus/interface.c1
-rw-r--r--drivers/staging/greybus/interface.h1
-rw-r--r--drivers/staging/greybus/interface_block.c1
-rw-r--r--drivers/staging/greybus/interface_block.h1
-rw-r--r--drivers/staging/greybus/kernel_ver.h1
-rw-r--r--drivers/staging/greybus/manifest.c1
-rw-r--r--drivers/staging/greybus/manifest.h1
-rw-r--r--drivers/staging/greybus/operation.c1
-rw-r--r--drivers/staging/greybus/operation.h1
-rw-r--r--drivers/staging/greybus/protocol.c1
-rw-r--r--drivers/staging/greybus/protocol.h1
-rw-r--r--drivers/staging/greybus/sdio-gb.c1
-rw-r--r--drivers/staging/greybus/svc_msg.h1
-rw-r--r--drivers/staging/greybus/uart-gb.c1
-rw-r--r--drivers/staging/greybus/usb-gb.c1
-rw-r--r--drivers/staging/greybus/vibrator-gb.c1
27 files changed, 27 insertions, 0 deletions
diff --git a/drivers/staging/greybus/ap.c b/drivers/staging/greybus/ap.c
index 89debab75621..4fa2ad9b3b0a 100644
--- a/drivers/staging/greybus/ap.c
+++ b/drivers/staging/greybus/ap.c
@@ -2,6 +2,7 @@
* Greybus "AP" message loop handling
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/battery-gb.c b/drivers/staging/greybus/battery-gb.c
index e4a5a85f7670..3ed7639b2cad 100644
--- a/drivers/staging/greybus/battery-gb.c
+++ b/drivers/staging/greybus/battery-gb.c
@@ -2,6 +2,7 @@
* Battery driver for a Greybus module.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c
index 7d5f4616264c..1658fdb5f10b 100644
--- a/drivers/staging/greybus/connection.c
+++ b/drivers/staging/greybus/connection.c
@@ -2,6 +2,7 @@
* Greybus connections
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/connection.h b/drivers/staging/greybus/connection.h
index 7568161e5dcb..5c3fad3f46eb 100644
--- a/drivers/staging/greybus/connection.h
+++ b/drivers/staging/greybus/connection.h
@@ -2,6 +2,7 @@
* Greybus connections
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/core.c b/drivers/staging/greybus/core.c
index 66c54d7a0fcf..032710ced7ce 100644
--- a/drivers/staging/greybus/core.c
+++ b/drivers/staging/greybus/core.c
@@ -2,6 +2,7 @@
* Greybus "Core"
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/debugfs.c b/drivers/staging/greybus/debugfs.c
index 4755a36d0522..770b7c0857d3 100644
--- a/drivers/staging/greybus/debugfs.c
+++ b/drivers/staging/greybus/debugfs.c
@@ -2,6 +2,7 @@
* Greybus debugfs code
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/es1-ap-usb.c b/drivers/staging/greybus/es1-ap-usb.c
index 277699758973..41f56da747c5 100644
--- a/drivers/staging/greybus/es1-ap-usb.c
+++ b/drivers/staging/greybus/es1-ap-usb.c
@@ -2,6 +2,7 @@
* Greybus "AP" USB driver
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/gpio-gb.c b/drivers/staging/greybus/gpio-gb.c
index c573ccec40aa..152ba50d1693 100644
--- a/drivers/staging/greybus/gpio-gb.c
+++ b/drivers/staging/greybus/gpio-gb.c
@@ -2,6 +2,7 @@
* GPIO Greybus driver.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 95567b853647..8216c9365503 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -2,6 +2,7 @@
* Greybus driver and device API
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index f44f3376f4da..deff5c71d3fd 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -5,6 +5,7 @@
* details on these values and structures.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 and BSD licenses.
*/
diff --git a/drivers/staging/greybus/i2c-gb.c b/drivers/staging/greybus/i2c-gb.c
index 4ef6ea1230a5..491fac4feaf3 100644
--- a/drivers/staging/greybus/i2c-gb.c
+++ b/drivers/staging/greybus/i2c-gb.c
@@ -2,6 +2,7 @@
* I2C bridge driver for the Greybus "generic" I2C module.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/interface.c b/drivers/staging/greybus/interface.c
index 0108100aea64..742781ceb135 100644
--- a/drivers/staging/greybus/interface.c
+++ b/drivers/staging/greybus/interface.c
@@ -2,6 +2,7 @@
* Greybus interfaces
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 2f435fd3f206..c0c66b851c5d 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -2,6 +2,7 @@
* Greybus interfaces
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/interface_block.c b/drivers/staging/greybus/interface_block.c
index 882763df70b7..ab4c833ef0a0 100644
--- a/drivers/staging/greybus/interface_block.c
+++ b/drivers/staging/greybus/interface_block.c
@@ -2,6 +2,7 @@
* Greybus interface block code
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/interface_block.h b/drivers/staging/greybus/interface_block.h
index 7a166fdf93a7..03da567c7ac9 100644
--- a/drivers/staging/greybus/interface_block.h
+++ b/drivers/staging/greybus/interface_block.h
@@ -2,6 +2,7 @@
* Greybus Interface Block code
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/kernel_ver.h b/drivers/staging/greybus/kernel_ver.h
index a39ceafb9d9b..66c27132e4ac 100644
--- a/drivers/staging/greybus/kernel_ver.h
+++ b/drivers/staging/greybus/kernel_ver.h
@@ -2,6 +2,7 @@
* Greybus kernel "version" glue logic.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*
diff --git a/drivers/staging/greybus/manifest.c b/drivers/staging/greybus/manifest.c
index 67aa92796291..01a69a3bfa02 100644
--- a/drivers/staging/greybus/manifest.c
+++ b/drivers/staging/greybus/manifest.c
@@ -2,6 +2,7 @@
* Greybus module manifest parsing
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/manifest.h b/drivers/staging/greybus/manifest.h
index 7c82a45d080e..a8316a0399f9 100644
--- a/drivers/staging/greybus/manifest.h
+++ b/drivers/staging/greybus/manifest.h
@@ -2,6 +2,7 @@
* Greybus module manifest parsing
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c
index 6c815d29502c..a057c83c90f8 100644
--- a/drivers/staging/greybus/operation.c
+++ b/drivers/staging/greybus/operation.c
@@ -2,6 +2,7 @@
* Greybus operations
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/operation.h b/drivers/staging/greybus/operation.h
index 1ade52bb1168..e6da8276619e 100644
--- a/drivers/staging/greybus/operation.h
+++ b/drivers/staging/greybus/operation.h
@@ -2,6 +2,7 @@
* Greybus operations
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/protocol.c b/drivers/staging/greybus/protocol.c
index 31ba172c76b2..4ca3ae533354 100644
--- a/drivers/staging/greybus/protocol.c
+++ b/drivers/staging/greybus/protocol.c
@@ -2,6 +2,7 @@
* Greybus protocol handling
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/protocol.h b/drivers/staging/greybus/protocol.h
index 0ced63e9df91..7d33b20b1808 100644
--- a/drivers/staging/greybus/protocol.h
+++ b/drivers/staging/greybus/protocol.h
@@ -2,6 +2,7 @@
* Greybus protocol handling
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/sdio-gb.c b/drivers/staging/greybus/sdio-gb.c
index 3f1136566491..8de7dc467b31 100644
--- a/drivers/staging/greybus/sdio-gb.c
+++ b/drivers/staging/greybus/sdio-gb.c
@@ -2,6 +2,7 @@
* SD/MMC Greybus driver.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/
diff --git a/drivers/staging/greybus/svc_msg.h b/drivers/staging/greybus/svc_msg.h
index 5b545129e63d..1f8c4d574536 100644
--- a/drivers/staging/greybus/svc_msg.h
+++ b/drivers/staging/greybus/svc_msg.h
@@ -5,6 +5,7 @@
* details on these values and structures.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 and BSD license.
*/
diff --git a/drivers/staging/greybus/uart-gb.c b/drivers/staging/greybus/uart-gb.c
index 8599da2b7956..faba00ef1c22 100644
--- a/drivers/staging/greybus/uart-gb.c
+++ b/drivers/staging/greybus/uart-gb.c
@@ -2,6 +2,7 @@
* UART driver for the Greybus "generic" UART module.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*
diff --git a/drivers/staging/greybus/usb-gb.c b/drivers/staging/greybus/usb-gb.c
index b3092ed1a191..2b5f69e59a46 100644
--- a/drivers/staging/greybus/usb-gb.c
+++ b/drivers/staging/greybus/usb-gb.c
@@ -2,6 +2,7 @@
* USB host driver for the Greybus "generic" USB module.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*
diff --git a/drivers/staging/greybus/vibrator-gb.c b/drivers/staging/greybus/vibrator-gb.c
index 8970c69ea893..fb48112692cf 100644
--- a/drivers/staging/greybus/vibrator-gb.c
+++ b/drivers/staging/greybus/vibrator-gb.c
@@ -2,6 +2,7 @@
* Greybus Vibrator protocol driver.
*
* Copyright 2014 Google Inc.
+ * Copyright 2014 Linaro Ltd.
*
* Released under the GPLv2 only.
*/