devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] PCI: imx6: Clean up and add imx95 pci support
@ 2023-12-07 19:34 Frank Li
  2023-12-07 19:34 ` [PATCH v2 1/9] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask Frank Li
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Frank Li @ 2023-12-07 19:34 UTC (permalink / raw)
  To: helgaas, manivannan.sadhasivam
  Cc: Frank.li, bhelgaas, conor+dt, devicetree, festevam, hongxing.zhu,
	imx, kernel, krzysztof.kozlowski+dt, kw, l.stach,
	linux-arm-kernel, linux-imx, linux-kernel, linux-pci, lpieralisi,
	robh, s.hauer, shawnguo

first 6 patches use drvdata: flags to simplify some switch-case code.
Improve maintaince and easy to read code.

Then add imx95 basic pci host function.

Change log see each patch.
Means no change if not specific change in notes.

Frank Li (8):
  PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask
  PCI: imx6: Simplify phy handling by using by using
    IMX6_PCIE_FLAG_HAS_PHY
  PCI: imx6: Simplify reset handling by using by using
    *_FLAG_HAS_*_RESET
  PCI: imx6: Using "linux,pci-domain" as slot ID
  PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
  PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
  PCI: imx6: Simplify switch-case logic by involve init_phy callback
  PCI: imx6: Add iMX95 PCIe support

Richard Zhu (1):
  dt-bindings: imx6q-pcie: Add imx95 pcie compatible string

 .../bindings/pci/fsl,imx6q-pcie.yaml          |   1 +
 drivers/pci/controller/dwc/pci-imx6.c         | 514 ++++++++++--------
 2 files changed, 300 insertions(+), 215 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-12-07 19:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 19:34 [PATCH v2 0/9] PCI: imx6: Clean up and add imx95 pci support Frank Li
2023-12-07 19:34 ` [PATCH v2 1/9] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask Frank Li
2023-12-07 19:34 ` [PATCH v2 2/9] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY Frank Li
2023-12-07 19:34 ` [PATCH v2 3/9] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET Frank Li
2023-12-07 19:34 ` [PATCH v2 4/9] PCI: imx6: Using "linux,pci-domain" as slot ID Frank Li
2023-12-07 19:34 ` [PATCH v2 5/9] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask Frank Li
2023-12-07 19:34 ` [PATCH v2 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask Frank Li
2023-12-07 19:34 ` [PATCH v2 7/9] PCI: imx6: Simplify switch-case logic by involve init_phy callback Frank Li
2023-12-07 19:34 ` [PATCH v2 8/9] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string Frank Li
2023-12-07 19:34 ` [PATCH v2 9/9] PCI: imx6: Add iMX95 PCIe support Frank Li

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).