From: Rob Herring <robh@kernel.org>
To: Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org,
"Serge Semin" <fancer.lancer@gmail.com>,
"Jingoo Han" <jingoohan1@gmail.com>,
"Gustavo Pimentel" <gustavo.pimentel@synopsys.com>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Heiko Stuebner" <heiko@sntech.de>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Simon Xue" <xxm@rock-chips.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kernel@collabora.com
Subject: Re: [PATCH v4 0/5] RK3588 PCIe2 support
Date: Fri, 11 Aug 2023 11:58:06 -0600 [thread overview]
Message-ID: <20230811175806.GA3674934-robh@kernel.org> (raw)
In-Reply-To: <20230731165723.53069-1-sebastian.reichel@collabora.com>
On Mon, Jul 31, 2023 at 06:57:18PM +0200, Sebastian Reichel wrote:
> Hi,
>
> This adds PCIe v2 support for RK3588. The series has been tested with
> the onboard RTL8125 network card on Rockchip RK3588 EVB1 (&pcie2x1l1)
> and Radxa Rock 5B (&pcie2x1l2).
>
> Changes since v3:
> * https://lore.kernel.org/all/20230717172651.64324-1-sebastian.reichel@collabora.com/
> * Remove unneeded quotes in patch 1 (msi handling)
> * Update patch description of patch 2 (interrupt names) adding information
> about Rockchip specific parts
>
> Changes since v2:
> * https://lore.kernel.org/all/20230713171851.73052-1-sebastian.reichel@collabora.com/
> * Removed num-ib-windows/num-ob-windows/num-viewport from DT
> * Added patch making 'msi' irq optional, if 'msi-map' property is available
> * Updated binding according two discussion with Serge Semin, I provided two
> options by adding one extra patch that should be squashed into the main
> one or dropped depending on preferences from DT binding maintainers.
> * Collected Reviewed-by/Tested-by from Jagan Teki
>
> Changes since v1:
> * https://lore.kernel.org/all/20230616170022.76107-1-sebastian.reichel@collabora.com/
> * Dropped patch adding 'RK3588' (queued by Rob)
> * Updated patch adding legacy-interrupt-controller according to comments
> from Rob and Serge
> - added missing additionalProperties: false
> - added all properties to new required property
> - removed useless quotes around interrupt-controller
> - added Rob's Reviewed-by
> * Updated patch adding the missing RK356x/RK3588 interrupt names, so that it
> provides more details about the interrupts
> * Updated the DT patch according to the comment from Jonas Karlman, so that
> the addresses are in 32 bit address space starting at 0x40000000
>
> [0] https://lore.kernel.org/all/20230612171337.74576-1-sebastian.reichel@collabora.com/
>
> Thanks,
>
> -- Sebastian
>
> Sebastian Reichel (5):
> dt-bindings: PCI: dwc: improve msi handling
> dt-bindings: PCI: dwc: rockchip: Fix interrupt-names issue
> dt-bindings: PCI: dwc: rockchip: Use generic binding
> dt-bindings: PCI: dwc: rockchip: Add missing
> legacy-interrupt-controller
> arm64: dts: rockchip: rk3588: add PCIe2 support
Patches 1-4 applied.
Rob
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org,
"Serge Semin" <fancer.lancer@gmail.com>,
"Jingoo Han" <jingoohan1@gmail.com>,
"Gustavo Pimentel" <gustavo.pimentel@synopsys.com>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Heiko Stuebner" <heiko@sntech.de>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Simon Xue" <xxm@rock-chips.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kernel@collabora.com
Subject: Re: [PATCH v4 0/5] RK3588 PCIe2 support
Date: Fri, 11 Aug 2023 11:58:06 -0600 [thread overview]
Message-ID: <20230811175806.GA3674934-robh@kernel.org> (raw)
In-Reply-To: <20230731165723.53069-1-sebastian.reichel@collabora.com>
On Mon, Jul 31, 2023 at 06:57:18PM +0200, Sebastian Reichel wrote:
> Hi,
>
> This adds PCIe v2 support for RK3588. The series has been tested with
> the onboard RTL8125 network card on Rockchip RK3588 EVB1 (&pcie2x1l1)
> and Radxa Rock 5B (&pcie2x1l2).
>
> Changes since v3:
> * https://lore.kernel.org/all/20230717172651.64324-1-sebastian.reichel@collabora.com/
> * Remove unneeded quotes in patch 1 (msi handling)
> * Update patch description of patch 2 (interrupt names) adding information
> about Rockchip specific parts
>
> Changes since v2:
> * https://lore.kernel.org/all/20230713171851.73052-1-sebastian.reichel@collabora.com/
> * Removed num-ib-windows/num-ob-windows/num-viewport from DT
> * Added patch making 'msi' irq optional, if 'msi-map' property is available
> * Updated binding according two discussion with Serge Semin, I provided two
> options by adding one extra patch that should be squashed into the main
> one or dropped depending on preferences from DT binding maintainers.
> * Collected Reviewed-by/Tested-by from Jagan Teki
>
> Changes since v1:
> * https://lore.kernel.org/all/20230616170022.76107-1-sebastian.reichel@collabora.com/
> * Dropped patch adding 'RK3588' (queued by Rob)
> * Updated patch adding legacy-interrupt-controller according to comments
> from Rob and Serge
> - added missing additionalProperties: false
> - added all properties to new required property
> - removed useless quotes around interrupt-controller
> - added Rob's Reviewed-by
> * Updated patch adding the missing RK356x/RK3588 interrupt names, so that it
> provides more details about the interrupts
> * Updated the DT patch according to the comment from Jonas Karlman, so that
> the addresses are in 32 bit address space starting at 0x40000000
>
> [0] https://lore.kernel.org/all/20230612171337.74576-1-sebastian.reichel@collabora.com/
>
> Thanks,
>
> -- Sebastian
>
> Sebastian Reichel (5):
> dt-bindings: PCI: dwc: improve msi handling
> dt-bindings: PCI: dwc: rockchip: Fix interrupt-names issue
> dt-bindings: PCI: dwc: rockchip: Use generic binding
> dt-bindings: PCI: dwc: rockchip: Add missing
> legacy-interrupt-controller
> arm64: dts: rockchip: rk3588: add PCIe2 support
Patches 1-4 applied.
Rob
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org,
"Serge Semin" <fancer.lancer@gmail.com>,
"Jingoo Han" <jingoohan1@gmail.com>,
"Gustavo Pimentel" <gustavo.pimentel@synopsys.com>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Heiko Stuebner" <heiko@sntech.de>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Simon Xue" <xxm@rock-chips.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kernel@collabora.com
Subject: Re: [PATCH v4 0/5] RK3588 PCIe2 support
Date: Fri, 11 Aug 2023 11:58:06 -0600 [thread overview]
Message-ID: <20230811175806.GA3674934-robh@kernel.org> (raw)
In-Reply-To: <20230731165723.53069-1-sebastian.reichel@collabora.com>
On Mon, Jul 31, 2023 at 06:57:18PM +0200, Sebastian Reichel wrote:
> Hi,
>
> This adds PCIe v2 support for RK3588. The series has been tested with
> the onboard RTL8125 network card on Rockchip RK3588 EVB1 (&pcie2x1l1)
> and Radxa Rock 5B (&pcie2x1l2).
>
> Changes since v3:
> * https://lore.kernel.org/all/20230717172651.64324-1-sebastian.reichel@collabora.com/
> * Remove unneeded quotes in patch 1 (msi handling)
> * Update patch description of patch 2 (interrupt names) adding information
> about Rockchip specific parts
>
> Changes since v2:
> * https://lore.kernel.org/all/20230713171851.73052-1-sebastian.reichel@collabora.com/
> * Removed num-ib-windows/num-ob-windows/num-viewport from DT
> * Added patch making 'msi' irq optional, if 'msi-map' property is available
> * Updated binding according two discussion with Serge Semin, I provided two
> options by adding one extra patch that should be squashed into the main
> one or dropped depending on preferences from DT binding maintainers.
> * Collected Reviewed-by/Tested-by from Jagan Teki
>
> Changes since v1:
> * https://lore.kernel.org/all/20230616170022.76107-1-sebastian.reichel@collabora.com/
> * Dropped patch adding 'RK3588' (queued by Rob)
> * Updated patch adding legacy-interrupt-controller according to comments
> from Rob and Serge
> - added missing additionalProperties: false
> - added all properties to new required property
> - removed useless quotes around interrupt-controller
> - added Rob's Reviewed-by
> * Updated patch adding the missing RK356x/RK3588 interrupt names, so that it
> provides more details about the interrupts
> * Updated the DT patch according to the comment from Jonas Karlman, so that
> the addresses are in 32 bit address space starting at 0x40000000
>
> [0] https://lore.kernel.org/all/20230612171337.74576-1-sebastian.reichel@collabora.com/
>
> Thanks,
>
> -- Sebastian
>
> Sebastian Reichel (5):
> dt-bindings: PCI: dwc: improve msi handling
> dt-bindings: PCI: dwc: rockchip: Fix interrupt-names issue
> dt-bindings: PCI: dwc: rockchip: Use generic binding
> dt-bindings: PCI: dwc: rockchip: Add missing
> legacy-interrupt-controller
> arm64: dts: rockchip: rk3588: add PCIe2 support
Patches 1-4 applied.
Rob
_______________________________________________
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:[~2023-08-11 17:58 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-31 16:57 [PATCH v4 0/5] RK3588 PCIe2 support Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` [PATCH v4 1/5] dt-bindings: PCI: dwc: improve msi handling Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` [PATCH v4 2/5] dt-bindings: PCI: dwc: rockchip: Fix interrupt-names issue Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` [PATCH v4 3/5] dt-bindings: PCI: dwc: rockchip: Use generic binding Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` [PATCH v4 4/5] dt-bindings: PCI: dwc: rockchip: Add missing legacy-interrupt-controller Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` [PATCH v4 5/5] arm64: dts: rockchip: rk3588: add PCIe2 support Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 16:57 ` Sebastian Reichel
2023-07-31 23:39 ` kernel test robot
2023-08-11 17:58 ` Rob Herring [this message]
2023-08-11 17:58 ` [PATCH v4 0/5] RK3588 " Rob Herring
2023-08-11 17:58 ` Rob Herring
2023-08-12 12:22 ` (subset) " Heiko Stuebner
2023-08-12 12:22 ` Heiko Stuebner
2023-08-12 12:22 ` 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=20230811175806.GA3674934-robh@kernel.org \
--to=robh@kernel.org \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fancer.lancer@gmail.com \
--cc=gustavo.pimentel@synopsys.com \
--cc=heiko@sntech.de \
--cc=jingoohan1@gmail.com \
--cc=kernel@collabora.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kw@linux.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=lpieralisi@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=shawn.lin@rock-chips.com \
--cc=xxm@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.