From: Heiko Stuebner <heiko@sntech.de>
To: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
linux-rockchip@lists.infradead.org, Marc Zyngier <maz@kernel.org>
Cc: Heiko Stuebner <heiko@sntech.de>, Rob Herring <robh@kernel.org>,
Shawn Lin <shawn.lin@rock-chips.com>,
Bjorn Helgaas <bhelgaas@google.com>,
kernel-team@android.com,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Subject: Re: (subset) [PATCH 0/2] PCI: rockchip: Fix PCIe probing in 5.9
Date: Sat, 9 Jan 2021 16:39:52 +0100 [thread overview]
Message-ID: <161020678304.3482489.16265373778733987316.b4-ty@sntech.de> (raw)
In-Reply-To: <20200815125112.462652-1-maz@kernel.org>
On Sat, 15 Aug 2020 13:51:10 +0100, Marc Zyngier wrote:
> Recent changes to the way PCI DT nodes are parsed are now enforcing
> the presence of a "device_type" property, which has been mandated
> since... forever. This has the unfortunate effect of breaking
> non-compliant systems, and those using the Rockchip PCIe driver are
> amongst the victims. Oh well.
>
> In order to keep users happy as well as my own machines up and
> running, let's paper over the problem by detecting a broken DT from
> the driver itself, and inserting the missing property at runtime.
>
> [...]
Applied, thanks!
[2/2] arm64: dts: rockchip: Fix PCIe DT properties
commit: 43f20b1c6140896916f4e91aacc166830a7ba849
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
WARNING: multiple messages have this Message-ID
From: Heiko Stuebner <heiko@sntech.de>
To: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
linux-rockchip@lists.infradead.org, Marc Zyngier <maz@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Heiko Stuebner <heiko@sntech.de>,
Shawn Lin <shawn.lin@rock-chips.com>,
Bjorn Helgaas <bhelgaas@google.com>,
kernel-team@android.com
Subject: Re: (subset) [PATCH 0/2] PCI: rockchip: Fix PCIe probing in 5.9
Date: Sat, 9 Jan 2021 16:39:52 +0100 [thread overview]
Message-ID: <161020678304.3482489.16265373778733987316.b4-ty@sntech.de> (raw)
In-Reply-To: <20200815125112.462652-1-maz@kernel.org>
On Sat, 15 Aug 2020 13:51:10 +0100, Marc Zyngier wrote:
> Recent changes to the way PCI DT nodes are parsed are now enforcing
> the presence of a "device_type" property, which has been mandated
> since... forever. This has the unfortunate effect of breaking
> non-compliant systems, and those using the Rockchip PCIe driver are
> amongst the victims. Oh well.
>
> In order to keep users happy as well as my own machines up and
> running, let's paper over the problem by detecting a broken DT from
> the driver itself, and inserting the missing property at runtime.
>
> [...]
Applied, thanks!
[2/2] arm64: dts: rockchip: Fix PCIe DT properties
commit: 43f20b1c6140896916f4e91aacc166830a7ba849
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID
From: Heiko Stuebner <heiko@sntech.de>
To: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
linux-rockchip@lists.infradead.org, Marc Zyngier <maz@kernel.org>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Heiko Stuebner <heiko@sntech.de>,
Shawn Lin <shawn.lin@rock-chips.com>,
Bjorn Helgaas <bhelgaas@google.com>,
kernel-team@android.com
Subject: Re: (subset) [PATCH 0/2] PCI: rockchip: Fix PCIe probing in 5.9
Date: Sat, 9 Jan 2021 16:39:52 +0100 [thread overview]
Message-ID: <161020678304.3482489.16265373778733987316.b4-ty@sntech.de> (raw)
In-Reply-To: <20200815125112.462652-1-maz@kernel.org>
On Sat, 15 Aug 2020 13:51:10 +0100, Marc Zyngier wrote:
> Recent changes to the way PCI DT nodes are parsed are now enforcing
> the presence of a "device_type" property, which has been mandated
> since... forever. This has the unfortunate effect of breaking
> non-compliant systems, and those using the Rockchip PCIe driver are
> amongst the victims. Oh well.
>
> In order to keep users happy as well as my own machines up and
> running, let's paper over the problem by detecting a broken DT from
> the driver itself, and inserting the missing property at runtime.
>
> [...]
Applied, thanks!
[2/2] arm64: dts: rockchip: Fix PCIe DT properties
commit: 43f20b1c6140896916f4e91aacc166830a7ba849
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-01-09 15:41 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-15 12:51 [PATCH 0/2] PCI: rockchip: Fix PCIe probing in 5.9 Marc Zyngier
2020-08-15 12:51 ` Marc Zyngier
2020-08-15 12:51 ` Marc Zyngier
2020-08-15 12:51 ` [PATCH 1/2] PCI: rockchip: Work around missing device_type property in DT Marc Zyngier
2020-08-15 12:51 ` Marc Zyngier
2020-08-15 12:51 ` Marc Zyngier
2020-08-15 23:22 ` Bjorn Helgaas
2020-08-15 23:22 ` Bjorn Helgaas
2020-08-15 23:22 ` Bjorn Helgaas
2020-08-16 10:39 ` Marc Zyngier
2020-08-16 10:39 ` Marc Zyngier
2020-08-16 10:39 ` Marc Zyngier
2020-08-17 16:12 ` Rob Herring
2020-08-17 16:12 ` Rob Herring
2020-08-17 16:12 ` Rob Herring
2020-08-18 7:35 ` Marc Zyngier
2020-08-18 7:35 ` Marc Zyngier
2020-08-18 7:35 ` Marc Zyngier
2020-08-18 14:23 ` Rob Herring
2020-08-18 14:23 ` Rob Herring
2020-08-18 14:23 ` Rob Herring
2020-08-18 17:34 ` Marc Zyngier
2020-08-18 17:34 ` Marc Zyngier
2020-08-18 17:34 ` Marc Zyngier
2020-08-18 17:48 ` Saravana Kannan
2020-08-18 17:48 ` Saravana Kannan
2020-08-18 17:48 ` Saravana Kannan
2020-08-18 19:02 ` Marc Zyngier
2020-08-18 19:02 ` Marc Zyngier
2020-08-18 19:02 ` Marc Zyngier
2020-08-18 19:06 ` Rob Herring
2020-08-18 19:06 ` Rob Herring
2020-08-18 19:06 ` Rob Herring
2020-08-15 12:51 ` [PATCH 2/2] arm64: dts: rockchip: Fix PCIe DT properties Marc Zyngier
2020-08-15 12:51 ` Marc Zyngier
2020-08-15 12:51 ` Marc Zyngier
2021-01-09 15:39 ` Heiko Stuebner [this message]
2021-01-09 15:39 ` (subset) [PATCH 0/2] PCI: rockchip: Fix PCIe probing in 5.9 Heiko Stuebner
2021-01-09 15:39 ` Heiko Stuebner
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=161020678304.3482489.16265373778733987316.b4-ty@sntech.de \
--to=heiko@sntech.de \
--cc=bhelgaas@google.com \
--cc=kernel-team@android.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=maz@kernel.org \
--cc=robh@kernel.org \
--cc=shawn.lin@rock-chips.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.