Commit 7389d01c authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: ccs: Change my e-mail address

Use my @linux.intel.com e-mail address in the CCS driver.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent b3c0115e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2011--2012 Nokia Corporation * Copyright (C) 2011--2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
*/ */
#include <linux/device.h> #include <linux/device.h>
...@@ -475,6 +475,6 @@ int ccs_pll_calculate(struct device *dev, const struct ccs_pll_limits *limits, ...@@ -475,6 +475,6 @@ int ccs_pll_calculate(struct device *dev, const struct ccs_pll_limits *limits,
} }
EXPORT_SYMBOL_GPL(ccs_pll_calculate); EXPORT_SYMBOL_GPL(ccs_pll_calculate);
MODULE_AUTHOR("Sakari Ailus <sakari.ailus@iki.fi>"); MODULE_AUTHOR("Sakari Ailus <sakari.ailus@linux.intel.com>");
MODULE_DESCRIPTION("Generic MIPI CCS/SMIA/SMIA++ PLL calculator"); MODULE_DESCRIPTION("Generic MIPI CCS/SMIA/SMIA++ PLL calculator");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2012 Nokia Corporation * Copyright (C) 2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
*/ */
#ifndef CCS_PLL_H #ifndef CCS_PLL_H
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2010--2012 Nokia Corporation * Copyright (C) 2010--2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
* *
* Based on smiapp driver by Vimarsh Zutshi * Based on smiapp driver by Vimarsh Zutshi
* Based on jt8ev1.c by Vimarsh Zutshi * Based on jt8ev1.c by Vimarsh Zutshi
...@@ -1168,7 +1168,7 @@ static int ccs_setup_flash_strobe(struct ccs_sensor *sensor) ...@@ -1168,7 +1168,7 @@ static int ccs_setup_flash_strobe(struct ccs_sensor *sensor)
* do not change, or if you do at least know what you're * do not change, or if you do at least know what you're
* doing. :-) * doing. :-)
* *
* Sakari Ailus <sakari.ailus@iki.fi> 2010-10-25 * Sakari Ailus <sakari.ailus@linux.intel.com> 2010-10-25
* *
* flash_strobe_length [us] / 10^6 = (tFlash_strobe_width_ctrl * flash_strobe_length [us] / 10^6 = (tFlash_strobe_width_ctrl
* / EXTCLK freq [Hz]) * flash_strobe_adjustment * / EXTCLK freq [Hz]) * flash_strobe_adjustment
...@@ -3357,7 +3357,7 @@ static void ccs_module_cleanup(void) ...@@ -3357,7 +3357,7 @@ static void ccs_module_cleanup(void)
module_init(ccs_module_init); module_init(ccs_module_init);
module_exit(ccs_module_cleanup); module_exit(ccs_module_cleanup);
MODULE_AUTHOR("Sakari Ailus <sakari.ailus@iki.fi>"); MODULE_AUTHOR("Sakari Ailus <sakari.ailus@linux.intel.com>");
MODULE_DESCRIPTION("Generic MIPI CCS/SMIA/SMIA++ camera sensor driver"); MODULE_DESCRIPTION("Generic MIPI CCS/SMIA/SMIA++ camera sensor driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_ALIAS("smiapp"); MODULE_ALIAS("smiapp");
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2011--2012 Nokia Corporation * Copyright (C) 2011--2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
*/ */
#include <linux/delay.h> #include <linux/delay.h>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2011--2012 Nokia Corporation * Copyright (C) 2011--2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
*/ */
#ifndef __CCS_QUIRK__ #ifndef __CCS_QUIRK__
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2011--2012 Nokia Corporation * Copyright (C) 2011--2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
*/ */
#include <asm/unaligned.h> #include <asm/unaligned.h>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2011--2012 Nokia Corporation * Copyright (C) 2011--2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
*/ */
#ifndef SMIAPP_REGS_H #ifndef SMIAPP_REGS_H
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2020 Intel Corporation * Copyright (C) 2020 Intel Corporation
* Copyright (C) 2010--2012 Nokia Corporation * Copyright (C) 2010--2012 Nokia Corporation
* Contact: Sakari Ailus <sakari.ailus@iki.fi> * Contact: Sakari Ailus <sakari.ailus@linux.intel.com>
*/ */
#ifndef __CCS_H__ #ifndef __CCS_H__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment