linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
To: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 01/11] usb: typec: ucsi: add PMIC Glink UCSI driver
Date: Tue, 14 Feb 2023 13:56:04 +0200	[thread overview]
Message-ID: <Y+t21P3dSe5PLOro@kuha.fi.intel.com> (raw)
In-Reply-To: <20230130-topic-sm8450-upstream-pmic-glink-v2-1-71fea256474f@linaro.org>

Hi,

I'm waiting for that other series that this depends on, but in the
meantime, there is one thing that has been bugging me...

On Fri, Feb 10, 2023 at 04:02:04PM +0100, Neil Armstrong wrote:
> diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c b/drivers/usb/typec/ucsi/ucsi_glink.c
> new file mode 100644
> index 000000000000..9123f8a571e7
> --- /dev/null
> +++ b/drivers/usb/typec/ucsi/ucsi_glink.c
> @@ -0,0 +1,320 @@
> +// SPDX-License-Identifier: GPL-2.0-only
> +/*
> + * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
> + * Copyright (c) 2022-2023, Linaro Ltd
> + */

Is that correct? Shouldn't it just be:

        Copyright (c) 2023, Linaro Ltd

and that's it? Otherwise this look OK to me.

thanks,

-- 
heikki

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-02-14 11:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 15:02 [PATCH v2 00/11] soc: qcom: add UCSI function to PMIC GLINK Neil Armstrong
2023-02-10 15:02 ` [PATCH v2 01/11] usb: typec: ucsi: add PMIC Glink UCSI driver Neil Armstrong
2023-02-14 11:56   ` Heikki Krogerus [this message]
2023-02-10 15:02 ` [PATCH v2 02/11] dt-bindings: soc: qcom: qcom,pmic-glink: document SM8450 compatible Neil Armstrong
2023-02-10 15:02 ` [PATCH v2 03/11] dt-bindings: soc: qcom: qcom,pmic-glink: document SM8550 compatible Neil Armstrong
2023-02-10 15:02 ` [PATCH v2 04/11] soc: qcom: pmic_glink: register ucsi aux device Neil Armstrong
2023-02-10 15:41   ` Dmitry Baryshkov
2023-02-10 20:10   ` Bjorn Andersson
2023-02-10 15:02 ` [PATCH v2 05/11] arm64: dts: qcom: sm8350: add port subnodes in dwc3 node Neil Armstrong
2023-02-10 15:19   ` Konrad Dybcio
2023-02-10 15:02 ` [PATCH v2 06/11] arm64: dts: qcom: sm8450: " Neil Armstrong
2023-02-10 15:19   ` Konrad Dybcio
2023-02-10 15:02 ` [PATCH v2 07/11] arm64: dts: qcom: sm8550: " Neil Armstrong
2023-02-10 15:19   ` Konrad Dybcio
2023-02-10 15:02 ` [PATCH v2 08/11] arm64: dts: qcom: sm8350-hdk: add pmic glink node Neil Armstrong
2023-02-10 15:21   ` Konrad Dybcio
2023-02-10 15:26     ` Neil Armstrong
2023-02-10 15:44   ` Dmitry Baryshkov
2023-02-10 20:13   ` Bjorn Andersson
2023-02-13 12:41     ` Neil Armstrong
2023-02-10 15:02 ` [PATCH v2 09/11] arm64: dts: qcom: sm8450-hdk: " Neil Armstrong
2023-02-10 15:22   ` Konrad Dybcio
2023-02-10 15:02 ` [PATCH v2 10/11] arm64: dts: qcom: sm8550-mtp: " Neil Armstrong
2023-02-10 15:22   ` Konrad Dybcio
2023-02-10 15:02 ` [PATCH v2 11/11] arm64: defconfig: add PMIC GLINK modules Neil Armstrong
2023-02-10 15:22   ` Konrad Dybcio

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=Y+t21P3dSe5PLOro@kuha.fi.intel.com \
    --to=heikki.krogerus@linux.intel.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=will@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).