All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] i.MX7 PCI support
@ 2017-02-07 15:50 ` Andrey Smirnov
  0 siblings, 0 replies; 52+ messages in thread
From: Andrey Smirnov @ 2017-02-07 15:50 UTC (permalink / raw)
  To: linux-pci
  Cc: Andrey Smirnov, yurovsky, Lucas Stach, Fabio Estevam,
	Bjorn Helgaas, linux-arm-kernel, linux-kernel

Hello, everyone:

This is a fourth iteration of the code that adds PCI-subsystem bits
necessary for enabling PCI support on i.MX7.

Changes since v3 (can be found at [version3]):
	- Move all of the reset_control_assert's into imx6_pcie_assert_core_reset
	- Documented required reset and power domain DT bindings

Changes since v2 (can be found at [version2]):

	- Collected Reviewed-by for patch #2 from Lucas
	- Reset logic implementation moved out into a reset controller
          driver (see [reset1])
	- Removed unused leftover code

Changes since v1 (can be found at [version1]):

	- All GPC related code moved into a separate driver (see [gpc1])
	- Removed GPIO probe deferral logging
	- Fixed section mismatch warning
	- Minor reformatting of fsl,imx6q-pcie.txt(as per Rob
          Herring's request)

[version3] https://lkml.org/lkml/2017/2/6/565
[version2] https://lkml.org/lkml/2017/2/1/510
[version1] https://lkml.org/lkml/2017/1/19/488
[gpc1] https://lkml.org/lkml/2017/2/6/551
[reset1] https://lkml.org/lkml/2017/2/6/554

Andrey Smirnov (3):
  PCI: imx6: Fix a typo in error message
  PCI: imx6: Allow probe deferal by reset GPIO
  PCI: imx6: Add code to support i.MX7D

 .../devicetree/bindings/pci/fsl,imx6q-pcie.txt     |  13 +-
 drivers/pci/host/pci-imx6.c                        | 131 ++++++++++++++++-----
 include/linux/mfd/syscon/imx7-iomuxc-gpr.h         |   4 +
 3 files changed, 118 insertions(+), 30 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-02-21 16:44 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 15:50 [PATCH v4 0/3] i.MX7 PCI support Andrey Smirnov
2017-02-07 15:50 ` Andrey Smirnov
2017-02-07 15:50 ` [PATCH v4 1/3] PCI: imx6: Fix a typo in error message Andrey Smirnov
2017-02-07 15:50   ` Andrey Smirnov
2017-02-07 15:50   ` Andrey Smirnov
2017-02-07 15:50 ` [PATCH v4 2/3] PCI: imx6: Allow probe deferal by reset GPIO Andrey Smirnov
2017-02-07 15:50   ` Andrey Smirnov
2017-02-08  0:12   ` kbuild test robot
2017-02-08  0:12     ` kbuild test robot
2017-02-08  0:12     ` kbuild test robot
2017-02-07 15:50 ` [PATCH v4 3/3] PCI: imx6: Add code to support i.MX7D Andrey Smirnov
2017-02-07 15:50   ` Andrey Smirnov
2017-02-07 16:04   ` Lucas Stach
2017-02-07 16:04     ` Lucas Stach
2017-02-07 16:04     ` Lucas Stach
2017-02-07 16:04     ` Lucas Stach
2017-02-08 12:21   ` Lee Jones
2017-02-08 12:21     ` Lee Jones
2017-02-15 17:17   ` Rob Herring
2017-02-15 17:17     ` Rob Herring
2017-02-15 17:17     ` Rob Herring
2017-02-15 17:38     ` Bjorn Helgaas
2017-02-15 17:38       ` Bjorn Helgaas
2017-02-15 17:38       ` Bjorn Helgaas
2017-02-15 21:26       ` Rob Herring
2017-02-15 21:26         ` Rob Herring
2017-02-15 21:26         ` Rob Herring
2017-02-15 21:57         ` Bjorn Helgaas
2017-02-15 21:57           ` Bjorn Helgaas
2017-02-15 21:57           ` Bjorn Helgaas
2017-02-15 21:57           ` Bjorn Helgaas
2017-02-16  9:18           ` Lucas Stach
2017-02-16  9:18             ` Lucas Stach
2017-02-16  9:18             ` Lucas Stach
2017-02-16  6:07     ` Andrey Smirnov
2017-02-16  6:07       ` Andrey Smirnov
2017-02-16  6:07       ` Andrey Smirnov
2017-02-16  6:07       ` Andrey Smirnov
2017-02-16  9:12     ` Lucas Stach
2017-02-16  9:12       ` Lucas Stach
2017-02-16  9:12       ` Lucas Stach
2017-02-16  9:12       ` Lucas Stach
2017-02-21 16:38       ` Rob Herring
2017-02-21 16:38         ` Rob Herring
2017-02-21 16:38         ` Rob Herring
2017-02-21 16:38         ` Rob Herring
2017-02-21 16:44         ` Lucas Stach
2017-02-21 16:44           ` Lucas Stach
2017-02-21 16:44           ` Lucas Stach
2017-02-10 21:40 ` [PATCH v4 0/3] i.MX7 PCI support Bjorn Helgaas
2017-02-10 21:40   ` Bjorn Helgaas
2017-02-10 21:40   ` Bjorn Helgaas

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.