From: Dmitry Osipenko <digetx@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Jon Hunter <jonathanh@nvidia.com>, linux-tegra@vger.kernel.org
Subject: Re: [PATCH 12/25] ARM: tegra: Do not use unit-address for OPP nodes
Date: Sat, 11 Dec 2021 01:39:35 +0300 [thread overview]
Message-ID: <7693e905-3602-c5cf-cd59-c9ba7108fcb7@gmail.com> (raw)
In-Reply-To: <ec0b9923-c45a-f23a-4059-6c9281edb666@gmail.com>
10.12.2021 18:33, Dmitry Osipenko пишет:
> 10.12.2021 17:27, Thierry Reding пишет:
>> On Thu, Dec 09, 2021 at 09:38:06PM +0300, Dmitry Osipenko wrote:
>>> 09.12.2021 20:33, Thierry Reding пишет:
>>>> From: Thierry Reding <treding@nvidia.com>
>>>>
>>>> OPP nodes do not have a "reg" property and therefore shouldn't have a
>>>> unit-address. Instead, use a dash instead of the '@' and ',' characters
>>>> to allow validation of the nodes against the DT schema.
>>>>
>>>> Signed-off-by: Thierry Reding <treding@nvidia.com>
>>>> ---
>>>> .../boot/dts/tegra124-peripherals-opp.dtsi | 142 ++++++++---------
>>>> .../boot/dts/tegra20-cpu-opp-microvolt.dtsi | 82 +++++-----
>>>> arch/arm/boot/dts/tegra20-cpu-opp.dtsi | 82 +++++-----
>>>> .../arm/boot/dts/tegra20-peripherals-opp.dtsi | 36 ++---
>>>> .../boot/dts/tegra30-cpu-opp-microvolt.dtsi | 144 +++++++++---------
>>>> arch/arm/boot/dts/tegra30-cpu-opp.dtsi | 144 +++++++++---------
>>>> .../arm/boot/dts/tegra30-peripherals-opp.dtsi | 130 ++++++++--------
>>>> 7 files changed, 382 insertions(+), 378 deletions(-)
>>>
>>> This patch is wrong, you haven't renamed the delete-node properties [1].
>>
>> Yeah, I noticed that too as I was reworking the EMC timing nodes as you
>> requested.
>
> Please use my version of the patch that was well tested.
>
>>> Please stop rewriting patches and use what already has been sent out and
>>> tested, thanks.
>>>
>>> [1]
>>> https://patchwork.ozlabs.org/project/linux-tegra/patch/20211130232347.950-35-digetx@gmail.com/
>>
>> I've had versions of this in my tree for literally years now, so I
>> haven't exactly been rewriting these. Rather this is an iteration of
>> work that I had started over 18 months ago:
>>
>> http://patchwork.ozlabs.org/project/linux-tegra/patch/20200616135238.3001888-26-thierry.reding@gmail.com/
>
> I was commenting on that old patchset and was aware about that old
> patch, it's unrelated here.
>
>> After that obviously things had to be changed again. The earliest
>> version that you sent that I can find is from late October which is when
>> I was already in the midst of this latest effort to get Tegra DTBs to
>> validate.
>
> What you're saying here, is that you don't look at the patches on the
> ML. This is exactly what happened more than one time in the past when
> patches missed merge window and a large part of work was held back by
> another two months. This happened not only to me, but also to other
> people, it's bad to see when you're about to do it again.
>
>> What's really been happening here is that we haven't been communicating
>> and ended up duplicating work.
>>
>> Stop making this into something it isn't.
>
> It's impossible to communicate when you're not looking at the messages
> or not replying. I don't know where the problem is. If you're too busy
> and don't have enough time for maintaining upstream, then solution could
> be to share the duties with more people.
>
BTW, you probably missed that it were me and David who made the new OPP
naming scheme work for Tegra ;)
https://git.kernel.org/linus/7ca81b690e
Let's not continue discussing it. Please apply all the patches that I
asked you to take care about in the private email, rebase yours changes
on top of it and push it all into -next. This will solve all the
troubles and I will be very happy.
next prev parent reply other threads:[~2021-12-10 22:39 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-09 17:33 [PATCH 00/25] ARM: tegra: Various cleanups for DT validation Thierry Reding
2021-12-09 17:33 ` [PATCH 01/25] ARM: tegra: Clean up external memory controller nodes Thierry Reding
2021-12-09 20:01 ` Dmitry Osipenko
2021-12-10 12:17 ` Thierry Reding
2021-12-10 15:15 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 02/25] ARM: tegra: Specify correct PMIC compatible on Tegra114 boards Thierry Reding
2021-12-09 17:33 ` [PATCH 03/25] ARM: tegra: Rename SPI flash chip nodes Thierry Reding
2021-12-09 17:33 ` [PATCH 04/25] ARM: tegra: Rename top-level clocks Thierry Reding
2021-12-09 18:27 ` Dmitry Osipenko
2021-12-10 12:53 ` Thierry Reding
2021-12-11 16:45 ` Dmitry Osipenko
2021-12-13 16:02 ` Thierry Reding
2021-12-13 16:52 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 05/25] ARM: tegra: Rename top-level regulators Thierry Reding
2021-12-09 17:33 ` [PATCH 06/25] ARM: tegra: Fix compatible string for Tegra30+ timer Thierry Reding
2021-12-09 19:36 ` Dmitry Osipenko
2021-12-10 13:42 ` Thierry Reding
2021-12-10 15:23 ` Dmitry Osipenko
2021-12-13 16:04 ` Thierry Reding
2021-12-13 16:44 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 07/25] ARM: tegra: Add #reset-cells for Tegra114 MC Thierry Reding
2021-12-09 20:34 ` Dmitry Osipenko
2021-12-10 13:43 ` Thierry Reding
2021-12-10 15:28 ` Dmitry Osipenko
2021-12-13 16:06 ` Thierry Reding
2021-12-13 16:47 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 08/25] ARM: tegra: Rename GPIO hog nodes to match schema Thierry Reding
2021-12-09 17:33 ` [PATCH 09/25] ARM: tegra: Rename GPU node on Tegra124 Thierry Reding
2021-12-09 17:33 ` [PATCH 10/25] ARM: tegra: Drop reg-shift for Tegra HS UART Thierry Reding
2021-12-09 19:01 ` Dmitry Osipenko
2021-12-10 13:49 ` Thierry Reding
2021-12-09 17:33 ` [PATCH 11/25] ARM: tegra: Rename thermal zone nodes Thierry Reding
2021-12-09 20:06 ` Dmitry Osipenko
2021-12-10 14:10 ` Thierry Reding
2021-12-10 15:29 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 12/25] ARM: tegra: Do not use unit-address for OPP nodes Thierry Reding
2021-12-09 18:38 ` Dmitry Osipenko
2021-12-10 14:27 ` Thierry Reding
2021-12-10 15:33 ` Dmitry Osipenko
2021-12-10 22:39 ` Dmitry Osipenko [this message]
2021-12-09 17:33 ` [PATCH 13/25] ARM: tegra: Fix Tegra124 I2C compatible string list Thierry Reding
2021-12-09 17:33 ` [PATCH 14/25] ARM: tegra: Drop unused AHCI clocks on Tegra124 Thierry Reding
2021-12-09 17:33 ` [PATCH 15/25] ARM: tegra: Sort Tegra124 XUSB clocks correctly Thierry Reding
2021-12-09 17:33 ` [PATCH 16/25] ARM: tegra: Avoid pwm- prefix in pinmux nodes Thierry Reding
2021-12-09 19:13 ` Dmitry Osipenko
2021-12-10 14:38 ` Thierry Reding
2021-12-10 15:38 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 17/25] ARM: tegra: Add compatible string for built-in ASIX on Colibri boards Thierry Reding
2021-12-09 17:33 ` [PATCH 18/25] ARM: tegra: Remove PHY reset GPIO references from USB controller node Thierry Reding
2021-12-09 17:33 ` [PATCH 19/25] ARM: tegra: Add dummy backlight power supplies Thierry Reding
2021-12-09 19:07 ` Dmitry Osipenko
2021-12-10 14:51 ` Thierry Reding
2021-12-09 17:33 ` [PATCH 20/25] ARM: tegra: Use correct vendor prefix for Invensense Thierry Reding
2021-12-09 17:33 ` [PATCH 21/25] ARM: tegra: Remove unsupported properties on Apalis Thierry Reding
2021-12-09 17:33 ` [PATCH 22/25] ARM: tegra: Move I2C clock frequency to bus nodes Thierry Reding
2021-12-09 18:57 ` Dmitry Osipenko
2021-12-10 15:01 ` Thierry Reding
2021-12-10 16:08 ` Dmitry Osipenko
2021-12-13 16:10 ` Thierry Reding
2021-12-13 16:34 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 23/25] ARM: tegra: Remove stray #reset-cells property Thierry Reding
2021-12-09 19:24 ` Dmitry Osipenko
2021-12-10 15:05 ` Thierry Reding
2021-12-10 18:08 ` Dmitry Osipenko
2021-12-13 16:11 ` Thierry Reding
2021-12-13 16:26 ` Dmitry Osipenko
2021-12-13 16:40 ` Dmitry Osipenko
2021-12-09 20:30 ` Dmitry Osipenko
2021-12-09 17:33 ` [PATCH 24/25] ARM: tegra: Fix SLINK compatible string on Tegra30 Thierry Reding
2021-12-09 17:33 ` [PATCH 25/25] ARM: tegra: Fix I2C mux reset GPIO reference on Cardhu Thierry Reding
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=7693e905-3602-c5cf-cd59-c9ba7108fcb7@gmail.com \
--to=digetx@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=linux-tegra@vger.kernel.org \
--cc=thierry.reding@gmail.com \
/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