Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1307673
| From | Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/5] PCIe Xilinx generic driver for Microblaze and |
| Date | 2016-01-12 18:40 +0100 |
| Message-ID | <qQb5g-491-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series does modifications to pcie-xilinx.c, to support common
driver on both Zynq and Microblaze architectures.
Microblaze pci-common.c has been modified to support generic driver.
I'm aware Paul Burton <paul.burton@imgtec.com> has also sent patches
related to pcie-xilinx.c, but I'm unable to comment on them.
I request Paul Burton to please add me in cc list so that I can comment on
those patches.
Bharat Kumar Gogada (5):
PCI: xilinx: Removing xilinx_pcie_parse_and_add_res function
PCI: xilinx: Removing struct hw_irq structure.
PCI: xilinx: Modifying AXI PCIe Host Bridge driver to work on
both Zynq and Microblaze
PCI: xilinx: Updating Zynq PCI binding documentation with
Microblaze node.
Microblaze: Modifying microblaze PCI subsytem to support generic
Xilinx AXI PCIe Host Bridge IP driver
.../devicetree/bindings/pci/xilinx-pcie.txt | 36 +++-
arch/microblaze/Kconfig | 3 +
arch/microblaze/pci/pci-common.c | 61 +++---
drivers/pci/host/Kconfig | 2 +-
drivers/pci/host/pcie-xilinx.c | 210 ++++-----------------
5 files changed, 98 insertions(+), 214 deletions(-)
--
2.1.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/5] PCIe Xilinx generic driver for Microblaze and Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> - 2016-01-12 18:40 +0100
[PATCH V2 2/5] PCI: xilinx: Removing struct hw_irq structure. Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> - 2016-01-12 18:40 +0100
Re: [PATCH V2 2/5] PCI: xilinx: Removing struct hw_irq structure. Arnd Bergmann <arnd@arndb.de> - 2016-01-12 23:30 +0100
[PATCH V2 1/5] PCI: xilinx: Removing xilinx_pcie_parse_and_add_res function Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> - 2016-01-12 18:40 +0100
[PATCH V2 3/5] PCI: xilinx: Modifying AXI PCIe Host Bridge driver to work on both Zynq and Microblaze Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> - 2016-01-12 18:40 +0100
Re: [PATCH V2 3/5] PCI: xilinx: Modifying AXI PCIe Host Bridge driver to work on both Zynq and Microblaze Arnd Bergmann <arnd@arndb.de> - 2016-01-12 23:30 +0100
Re: [PATCH V2 0/5] PCIe Xilinx generic driver for Microblaze and Arnd Bergmann <arnd@arndb.de> - 2016-01-12 23:40 +0100
csiph-web