All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] PCIE support for i.MX8MQ
@ 2018-12-18  4:06 ` Andrey Smirnov
  0 siblings, 0 replies; 37+ messages in thread
From: Andrey Smirnov @ 2018-12-18  4:06 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Andrey Smirnov, Bjorn Helgaas, Fabio Estevam, Chris Healy,
	Lucas Stach, Leonard Crestez, A.s. Dong, Richard Zhu, linux-imx,
	linux-arm-kernel, linux-kernel, linux-pci

Everyone:

This series contains changes I made in order to enable support of PCIE
IP block on i.MX8MQ SoCs.

Changes since [v2], [fixes]:

 - Incorporated [patch] introducing drvdata

 - i.MX6 PHY operation gating converted to a single patch and to use a
   dedicated flag instead of doing explicit variant check

 - Kconfig entry changed to use ARM64 && ARCH_MXC

 - Dropped FALLTHROUGH annotations

Changes since [v1]:

 - Driver changed to use single "fsl,controller-id" property to
   distinguish between two intances of PCIE IP block

 - All code pertaining to L1SS was dropped to simplify the patch

 - Documented additions to DT bindings

Feedback is welcome!

Thanks,
Andrey Smirnov

[patch] https://patchwork.kernel.org/patch/10712261/
[fixes] https://lore.kernel.org/linux-arm-kernel/20181216230916.22982-1-andrew.smirnov@gmail.com
[v2] https://lore.kernel.org/linux-arm-kernel/20181206073545.10967-1-andrew.smirnov@gmail.com
[v1] https://lore.kernel.org/linux-arm-kernel/20181117181225.10737-1-andrew.smirnov@gmail.com/

Andrey Smirnov (3):
  PCI: imx6: introduce drvdata
  PCI: imx6: Mark PHY functions as i.MX6 specific
  PCI: imx6: Add support for i.MX8MQ

 .../bindings/pci/fsl,imx6q-pcie.txt           |   6 +-
 drivers/pci/controller/dwc/Kconfig            |   4 +-
 drivers/pci/controller/dwc/pci-imx6.c         | 150 +++++++++++++++---
 3 files changed, 136 insertions(+), 24 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2018-12-20 15:05 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18  4:06 [PATCH v3 0/3] PCIE support for i.MX8MQ Andrey Smirnov
2018-12-18  4:06 ` Andrey Smirnov
2018-12-18  4:07 ` [PATCH v3 1/3] PCI: imx6: introduce drvdata Andrey Smirnov
2018-12-18  4:07   ` Andrey Smirnov
2018-12-18  4:07 ` [PATCH v3 2/3] PCI: imx6: Mark PHY functions as i.MX6 specific Andrey Smirnov
2018-12-18  4:07   ` Andrey Smirnov
2018-12-18  4:07 ` [PATCH v3 3/3] PCI: imx6: Add support for i.MX8MQ Andrey Smirnov
2018-12-18  4:07   ` Andrey Smirnov
2018-12-18  9:34   ` Leonard Crestez
2018-12-18  9:34     ` Leonard Crestez
2018-12-18  9:34     ` Leonard Crestez
2018-12-18 18:14     ` Andrey Smirnov
2018-12-18 18:14       ` Andrey Smirnov
2018-12-18 18:14       ` Andrey Smirnov
2018-12-18 15:15   ` Rob Herring
2018-12-18 15:15     ` Rob Herring
2018-12-18 18:09     ` Leonard Crestez
2018-12-18 18:09       ` Leonard Crestez
2018-12-18 18:09       ` Leonard Crestez
2018-12-18 21:10       ` Rob Herring
2018-12-18 21:10         ` Rob Herring
2018-12-18 21:10         ` Rob Herring
2018-12-20  0:47         ` Andrey Smirnov
2018-12-20  0:47           ` Andrey Smirnov
2018-12-20  0:47           ` Andrey Smirnov
2018-12-20  1:22           ` Trent Piepho
2018-12-20  1:22             ` Trent Piepho
2018-12-20  1:22             ` Trent Piepho
2018-12-20 13:49             ` Leonard Crestez
2018-12-20 13:49               ` Leonard Crestez
2018-12-20 13:49               ` Leonard Crestez
2018-12-20 15:00             ` Rob Herring
2018-12-20 15:00               ` Rob Herring
2018-12-20 15:00               ` Rob Herring
2018-12-20 15:04       ` Rob Herring
2018-12-20 15:04         ` Rob Herring
2018-12-20 15:04         ` Rob Herring

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.