From: Bjorn Helgaas <bhelgaas@google.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
Murali Karicheri <m-karicheri2@ti.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
Thierry Reding <treding@nvidia.com>, Andrew Lunn <andrew@lunn.ch>
Subject: [GIT PULL] PCI changes for v3.17 (part 3)
Date: Mon, 18 Aug 2014 22:40:50 -0600 [thread overview]
Message-ID: <20140819044050.GA15551@google.com> (raw)
Hi Linus,
I screwed up. I intended these changes for v3.17, and I put them in my
'next' branch just before leaving on vacation, but I forgot to include them
in my merge window pull request when I returned. They're low-risk, so I'm
sending them to you now (late), but the world won't end if they wait until
v3.18.
The main reason to include them would be to support the TI DRA7xx.
Bjorn
The following changes since commit 792688fde431b4fdb2cf10a6f7589a8176b6b14a:
Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra', 'pci/msi', 'pci/misc', 'pci/resource' and 'pci/virtualization' into next (2014-07-16 17:09:47 -0600)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v3.17-changes-3
for you to fetch changes up to 981c191778a4f92bc82456205a444d522843a630:
Merge branches 'pci/host-designware', 'pci/host-mvebu' and 'pci/host-tegra' into next (2014-07-22 17:55:50 -0600)
----------------------------------------------------------------
PCI changes for v3.17 (part 3):
Marvell MVEBU
- Remove ARCH_KIRKWOOD dependency (Andrew Lunn)
NVIDIA Tegra
- Add debugfs support (Thierry Reding)
Synopsys DesignWare
- Look for configuration space in 'reg', not 'ranges' (Kishon Vijay Abraham I)
- Program ATU with untranslated address (Kishon Vijay Abraham I)
- Add config access-related pcie_host_ops for v3.65 hardware (Murali Karicheri)
- Add MSI-related pcie_host_ops for v3.65 hardware (Murali Karicheri)
TI DRA7xx
- Add TI DR7xx PCIe driver (Kishon Vijay Abraham I)
----------------------------------------------------------------
Andrew Lunn (1):
PCI: mvebu: Remove ARCH_KIRKWOOD dependency
Bjorn Helgaas (1):
Merge branches 'pci/host-designware', 'pci/host-mvebu' and 'pci/host-tegra' into next
Kishon Vijay Abraham I (3):
PCI: designware: Look for configuration space in 'reg', not 'ranges'
PCI: designware: Program ATU with untranslated address
PCI: dra7xx: Add TI DRA7xx PCIe driver
Murali Karicheri (2):
PCI: designware: Add config access-related pcie_host_ops for v3.65 hardware
PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardware
Thierry Reding (1):
PCI: tegra: Add debugfs support
.../devicetree/bindings/pci/designware-pcie.txt | 4 +
Documentation/devicetree/bindings/pci/ti-pci.txt | 59 +++
MAINTAINERS | 8 +
drivers/pci/host/Kconfig | 11 +-
drivers/pci/host/Makefile | 1 +
drivers/pci/host/pci-dra7xx.c | 458 +++++++++++++++++++++
drivers/pci/host/pci-tegra.c | 118 ++++++
drivers/pci/host/pcie-designware.c | 134 ++++--
drivers/pci/host/pcie-designware.h | 11 +
9 files changed, 771 insertions(+), 33 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pci/ti-pci.txt
create mode 100644 drivers/pci/host/pci-dra7xx.c
reply other threads:[~2014-08-19 4:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140819044050.GA15551@google.com \
--to=bhelgaas@google.com \
--cc=andrew@lunn.ch \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=m-karicheri2@ti.com \
--cc=torvalds@linux-foundation.org \
--cc=treding@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox