]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
PCI: xilinx: Removing struct hw_irq and adding generic PCI core API's
authorBharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>
Thu, 19 Nov 2015 12:29:20 +0000 (17:59 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Nov 2015 14:14:23 +0000 (15:14 +0100)
commiteea1b0b61c448a64e637b714a2d5120c4353fc81
treec2ce7e461d326a98dda62bede4d6eb368648d709
parenta847438cdadf4794a1dffaa6b79ecc165e974e1e
PCI: xilinx: Removing struct hw_irq and adding generic PCI core API's

ARM PCI architecture is getting updated to generic API's, independent
of ARM, ARM64. Removing architecure dependecy structure struct hw_irq
which is ARM 32-bit specific structure, and adding generic PCI core
API's to register to PCI subsystem.
Removing funtions which are not being used with generic API's.

Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
Signed-off-by: Ravi Kiran Gummaluri <rgummal@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/pci/host/pcie-xilinx.c