commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=73312e564469bbe95ad47cea9b425ae1c389a977 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk-next
Signed-off-by: Scott Jiang <[email protected]> --- drivers/media/video/adv7183.c | 4 ++-- drivers/media/video/adv7183_regs.h | 2 +- drivers/media/video/blackfin/bfin_capture.c | 4 ++-- drivers/media/video/blackfin/ppi.c | 4 ++-- drivers/media/video/vs6624.c | 4 ++-- drivers/media/video/vs6624_regs.h | 2 +- include/media/adv7183.h | 2 +- include/media/blackfin/ppi.h | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/media/video/adv7183.c b/drivers/media/video/adv7183.c index 2ba4d75..afcaf5d 100644 --- a/drivers/media/video/adv7183.c +++ b/drivers/media/video/adv7183.c @@ -1,7 +1,7 @@ /* * adv7183.c Analog Devices ADV7183 video decoder driver * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -680,5 +680,5 @@ module_init(adv7183_init); module_exit(adv7183_exit); MODULE_DESCRIPTION("Analog Devices ADV7183 video decoder driver"); -MODULE_AUTHOR("Scott Jiang"); +MODULE_AUTHOR("Scott Jiang <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/drivers/media/video/adv7183_regs.h b/drivers/media/video/adv7183_regs.h index 6fbffca..c2378c8 100644 --- a/drivers/media/video/adv7183_regs.h +++ b/drivers/media/video/adv7183_regs.h @@ -1,7 +1,7 @@ /* * adv7183 - Analog Devices ADV7183 video decoder registers * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/drivers/media/video/blackfin/bfin_capture.c b/drivers/media/video/blackfin/bfin_capture.c index bf84fa6..db6f4ed 100644 --- a/drivers/media/video/blackfin/bfin_capture.c +++ b/drivers/media/video/blackfin/bfin_capture.c @@ -1,7 +1,7 @@ /* * Analog Devices video capture driver * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -1106,5 +1106,5 @@ module_init(bcap_init); module_exit(bcap_exit); MODULE_DESCRIPTION("Analog Devices video capture driver"); -MODULE_AUTHOR("Scott Jiang"); +MODULE_AUTHOR("Scott Jiang <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/drivers/media/video/blackfin/ppi.c b/drivers/media/video/blackfin/ppi.c index 0dc3e02..e81af70 100644 --- a/drivers/media/video/blackfin/ppi.c +++ b/drivers/media/video/blackfin/ppi.c @@ -1,7 +1,7 @@ /* * ppi.c Analog Devices Parallel Peripheral Interface driver * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -266,5 +266,5 @@ device_initcall(ppi_init); module_exit(ppi_exit); MODULE_DESCRIPTION("Analog Devices Parallel Peripheral Interface driver"); -MODULE_AUTHOR("Scott Jiang"); +MODULE_AUTHOR("Scott Jiang <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/drivers/media/video/vs6624.c b/drivers/media/video/vs6624.c index f6d71c7..b0030ab 100644 --- a/drivers/media/video/vs6624.c +++ b/drivers/media/video/vs6624.c @@ -1,7 +1,7 @@ /* * vs6624.c ST VS6624 CMOS image sensor driver * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -937,5 +937,5 @@ module_init(vs6624_init); module_exit(vs6624_exit); MODULE_DESCRIPTION("VS6624 sensor driver"); -MODULE_AUTHOR("Scott Jiang"); +MODULE_AUTHOR("Scott Jiang <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/drivers/media/video/vs6624_regs.h b/drivers/media/video/vs6624_regs.h index f5ffe60..6ba2ee2 100644 --- a/drivers/media/video/vs6624_regs.h +++ b/drivers/media/video/vs6624_regs.h @@ -1,7 +1,7 @@ /* * vs6624 - ST VS6624 CMOS image sensor registers * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/media/adv7183.h b/include/media/adv7183.h index f3d1b2b..ef99a00 100644 --- a/include/media/adv7183.h +++ b/include/media/adv7183.h @@ -1,7 +1,7 @@ /* * adv7183.h - definition for adv7183 inputs and outputs * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/media/blackfin/ppi.h b/include/media/blackfin/ppi.h index 055b7f3..c1b74b1 100644 --- a/include/media/blackfin/ppi.h +++ b/include/media/blackfin/ppi.h @@ -1,7 +1,7 @@ /* * Analog Devices PPI header file * - * Copyright (c) 2011 Scott Jiang <[email protected]> + * Copyright (c) 2011 Analog Devices Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
