public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
From: Niklas Cassel <cassel@kernel.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: "Simon Xue" <xxm@rock-chips.com>,
	"Shawn Lin" <shawn.lin@rock-chips.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Krzysztof Wilczyński" <kw@linux.com>,
	"Kishon Vijay Abraham I" <kishon@kernel.org>,
	"Damien Le Moal" <dlemoal@kernel.org>,
	"Jon Lin" <jon.lin@rock-chips.com>,
	"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Jingoo Han" <jingoohan1@gmail.com>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	linux-rockchip@lists.infradead.org, linux-pci@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: (subset) [PATCH v5 00/13] PCI: dw-rockchip: Add endpoint mode support
Date: Wed, 26 Jun 2024 20:13:50 +0200	[thread overview]
Message-ID: <ZnxaXuWaQgDr0p8e@ryzen.lan> (raw)
In-Reply-To: <171941553475.921128.9467465539299233735.b4-ty@sntech.de>

On Wed, Jun 26, 2024 at 05:32:49PM +0200, Heiko Stuebner wrote:
> On Fri, 07 Jun 2024 13:14:20 +0200, Niklas Cassel wrote:
> > This series adds PCIe endpoint mode support for the rockchip rk3588 and
> > rk3568 SoCs.
> > 
> > This series is based on: pci/next
> > (git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git)
> > 
> > This series can also be found in git:
> > https://github.com/floatious/linux/commits/rockchip-pcie-ep-v5
> > 
> > [...]
> 
> Applied, thanks!
> 
> [12/13] arm64: dts: rockchip: Add PCIe endpoint mode support
>         commit: 2fe9fe4e54f5763b8b681478dda9ac61fd42ecaf
> [13/13] arm64: dts: rockchip: Add rock5b overlays for PCIe endpoint mode
>         commit: 41367db58cbf51ecb89ca017b7473688345caa7b
> 
> I've dropped the overlay-symbol-enablement for now.
> As this creates massive size increases there have actually
> been concerns of things like TF-A getting overwhelmed by
> the size if I remember correctly.
> 
> In any case, right now we don't have an established way on
> how to handle overlay symbold for Rockchip boards.
> 
> For example broadcom enables symbols for all DTs, Nvidia and TI do
> it for select boards only, while for example Mediatek and Freescale
> do not handle symbols at all right now.
> 
> So I'll just postpone that decision for a bit.

Okay, I see your argument.


Thank you for applying, I just realized that rk3588.dtsi has been renamed to
rk3588-extra.dtsi, so I was about to rebase and resend these two patches.
The conflict was trivial, and it looks correct in your tree, so thanks a lot
for fixing this up!


Kind regards,
Niklas

      reply	other threads:[~2024-06-26 18:14 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07 11:14 [PATCH v5 00/13] PCI: dw-rockchip: Add endpoint mode support Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 01/13] dt-bindings: PCI: snps,dw-pcie-ep: Add vendor specific reg-name Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 02/13] dt-bindings: PCI: snps,dw-pcie-ep: Add vendor specific interrupt-names Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 03/13] dt-bindings: PCI: snps,dw-pcie-ep: Add tx_int{a,b,c,d} legacy irqs Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 04/13] dt-bindings: PCI: rockchip-dw-pcie: Prepare for Endpoint mode support Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 05/13] dt-bindings: PCI: rockchip-dw-pcie: Fix description of legacy irq Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 06/13] dt-bindings: rockchip: Add DesignWare based PCIe Endpoint controller Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 07/13] PCI: dw-rockchip: Fix weird indentation Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 08/13] PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helper Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 09/13] PCI: dw-rockchip: Refactor the driver to prepare for EP mode Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 10/13] PCI: dw-rockchip: Add endpoint mode support Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 11/13] misc: pci_endpoint_test: Add support for rockchip rk3588 Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 12/13] arm64: dts: rockchip: Add PCIe endpoint mode support Niklas Cassel
2024-06-07 11:14 ` [PATCH v5 13/13] arm64: dts: rockchip: Add rock5b overlays for PCIe endpoint mode Niklas Cassel
2024-06-17  8:00 ` [PATCH v5 00/13] PCI: dw-rockchip: Add endpoint mode support Niklas Cassel
2024-06-21 19:39   ` Krzysztof Wilczyński
2024-06-22 12:10     ` Niklas Cassel
2024-06-22 13:39     ` Niklas Cassel
2024-06-22 15:43       ` Krzysztof Wilczyński
2024-06-22 16:34         ` Niklas Cassel
2024-06-26 15:32 ` (subset) " Heiko Stuebner
2024-06-26 18:13   ` Niklas Cassel [this message]

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=ZnxaXuWaQgDr0p8e@ryzen.lan \
    --to=cassel@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bhelgaas@google.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlemoal@kernel.org \
    --cc=heiko@sntech.de \
    --cc=jingoohan1@gmail.com \
    --cc=jon.lin@rock-chips.com \
    --cc=kishon@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=kw@linux.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=lpieralisi@kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=robh@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox