All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: hverkuil@xs4all.nl, mchehab@kernel.org
Subject: [PATCH v2 20/30] ccs: Change my e-mail address
Date: Tue,  1 Dec 2020 18:42:36 +0200	[thread overview]
Message-ID: <20201201164246.18003-21-sakari.ailus@linux.intel.com> (raw)
In-Reply-To: <20201201164246.18003-1-sakari.ailus@linux.intel.com>

Use my @linux.intel.com e-mail address in the CCS driver.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/media/i2c/ccs-pll.c            | 4 ++--
 drivers/media/i2c/ccs-pll.h            | 2 +-
 drivers/media/i2c/ccs/ccs-core.c       | 6 +++---
 drivers/media/i2c/ccs/ccs-quirk.c      | 2 +-
 drivers/media/i2c/ccs/ccs-quirk.h      | 2 +-
 drivers/media/i2c/ccs/ccs-reg-access.c | 2 +-
 drivers/media/i2c/ccs/ccs-reg-access.h | 2 +-
 drivers/media/i2c/ccs/ccs.h            | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/media/i2c/ccs-pll.c b/drivers/media/i2c/ccs-pll.c
index 58f5fe7062ae..0d57bac1599a 100644
--- a/drivers/media/i2c/ccs-pll.c
+++ b/drivers/media/i2c/ccs-pll.c
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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>
@@ -475,6 +475,6 @@ int ccs_pll_calculate(struct device *dev, const struct ccs_pll_limits *limits,
 }
 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_LICENSE("GPL v2");
diff --git a/drivers/media/i2c/ccs-pll.h b/drivers/media/i2c/ccs-pll.h
index 88d641ee3fa1..07f7f9e8a1cc 100644
--- a/drivers/media/i2c/ccs-pll.h
+++ b/drivers/media/i2c/ccs-pll.h
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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
diff --git a/drivers/media/i2c/ccs/ccs-core.c b/drivers/media/i2c/ccs/ccs-core.c
index 6c8528e6ac96..c53911b1c78b 100644
--- a/drivers/media/i2c/ccs/ccs-core.c
+++ b/drivers/media/i2c/ccs/ccs-core.c
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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 jt8ev1.c by Vimarsh Zutshi
@@ -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
 	 * 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
 	 *	/ EXTCLK freq [Hz]) * flash_strobe_adjustment
@@ -3357,7 +3357,7 @@ static void ccs_module_cleanup(void)
 module_init(ccs_module_init);
 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_LICENSE("GPL v2");
 MODULE_ALIAS("smiapp");
diff --git a/drivers/media/i2c/ccs/ccs-quirk.c b/drivers/media/i2c/ccs/ccs-quirk.c
index 8b4fa60044b2..4fe8c6f70579 100644
--- a/drivers/media/i2c/ccs/ccs-quirk.c
+++ b/drivers/media/i2c/ccs/ccs-quirk.c
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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>
diff --git a/drivers/media/i2c/ccs/ccs-quirk.h b/drivers/media/i2c/ccs/ccs-quirk.h
index 3e7779e2fc4b..6b4ec4beaba0 100644
--- a/drivers/media/i2c/ccs/ccs-quirk.h
+++ b/drivers/media/i2c/ccs/ccs-quirk.h
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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__
diff --git a/drivers/media/i2c/ccs/ccs-reg-access.c b/drivers/media/i2c/ccs/ccs-reg-access.c
index 91ccbca11577..aad2727570ec 100644
--- a/drivers/media/i2c/ccs/ccs-reg-access.c
+++ b/drivers/media/i2c/ccs/ccs-reg-access.c
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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>
diff --git a/drivers/media/i2c/ccs/ccs-reg-access.h b/drivers/media/i2c/ccs/ccs-reg-access.h
index 5f6ff9c57698..cfad2e520fe2 100644
--- a/drivers/media/i2c/ccs/ccs-reg-access.h
+++ b/drivers/media/i2c/ccs/ccs-reg-access.h
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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
diff --git a/drivers/media/i2c/ccs/ccs.h b/drivers/media/i2c/ccs/ccs.h
index c8a9f4ee093e..6b07e4143ff0 100644
--- a/drivers/media/i2c/ccs/ccs.h
+++ b/drivers/media/i2c/ccs/ccs.h
@@ -6,7 +6,7 @@
  *
  * Copyright (C) 2020 Intel 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__
-- 
2.27.0


  parent reply	other threads:[~2020-12-01 16:49 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 16:42 [PATCH v2 00/30] Trivial MIPI CCS support Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 01/30] ccs: Add MIPI CCS compatible strings Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 02/30] ccs: Add device compatible identifiers for telling SMIA and CCS apart Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 03/30] ccs: Add CCS ACPI device ID Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 04/30] ccs: Remove the I²C ID table Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 05/30] ccs: Remove remaining support for platform data Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 06/30] ccs: Make hwcfg part of the device specific struct Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 07/30] ccs: Fix obtaining bus information from firmware Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 08/30] ccs: Add CCS static data parser library Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 09/30] ccs: Combine revision number major and minor into one Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 10/30] ccs: Read CCS static data from firmware binaries Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 11/30] ccs: Stop reading arrays after the first zero Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 12/30] ccs: The functions to get compose or crop rectangle never return NULL Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 13/30] ccs: Replace somewhat harsh internal checks based on BUG with WARN_ON Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 14/30] ccs: Refactor register reading a little Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 15/30] ccs: Make real to integer number conversion optional Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 16/30] ccs: Move limit value real to integer conversion from read to access time Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 17/30] ccs: Read ireal numbers correctly Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 18/30] smiapp-pll: Rename as ccs-pll Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 19/30] ccs-pll: Fix MODULE_LICENSE Sakari Ailus
2020-12-01 16:42 ` Sakari Ailus [this message]
2020-12-01 16:42 ` [PATCH v2 21/30] ccs: Allow range in between I²C retries Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 22/30] ccs: Add support for manufacturer regs from sensor and module files Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 23/30] ccs: Use static data read-only registers Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 24/30] ccs: Clean up runtime PM usage Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 25/30] ccs: Wrap long lines, unwrap short ones Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 26/30] ccs: Use longer pre-I²C sleep for CCS compliant devices Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 27/30] ccs: Remove unnecessary delays from power-up sequence Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 28/30] dt-bindings: mipi,ccs: Don't mention vana voltage Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 29/30] dt-bindings: mipi,ccs: Add vcore and vio supplies Sakari Ailus
2020-12-01 16:42 ` [PATCH v2 30/30] ccs: Use all regulators Sakari Ailus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201201164246.18003-21-sakari.ailus@linux.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.