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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E9FCC00A5A for ; Thu, 19 Jan 2023 15:06:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230146AbjASPGj (ORCPT ); Thu, 19 Jan 2023 10:06:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230020AbjASPGe (ORCPT ); Thu, 19 Jan 2023 10:06:34 -0500 Received: from mail-oa1-x32.google.com (mail-oa1-x32.google.com [IPv6:2001:4860:4864:20::32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE00D4F347 for ; Thu, 19 Jan 2023 07:06:31 -0800 (PST) Received: by mail-oa1-x32.google.com with SMTP id 586e51a60fabf-15f944494ccso2813933fac.8 for ; Thu, 19 Jan 2023 07:06:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=aVjqzLXD5QPwyyUmo7QN3xQRrSsniKZQ8j72Zl2FHQw=; b=YiNTNpJPOc3Wmuzb/3Q7pqQvbd2ZzWNfpj1VHR5N6kEfkttYP4/b3o9OJHSC2Zw10c qWkVxCuhihmj9mAEBn6X8FAlqN0l1xea8gwUWzIV/fBJrLTzIurLRIXWE8ldLKbTfIzV YedwMN7kxJg3rGYKleFEoTZDK4UAkeU4NlE9tDxPLiyQBEOxCR/uth+gnHkZ+F8nwdrI nYQab/n7EYjrry107uTxFNbLNsZPGryqq5eoXPeMeq4D2jkDMbNIp+F7LNpZMR3KsbkU hhBqNLoBFFRUAJOrl4A1z9VlUkKiF/iCi9YAGxHYeovCRwUTdcYl2CR/G+KnFlXKNJQ3 X7Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=aVjqzLXD5QPwyyUmo7QN3xQRrSsniKZQ8j72Zl2FHQw=; b=ewo64bw5H9svIS8idjhLo3qweYVvJy0ohfkVYy31qYaOby4ccfMO3vDR9uB2O1hiH4 9NONezpK78myaZogMyLh7dlnTnd3cjF1QXkO0/R/LYcVyM0jwZYwR3GvlG6qm9Wr0+pX huGDabgExaZpDne1h7x7c+Kx1UxizxjowSlO+5xND3IRX52lEmrmZ+KlFnn5mmLPkDYt eglwvq+SQbgozX7sk7ZLrqofxshboQTdm5g9O3xUVUFv+HVgvNtxb8bkV4ijyMsU5lf2 i+vdBNswZ8fgOXdDL9+S9UwZwzh5loQSwBgRShJqn4gPS6lflS6ZTwbmwZexRADtrzDo 6cDg== X-Gm-Message-State: AFqh2ko9kPPNkaFibOZ1tTzbDeFkaWgwRBnJ4Gol3of4jlm2vAAd+/rK YzcEXRQawBXY5PkMCSjXgMT2+w== X-Google-Smtp-Source: AMrXdXucZxz1FDxgj5PVd3AbYAdQyG0hqb56jvZef36HSYU6QkTBEpd/gQuWajjxF8/6y/dyE3gZLg== X-Received: by 2002:a05:6358:d08a:b0:ed:1bdb:777c with SMTP id jc10-20020a056358d08a00b000ed1bdb777cmr314869rwb.16.1674140790941; Thu, 19 Jan 2023 07:06:30 -0800 (PST) Received: from fedora (69-109-179-158.lightspeed.dybhfl.sbcglobal.net. [69.109.179.158]) by smtp.gmail.com with ESMTPSA id e124-20020a37b582000000b0070495934152sm23767138qkf.48.2023.01.19.07.06.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Jan 2023 07:06:30 -0800 (PST) Date: Thu, 19 Jan 2023 10:06:27 -0500 From: William Breathitt Gray To: Lee Jones Cc: Andy Shevchenko , Okan Sahin , Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Jonathan Cameron , Lars-Peter Clausen , Caleb Connolly , Lad Prabhakar , Ramona Bolboaca , ChiYuan Huang , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH v3 1/5] drivers: mfd: Add ADI MAX77541/MAX77540 PMIC Support Message-ID: References: <20230118063822.14521-1-okan.sahin@analog.com> <20230118063822.14521-2-okan.sahin@analog.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="I2QLmuidwBEKOGja" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --I2QLmuidwBEKOGja Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 19, 2023 at 02:27:29PM +0000, Lee Jones wrote: > On Wed, 18 Jan 2023, Andy Shevchenko wrote: >=20 > > On Wed, Jan 18, 2023 at 09:38:08AM +0300, Okan Sahin wrote: > > > MFD driver for MAX77541/MAX77540 to enable its sub > > > devices. > > >=20 > > > The MAX77541 is a multi-function devices. It includes > > > buck converter and ADC. > > >=20 > > > The MAX77540 is a high-efficiency buck converter > > > with two 3A switching phases. > > >=20 > > > They have same regmap except for ADC part of MAX77541. > >=20 > > ... > >=20 > > > +/* > > > + * Copyright (c) 2022 Analog Devices, Inc. > >=20 > > Happy New Year! >=20 > If the code hasn't changed greatly since the Copyright, there is no > requirement to update the date. Actually a date isn't necessary at all. In fact, by the Berne Convention copyright protection exists the moment a work is completed, so you could even argue a copyright notice is unnecessary and the SPDX line alone is sufficient. However, I would say there is a practical benefit in a copyright notice identifying the primary authors to make ownership clear. For the curious, this LF blog post gives some reasons about why copyright notices may be better left simple: https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-= software-projects William Breathitt Gray --I2QLmuidwBEKOGja Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQSNN83d4NIlKPjon7a1SFbKvhIjKwUCY8lccwAKCRC1SFbKvhIj K3PUAQCdO9/weT+3alL6hyrXG+ESPtB1UsaqnZ6jvNSPMLYDEgEAgPsVq0EKZ1HR UXMsXWyhGX8hEq02NozqbFBkbpL29ww= =nL1A -----END PGP SIGNATURE----- --I2QLmuidwBEKOGja--