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 0C427C6FD1C for ; Fri, 10 Mar 2023 08:34:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230131AbjCJId6 (ORCPT ); Fri, 10 Mar 2023 03:33:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230050AbjCJIdu (ORCPT ); Fri, 10 Mar 2023 03:33:50 -0500 Received: from mail-yw1-x112c.google.com (mail-yw1-x112c.google.com [IPv6:2607:f8b0:4864:20::112c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A8CE23310 for ; Fri, 10 Mar 2023 00:33:37 -0800 (PST) Received: by mail-yw1-x112c.google.com with SMTP id 00721157ae682-536c02eea4dso84554347b3.4 for ; Fri, 10 Mar 2023 00:33:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678437217; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=SMpbnSHIcPFt/I1d/CqEt8qhkTKrGkj3atI3VEs4HcI=; b=SJoxs05E/8Prfo6PVKGM6zZSWcMLWM31P3WBXQlcmDqPDjXNI7QTWJFRGxmhUWMHCj yk8hbMwGyVBiE0yKGtR7PVa0ngMJ+Or96yAEDdeXe/nUH1Jzku2sRyWqwXq+nOGGX04L NAl+8hpI9lifUh4+r+urQvfTklN9lUi/nU6lxMX5XUyvfN3FN7EDJqTrRv3rU64igw4e MExob/bm+V+iAZ85ux2Q6UbzCtZhDUMiyvuux7FMyWmEguXRQ8qnoAP/iHVqD4AhaZW0 47Ob7dr/eo5BfUy+kFtfLNTMQopcDa7BjSP7AZnUYvtMhxrEApv7/Mz0ORDJlqKjFdq0 z8oQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678437217; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SMpbnSHIcPFt/I1d/CqEt8qhkTKrGkj3atI3VEs4HcI=; b=AXMop4ZvSZ529aV3VaKwBb0DOubuTG4/DcI+oo8UNACYQZKhAhT61/pEmsJWMeGexq zut+LheHTYydSci0pi44lMSrQnccFHp/OX/iP2i1XNG0LYB2AytcTdLV5WBXZNIGDosc pH44JZuDchNcBQyIR5Zxhe6xqqCizY1jLu7bOqf0fWSlF4BbRMp2hGbJr91r0qzZCfZ2 rlI49m6RCBMQ9GpD+Fq8mOx/1MbAD7LSKhMdo0fy7UtR4cB2iAmlrjtE6D82nQpy7HDE oFbP3pdEmFSG5Yi/gDlNy2J3U59Q2zneXTSUMRJfSuaPAuYt2IMZpLEr0XqtChBETSYa qTsg== X-Gm-Message-State: AO0yUKWWYd7pft1HRBmTIesgbRcNN5aIhBoeI++eK/Gpsj/pbrlzMdIW 5FrnigTvxTdu4165ZZWGExp+upEeyjhT+wcesP0LTg== X-Google-Smtp-Source: AK7set8Qj+8aPt8h/RLD9ek8d48Jja9NNhB5XAxVbtMUb9r6uvOpjnqFTpZc3oOuISORK9B1GdEyW326clAbqgwfgHk= X-Received: by 2002:a0d:dbca:0:b0:533:9d13:a067 with SMTP id d193-20020a0ddbca000000b005339d13a067mr905175ywe.3.1678437216839; Fri, 10 Mar 2023 00:33:36 -0800 (PST) MIME-Version: 1.0 References: <20230309225041.477440-1-sre@kernel.org> <20230309225041.477440-12-sre@kernel.org> In-Reply-To: <20230309225041.477440-12-sre@kernel.org> From: Linus Walleij Date: Fri, 10 Mar 2023 09:33:25 +0100 Message-ID: Subject: Re: [PATCHv1 11/11] power: supply: generic-adc-battery: update copyright info To: Sebastian Reichel Cc: Matti Vaittinen , Rob Herring , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 9, 2023 at 11:50=E2=80=AFPM Sebastian Reichel = wrote: > jz4740-battery.c and s3c_adc_battery.c have been removed > from the tree and after all of my restructuring the driver > is basically no longer based on them. > > Thus update the copyright information and switch to SPDX > license identifier while being at it. > > Signed-off-by: Sebastian Reichel Reviewed-by: Linus Walleij Yours, Linus Walleij