--- v4
+++ v3
@@ -1,4 +1,4 @@
-This series of patches adds loadable kernel module and power management
+This series of patches add loadable kernel module and power management
support to Tegra PCIe host controller driver.
These patches are tested on Jetson TK1, TX1 and TX2 platforms, following
@@ -18,15 +18,13 @@
latency framework")'. Update commit message of few patches in V2.
V3: Patches to export irq_set_msi_desc() and tegra_cpuidle_pcie_irqs_in_use()
-are dropped based on review comments. These symbols will be addressed in next
-series. Took care of few other review comments.
-
-V4: Dropped pci_find_host_bridge() export patch and added new patch to use
-bus->sysdata for private data.
+are dropped based on review comments. These symbols will be addressed in
+next series. Remove PCI_REASSIGN_ALL_BUS flag for Tegra PCIe and took care
+of few other review comments.
Manikanta Maddireddy (7):
of: Export of_pci_range_to_resource()
- PCI: tegra: Use bus->sysdata to store and get host private data
+ PCI: Export pci_find_host_bridge()
PCI: tegra: Remove PCI_REASSIGN_ALL_BUS flag for Tegra PCIe
PCI: tegra: Free resources on probe failure
PCI: tegra: Add loadable kernel module support
@@ -34,9 +32,10 @@
PCI: tegra: Add power management support
drivers/of/address.c | 1 +
+ drivers/pci/host-bridge.c | 1 +
drivers/pci/host/Kconfig | 2 +-
- drivers/pci/host/pci-tegra.c | 344 ++++++++++++++++++++++++++++++++-----------
- 3 files changed, 261 insertions(+), 86 deletions(-)
+ drivers/pci/host/pci-tegra.c | 331 +++++++++++++++++++++++++++++++++----------
+ 4 files changed, 257 insertions(+), 78 deletions(-)
--
2.1.4