linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Add configurable sleep for pcie-rockchip-host
@ 2023-05-09 15:39 Vincenzo Palazzo
  0 siblings, 0 replies; 2+ messages in thread
From: Vincenzo Palazzo @ 2023-05-09 15:39 UTC (permalink / raw)
  To: linux-pci
  Cc: robh, heiko, kw, shawn.lin, linux-kernel, lgirdwood,
	linux-rockchip, broonie, bhelgaas, linux-kernel-mentees,
	lpieralisi, linux-arm-kernel

I am submitting a patch to add a configurable sleep for the
Rockchip PCIe driver in the hope of resolving a persistent
issue with old ARM platforms.

It has been observed that the driver requires an extra
sleep before probing the device, particularly on some older ARM
devices like Pine64 RockPro64. While an original patch was deployed
in Manjaro ARM, the issue still persists with the upstream kernel.

This patch introduces a module parameter "bus_scan_delay" which allows users
to configure the delay before probing the device. I have tested this patch
on several platforms and it has proven to be effective.

I hope that by starting this discussion, we can collaborate and
find a more robust upstream solution for this issue.

P.S: I sent again this because I forget to add some people to the list
of cc.

Cheers!

Vincent.
-------
Vincenzo Palazzo (1):
  drivers: pci: introduce configurable delay for Rockchip PCIe bus scan

 .../admin-guide/kernel-parameters.txt         |  8 +++++
 .../boot/dts/rockchip/rk3399-rockpro64.dtsi   |  3 +-
 drivers/pci/controller/pcie-rockchip-host.c   | 29 +++++++++++++++++++
 drivers/pci/controller/pcie-rockchip.c        |  5 ++++
 drivers/pci/controller/pcie-rockchip.h        |  9 ++++++
 5 files changed, 53 insertions(+), 1 deletion(-)

--
2.40.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v1 0/1] Add configurable sleep for pcie-rockchip-host
@ 2023-05-01 20:13 Vincenzo Palazzo
  0 siblings, 0 replies; 2+ messages in thread
From: Vincenzo Palazzo @ 2023-05-01 20:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: shawn.lin, linux-kernel-mentees, lpieralisi

I am submitting a patch to add a configurable sleep for the 
Rockchip PCIe driver in the hope of resolving a persistent 
issue with old ARM platforms.

It has been observed that the driver requires an extra 
sleep before probing the device, particularly on some older ARM 
devices like Pine64 RockPro64. While an original patch was deployed 
in Manjaro ARM, the issue still persists with the upstream kernel.

This patch introduces a module parameter "bus_scan_delay" which allows users 
to configure the delay before probing the device. I have tested this patch 
on several platforms and it has proven to be effective.

I hope that by starting this discussion, we can collaborate and 
find a more robust upstream solution for this issue.

Cheers!

Vincent.
-------
Vincenzo Palazzo (1):
  drivers: pci: introduce configurable delay for Rockchip PCIe bus scan

 .../admin-guide/kernel-parameters.txt         |  8 +++++
 .../boot/dts/rockchip/rk3399-rockpro64.dtsi   |  3 +-
 drivers/pci/controller/pcie-rockchip-host.c   | 29 +++++++++++++++++++
 drivers/pci/controller/pcie-rockchip.c        |  5 ++++
 drivers/pci/controller/pcie-rockchip.h        |  9 ++++++
 5 files changed, 53 insertions(+), 1 deletion(-)

-- 
2.40.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-09 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09 15:39 [PATCH v1 0/1] Add configurable sleep for pcie-rockchip-host Vincenzo Palazzo
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01 20:13 Vincenzo Palazzo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).