All of lore.kernel.org
 help / color / mirror / Atom feed
From: Moessbauer Felix <felix.moessbauer@siemens.com>
To: Stefan Wahren <stefan.wahren@i2se.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Aurelien Jarno <aurelien@aurel32.net>,
	Arnd Bergmann <arnd@arndb.de>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Olof Johansson <olof@lixom.net>, Rob Herring <robh+dt@kernel.org>,
	 bcm-kernel-feedback-list@broadcom.com
Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	devicetree@vger.kernel.org, Phil Elwell <phil@raspberrypi.com>,
	linux-arm-kernel@lists.infradead.org,
	 linux-rpi-kernel@lists.infradead.org, soc@kernel.org,
	 quirin.gylstorff@siemens.com, manuel.matzinger@siemens.com
Subject: Re: [PATCH RESEND 0/2] arm/arm64: dts: Enable device-tree overlay support for RPi devices
Date: Tue, 27 Jun 2023 14:52:56 +0800	[thread overview]
Message-ID: <67b75edc23b0ef53bffbc218a93d916b2b66d3ee.camel@siemens.com> (raw)
In-Reply-To: <6f079ec5-37d3-78e8-9632-b394cf5bd66b@i2se.com>

On Tue, 2023-06-27 at 07:59 +0200, Stefan Wahren wrote:
> Hi Felix,
> 
> Am 27.06.23 um 03:56 schrieb Moessbauer Felix:
> > On Wed, 2022-05-18 at 12:52 -0700, Florian Fainelli wrote:
> > > 
> > > 
> > > On 4/27/2022 4:36 PM, Aurelien Jarno wrote:
> > > > This patchset changes the generation of the Raspberry Pi
> > > > devices
> > > > DTB
> > > > files to improve the support for out-of-tree device-tree
> > > > overlays,
> > > > like
> > > > it has recently been done for the Nvidia SoCs.
> > > > 
> > > > I personally only need that for arm64, but I have added a
> > > > similar
> > > > patch
> > > > to do the same on arm.
> > > 
> > > This looks good to me, Rob, does that approach work for you?
> > 
> > Since May 2023 this patch is integrated into the Debian kernel
> > build
> > [1]. However it would be better if we could integrate it into the
> > kernel directly. Is there anything blocking? For me, the patch
> > looks
> > fine. Similar patches for Nvidia boards also already got integrated
> > [2].
> > 
> > If there is no general objection against enabling the overlays, I
> > plan
> > to send patches for the sun8i-h3 arm boards as well.
> 
> this series has been resubmitted recently and applied. Could you
> please 
> check current linux-next?

Thanks for the quick response. That was indeed a very recent change
(not yet in a release) which I missed.

Then I'll send the patches for the sun8i-h3-*pi*.dts by end of today.

Felix

> 
> Best regards
> 
> > 
> > Best regards,
> > Felix Moessbauer
> > Siemens AG
> > 
> > [1]
> > https://salsa.debian.org/kernel-team/linux/-/commit/fae42149fd0a37c68a496efbbb11f1dac484a163
> > [2]
> > https://lore.kernel.org/all/20220203184327.65878-1-jonathanh@nvidia.com/T/


WARNING: multiple messages have this Message-ID (diff)
From: Moessbauer Felix <felix.moessbauer@siemens.com>
To: Stefan Wahren <stefan.wahren@i2se.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Aurelien Jarno <aurelien@aurel32.net>,
	Arnd Bergmann <arnd@arndb.de>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Olof Johansson <olof@lixom.net>, Rob Herring <robh+dt@kernel.org>,
	 bcm-kernel-feedback-list@broadcom.com
Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	devicetree@vger.kernel.org, Phil Elwell <phil@raspberrypi.com>,
	linux-arm-kernel@lists.infradead.org,
	 linux-rpi-kernel@lists.infradead.org, soc@kernel.org,
	 quirin.gylstorff@siemens.com, manuel.matzinger@siemens.com
