Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] Update Pawel Osciak's e-mail address

Signed-off-by: Pawel Osciak <pawel@osciak.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Pawel Osciak and committed by
Mauro Carvalho Chehab
95072084 f0e3b646

+17 -17
+2 -2
drivers/media/video/mem2mem_testdev.c
··· 8 8 * operation (via the mem2mem framework). 9 9 * 10 10 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 11 - * Pawel Osciak, <p.osciak@samsung.com> 11 + * Pawel Osciak, <pawel@osciak.com> 12 12 * Marek Szyprowski, <m.szyprowski@samsung.com> 13 13 * 14 14 * This program is free software; you can redistribute it and/or modify ··· 33 33 #define MEM2MEM_TEST_MODULE_NAME "mem2mem-testdev" 34 34 35 35 MODULE_DESCRIPTION("Virtual device for mem2mem framework testing"); 36 - MODULE_AUTHOR("Pawel Osciak, <p.osciak@samsung.com>"); 36 + MODULE_AUTHOR("Pawel Osciak, <pawel@osciak.com>"); 37 37 MODULE_LICENSE("GPL"); 38 38 39 39
+2 -2
drivers/media/video/v4l2-mem2mem.c
··· 5 5 * source and destination. 6 6 * 7 7 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 8 - * Pawel Osciak, <p.osciak@samsung.com> 8 + * Pawel Osciak, <pawel@osciak.com> 9 9 * Marek Szyprowski, <m.szyprowski@samsung.com> 10 10 * 11 11 * This program is free software; you can redistribute it and/or modify ··· 21 21 #include <media/v4l2-mem2mem.h> 22 22 23 23 MODULE_DESCRIPTION("Mem to mem device framework for videobuf"); 24 - MODULE_AUTHOR("Pawel Osciak, <p.osciak@samsung.com>"); 24 + MODULE_AUTHOR("Pawel Osciak, <pawel@osciak.com>"); 25 25 MODULE_LICENSE("GPL"); 26 26 27 27 static bool debug;
+2 -2
drivers/media/video/videobuf2-core.c
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * Marek Szyprowski <m.szyprowski@samsung.com> 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify ··· 1810 1810 EXPORT_SYMBOL_GPL(vb2_write); 1811 1811 1812 1812 MODULE_DESCRIPTION("Driver helper framework for Video for Linux 2"); 1813 - MODULE_AUTHOR("Pawel Osciak, Marek Szyprowski"); 1813 + MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>, Marek Szyprowski"); 1814 1814 MODULE_LICENSE("GPL");
+2 -2
drivers/media/video/videobuf2-dma-contig.c
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by ··· 181 181 EXPORT_SYMBOL_GPL(vb2_dma_contig_cleanup_ctx); 182 182 183 183 MODULE_DESCRIPTION("DMA-contig memory handling routines for videobuf2"); 184 - MODULE_AUTHOR("Pawel Osciak"); 184 + MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>"); 185 185 MODULE_LICENSE("GPL");
+2 -2
drivers/media/video/videobuf2-memops.c
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * Marek Szyprowski <m.szyprowski@samsung.com> 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify ··· 231 231 EXPORT_SYMBOL_GPL(vb2_common_vm_ops); 232 232 233 233 MODULE_DESCRIPTION("common memory handling routines for videobuf2"); 234 - MODULE_AUTHOR("Pawel Osciak"); 234 + MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>"); 235 235 MODULE_LICENSE("GPL");
+2 -2
drivers/media/video/videobuf2-vmalloc.c
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by ··· 128 128 EXPORT_SYMBOL_GPL(vb2_vmalloc_memops); 129 129 130 130 MODULE_DESCRIPTION("vmalloc memory handling routines for videobuf2"); 131 - MODULE_AUTHOR("Pawel Osciak"); 131 + MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>"); 132 132 MODULE_LICENSE("GPL");
+1 -1
include/media/v4l2-mem2mem.h
··· 5 5 * and destination. 6 6 * 7 7 * Copyright (c) 2009 Samsung Electronics Co., Ltd. 8 - * Pawel Osciak, <p.osciak@samsung.com> 8 + * Pawel Osciak, <pawel@osciak.com> 9 9 * Marek Szyprowski, <m.szyprowski@samsung.com> 10 10 * 11 11 * This program is free software; you can redistribute it and/or modify
+1 -1
include/media/videobuf2-core.h
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by
+1 -1
include/media/videobuf2-dma-contig.h
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by
+1 -1
include/media/videobuf2-memops.h
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * Marek Szyprowski <m.szyprowski@samsung.com> 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify
+1 -1
include/media/videobuf2-vmalloc.h
··· 3 3 * 4 4 * Copyright (C) 2010 Samsung Electronics 5 5 * 6 - * Author: Pawel Osciak <p.osciak@samsung.com> 6 + * Author: Pawel Osciak <pawel@osciak.com> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by