From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2533C432BE for ; Wed, 1 Sep 2021 12:32:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9550610FA for ; Wed, 1 Sep 2021 12:32:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245643AbhIAMdA (ORCPT ); Wed, 1 Sep 2021 08:33:00 -0400 Received: from esa.microchip.iphmx.com ([68.232.154.123]:9830 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244909AbhIAMbn (ORCPT ); Wed, 1 Sep 2021 08:31:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1630499446; x=1662035446; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ygpEBisnr7jtqxtLkTuFOdwEqg//DVF5DOSwpSIa80E=; b=ad3Bliluvj44h1VdhNQrPsDLdohyb90AiMNPLAlySjJhmnEdI9HC7Lyh e3gWlBv+UUVKPgjeXzHDVsnyEuaGCUTAwjBdNJhI0/nL+ey8BeFprM5AG mmyNKF65F/UDLSm4qkGwF7WqNMuKk+cT9j+grEX9lZ1g6l/X7z7cHMyot qzkVM1iuSZS+gQFPcuDhUl0B5AsFmeGmsDXKlnLc8tZsequpdSEmNkYDS mHPgV+jwddlfkIxbK79Oab1n/zM4VQ0Pz9B/Kr0cdprffVuBUhk6AVHFB M0JP0MLcPhEWCpLFnav6htXuyxysCnRqZrhIUl4kyIDWr4JMgtqY8uT00 Q==; IronPort-SDR: jM7m808igBDFP9TJjjxUJhfJRH81oUCHINuOKmlKjyzqvfc4GEYaGL81SakFfOlXATCEjeN85C GA1Axyrg+9YzaW4xi0fl71LW342hMEMDAWqa2ONhSit4ShFoOB+6UI29P+WxSmsRBLTX5Zo3zC 5LgsnV4LmWizFk+eemmMEcZjsdlZXfJReF4rbCHGgIvB4cxfzv1kwvXW5yQwgMib/aQZ8Ahgrc BbKepe23GTDnORW0CWP3/iLSpSM1VUNN5mwL5lZjl3Ow+ELySRA6t8B59hUIR/BjzAdyOy9XS7 LOWUNjfK8R5hnti5AMOHZxDu X-IronPort-AV: E=Sophos;i="5.84,369,1620716400"; d="scan'208";a="127848042" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 01 Sep 2021 05:30:46 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.14; Wed, 1 Sep 2021 05:30:46 -0700 Received: from ROB-ULT-M18282.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2176.14 via Frontend Transport; Wed, 1 Sep 2021 05:30:43 -0700 From: Eugen Hristev To: , , , CC: , , , , Eugen Hristev Subject: [PATCH v3 08/10] iio: adc: at91-sama5d2_adc: update copyright and authors information Date: Wed, 1 Sep 2021 15:30:11 +0300 Message-ID: <20210901123013.329792-9-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210901123013.329792-1-eugen.hristev@microchip.com> References: <20210901123013.329792-1-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update copyright and authors information (corrected e-mail address), and add myself as one of the authors. Signed-off-by: Eugen Hristev --- drivers/iio/adc/at91-sama5d2_adc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c index 8a95310e8f64..2fc0c5d05d54 100644 --- a/drivers/iio/adc/at91-sama5d2_adc.c +++ b/drivers/iio/adc/at91-sama5d2_adc.c @@ -4,6 +4,8 @@ * * Copyright (C) 2015 Atmel, * 2015 Ludovic Desroches + * 2021 Microchip Technology, Inc. and its subsidiaries + * 2021 Eugen Hristev */ #include @@ -2194,6 +2196,7 @@ static struct platform_driver at91_adc_driver = { }; module_platform_driver(at91_adc_driver) -MODULE_AUTHOR("Ludovic Desroches "); +MODULE_AUTHOR("Ludovic Desroches "); +MODULE_AUTHOR("Eugen Hristev X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35A27C4320A for ; Wed, 1 Sep 2021 12:36:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0AD1D61155 for ; Wed, 1 Sep 2021 12:36:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0AD1D61155 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=O5ssTK9sdSjgxWFgKgKLBDoXwWA8LET47kFqL9YR6kk=; b=mwJHw+JgU+VXHa dcL44sIb1GovQ+08wbLyHYbOraGI8zdY5o49RdkRUilQKY3ZtGe2/zNAiJx6quuMfYZvVkFukASal ecfqKb0HxIyN3seFboCfEY4E27I3/PIAF8iqzj9duBQz2tq9fm+Pndwt1GsYF/y9wKlbP3U0ceZc8 rs8YYH292h1Av6j3v6bU8paNOq68OYtvCIzL2P8Ltc8VzaruiHFeZXs0f+v+ZUuqYYkH7RYVkP6tt pHYoB2sCLWfQ+LP+6cSepNZpRTu7pS/x5ngAv6QZ0NHvSOpnBx2qCBM+nLnywU9SdfkRuIN7g4Co8 EXIqMFdRxmC3KyIPeZ+Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLPS4-005zkU-JN; Wed, 01 Sep 2021 12:34:49 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLPOB-005xsQ-AH for linux-arm-kernel@lists.infradead.org; Wed, 01 Sep 2021 12:30:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1630499446; x=1662035446; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ygpEBisnr7jtqxtLkTuFOdwEqg//DVF5DOSwpSIa80E=; b=ad3Bliluvj44h1VdhNQrPsDLdohyb90AiMNPLAlySjJhmnEdI9HC7Lyh e3gWlBv+UUVKPgjeXzHDVsnyEuaGCUTAwjBdNJhI0/nL+ey8BeFprM5AG mmyNKF65F/UDLSm4qkGwF7WqNMuKk+cT9j+grEX9lZ1g6l/X7z7cHMyot qzkVM1iuSZS+gQFPcuDhUl0B5AsFmeGmsDXKlnLc8tZsequpdSEmNkYDS mHPgV+jwddlfkIxbK79Oab1n/zM4VQ0Pz9B/Kr0cdprffVuBUhk6AVHFB M0JP0MLcPhEWCpLFnav6htXuyxysCnRqZrhIUl4kyIDWr4JMgtqY8uT00 Q==; IronPort-SDR: jM7m808igBDFP9TJjjxUJhfJRH81oUCHINuOKmlKjyzqvfc4GEYaGL81SakFfOlXATCEjeN85C GA1Axyrg+9YzaW4xi0fl71LW342hMEMDAWqa2ONhSit4ShFoOB+6UI29P+WxSmsRBLTX5Zo3zC 5LgsnV4LmWizFk+eemmMEcZjsdlZXfJReF4rbCHGgIvB4cxfzv1kwvXW5yQwgMib/aQZ8Ahgrc BbKepe23GTDnORW0CWP3/iLSpSM1VUNN5mwL5lZjl3Ow+ELySRA6t8B59hUIR/BjzAdyOy9XS7 LOWUNjfK8R5hnti5AMOHZxDu X-IronPort-AV: E=Sophos;i="5.84,369,1620716400"; d="scan'208";a="127848042" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 01 Sep 2021 05:30:46 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.14; Wed, 1 Sep 2021 05:30:46 -0700 Received: from ROB-ULT-M18282.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2176.14 via Frontend Transport; Wed, 1 Sep 2021 05:30:43 -0700 From: Eugen Hristev To: , , , CC: , , , , Eugen Hristev Subject: [PATCH v3 08/10] iio: adc: at91-sama5d2_adc: update copyright and authors information Date: Wed, 1 Sep 2021 15:30:11 +0300 Message-ID: <20210901123013.329792-9-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210901123013.329792-1-eugen.hristev@microchip.com> References: <20210901123013.329792-1-eugen.hristev@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210901_053047_481060_A13C1DD5 X-CRM114-Status: GOOD ( 11.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update copyright and authors information (corrected e-mail address), and add myself as one of the authors. Signed-off-by: Eugen Hristev --- drivers/iio/adc/at91-sama5d2_adc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c index 8a95310e8f64..2fc0c5d05d54 100644 --- a/drivers/iio/adc/at91-sama5d2_adc.c +++ b/drivers/iio/adc/at91-sama5d2_adc.c @@ -4,6 +4,8 @@ * * Copyright (C) 2015 Atmel, * 2015 Ludovic Desroches + * 2021 Microchip Technology, Inc. and its subsidiaries + * 2021 Eugen Hristev */ #include @@ -2194,6 +2196,7 @@ static struct platform_driver at91_adc_driver = { }; module_platform_driver(at91_adc_driver) -MODULE_AUTHOR("Ludovic Desroches "); +MODULE_AUTHOR("Ludovic Desroches "); +MODULE_AUTHOR("Eugen Hristev