Subject: Re: [PATCH RESEND 0/2] arm/arm64: dts: Enable device-tree overlay support for RPi devices
Date: Tue, 27 Jun 2023 14:52:56 +0800	[thread overview]
Message-ID: <67b75edc23b0ef53bffbc218a93d916b2b66d3ee.camel@siemens.com> (raw)
In-Reply-To: <6f079ec5-37d3-78e8-9632-b394cf5bd66b@i2se.com>

On Tue, 2023-06-27 at 07:59 +0200, Stefan Wahren wrote:
> Hi Felix,
> 
> Am 27.06.23 um 03:56 schrieb Moessbauer Felix:
> > On Wed, 2022-05-18 at 12:52 -0700, Florian Fainelli wrote:
> > > 
> > > 
> > > On 4/27/2022 4:36 PM, Aurelien Jarno wrote:
> > > > This patchset changes the generation of the Raspberry Pi
> > > > devices
> > > > DTB
> > > > files to improve the support for out-of-tree device-tree
> > > > overlays,
> > > > like
> > > > it has recently been done for the Nvidia SoCs.
> > > > 
> > > > I personally only need that for arm64, but I have added a
> > > > similar
> > > > patch
> > > > to do the same on arm.
> > > 
> > > This looks good to me, Rob, does that approach work for you?
> > 
> > Since May 2023 this patch is integrated into the Debian kernel
> > build
> > [1]. However it would be better if we could integrate it into the
> > kernel directly. Is there anything blocking? For me, the patch
> > looks
> > fine. Similar patches for Nvidia boards also already got integrated
> > [2].
> > 
> > If there is no general objection against enabling the overlays, I
> > plan
> > to send patches for the sun8i-h3 arm boards as well.
> 
> this series has been resubmitted recently and applied. Could you
> please 
> check current linux-next?

Thanks for the quick response. That was indeed a very recent change
(not yet in a release) which I missed.

Then I'll send the patches for the sun8i-h3-*pi*.dts by end of today.

Felix

> 
> Best regards
> 
> > 
> > Best regards,
> > Felix Moessbauer
> > Siemens AG
> > 
> > [1]
> > https://salsa.debian.org/kernel-team/linux/-/commit/fae42149fd0a37c68a496efbbb11f1dac484a163
> > [2]
> > https://lore.kernel.org/all/20220203184327.65878-1-jonathanh@nvidia.com/T/


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

  reply	other threads:[~2023-06-27  6:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 23:36 [PATCH RESEND 0/2] arm/arm64: dts: Enable device-tree overlay support for RPi devices Aurelien Jarno
2022-04-27 23:36 ` Aurelien Jarno
2022-04-27 23:36 ` [PATCH RESEND 1/2] arm64: dts: broadcom: " Aurelien Jarno
2022-04-27 23:36   ` Aurelien Jarno
2022-04-27 23:36 ` [PATCH RESEND 2/2] arm: dts: " Aurelien Jarno
2022-04-27 23:36   ` Aurelien Jarno
2022-05-18 19:52 ` [PATCH RESEND 0/2] arm/arm64: " Florian Fainelli
2022-05-18 19:52   ` Florian Fainelli
2022-07-06 20:51   ` Aurelien Jarno
2022-07-06 20:51     ` Aurelien Jarno
2023-06-27  1:56   ` Moessbauer Felix
2023-06-27  1:56     ` Moessbauer Felix
2023-06-27  5:59     ` Stefan Wahren
2023-06-27  5:59       ` Stefan Wahren
2023-06-27  6:52       ` Moessbauer Felix [this message]
2023-06-27  6:52         ` Moessbauer Felix

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=67b75edc23b0ef53bffbc218a93d916b2b66d3ee.camel@siemens.com \
    --to=felix.moessbauer@siemens.com \
    --cc=arnd@arndb.de \
    --cc=aurelien@aurel32.net \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=manuel.matzinger@siemens.com \
    --cc=nsaenz@kernel.org \
    --cc=olof@lixom.net \
    --cc=phil@raspberrypi.com \
    --cc=quirin.gylstorff@siemens.com \
    --cc=robh+dt@kernel.org \
    --cc=soc@kernel.org \
    --cc=stefan.wahren@i2se.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.