Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1498865
| From | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] PCI: designware/dra7xx: misc fixes and cleanups |
| Date | 2016-10-11 15:10 +0200 |
| Message-ID | <sr4YF-77t-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series was created on 4.8 Kernel after merging "pci/host-designware" and "pci/host-dra7xx" of Bjorn's PCI tree. The first patch fixes a compilation warning in designware code. It is now possible to force the DRA7xx controller to work in GEN1 mode using a dt property. It includes a fix in dra7xx driver so that even if CONFIG_PCI_MSI is enabled, dra7xx driver can service legacy interrupts (provided the device support only legacy interrupts). Kishon Vijay Abraham I (4): PCI: designware: Fix compiler warning PCI: dra7xx: simplify the probe code PCI: dra7xx: Add support to force RC to work in GEN1 mode PCI: dra7xx: Enable MSI and legacy interrupts simultaneously Documentation/devicetree/bindings/pci/ti-pci.txt | 1 + drivers/pci/host/pci-dra7xx.c | 80 +++++++++++++--------- drivers/pci/host/pcie-designware.c | 10 +-- 3 files changed, 49 insertions(+), 42 deletions(-) -- 1.7.9.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] PCI: designware/dra7xx: misc fixes and cleanups Kishon Vijay Abraham I <kishon@ti.com> - 2016-10-11 15:10 +0200
[PATCH 3/4] PCI: dra7xx: Add support to force RC to work in GEN1 mode Kishon Vijay Abraham I <kishon@ti.com> - 2016-10-11 15:10 +0200
Re: [PATCH 3/4] PCI: dra7xx: Add support to force RC to work in GEN1 mode Sekhar Nori <nsekhar@ti.com> - 2016-10-11 18:30 +0200
Re: [PATCH 3/4] PCI: dra7xx: Add support to force RC to work in GEN1 mode Shawn Lin <shawn.lin@rock-chips.com> - 2016-10-12 06:20 +0200
[PATCH 4/4] PCI: dra7xx: Enable MSI and legacy interrupts simultaneously Kishon Vijay Abraham I <kishon@ti.com> - 2016-10-11 15:10 +0200
[PATCH 2/4] PCI: dra7xx: simplify the probe code Kishon Vijay Abraham I <kishon@ti.com> - 2016-10-11 15:10 +0200
[PATCH 1/4] PCI: designware: Fix compiler warning Kishon Vijay Abraham I <kishon@ti.com> - 2016-10-11 15:10 +0200
Re: [PATCH 1/4] PCI: designware: Fix compiler warning Bjorn Helgaas <helgaas@kernel.org> - 2016-10-11 16:00 +0200
csiph-web