1. 21 Sep, 2017 1 commit
  2. 19 Sep, 2017 1 commit
    • Lorenzo Pieralisi's avatar
      MIPS: PCI: Move map_irq() hooks out of initdata · 19a8d6b7
      Lorenzo Pieralisi authored
      04c81c72 ("MIPS: PCI: Replace pci_fixup_irqs() call with host bridge
      IRQ mapping hooks") moved the PCI IRQ fixup to the new host bridge
      map/swizzle_irq() hooks mechanism. Those hooks can also be called after
      boot, when all the __init/__initdata/__initconst sections have been freed.
      Therefore, functions called by them (and the data they refer to) must not
      be marked as __init/__initdata/__initconst lest compilation trigger section
      mismatch warnings.
      
      Fix all the board files map_irq() hooks by simply removing the respective
      __init/__initdata/__initconst section markers and by adding another
      persistent hook IRQ map for the txx9 board files.
      
      Fixes: 04c81c72
      
       ("MIPS: PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks")
      Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Steve French <smfrench@gmail.com>
      19a8d6b7
  3. 23 Nov, 2014 1 commit
  4. 16 May, 2014 1 commit
  5. 01 Feb, 2013 1 commit
  6. 20 Nov, 2012 1 commit
  7. 24 Jul, 2012 1 commit
  8. 03 Jul, 2012 2 commits
  9. 24 Feb, 2012 1 commit
    • Bjorn Helgaas's avatar
      mips/PCI: replace pci_probe_only with pci_flags · 29090606
      Bjorn Helgaas authored
      
      Some architectures (alpha, mips, powerpc) have an arch-specific
      "pci_probe_only" flag.  Others use PCI_PROBE_ONLY in pci_flags for
      the same purpose.  This moves mips to the pci_flags approach so
      generic code can use the same test across all architectures.
      
      CC: Ralf Baechle <ralf@linux-mips.org>
      CC: linux-mips@linux-mips.org
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      29090606
  10. 07 Dec, 2011 2 commits
  11. 19 May, 2011 1 commit