1. 11 6月, 2013 1 次提交
  2. 08 5月, 2013 2 次提交
  3. 05 5月, 2013 1 次提交
  4. 30 4月, 2013 1 次提交
  5. 11 4月, 2013 1 次提交
    • G
      MIPS/PCI: Implement pcibios_get_phb_of_node · 9a97cd43
      Gabor Juhos 提交于
      The of_node field of the device assigned to a
      PCI bus is used during scanning of the PCI bus.
      However on MIPS, the of_node field is assigned
      only after the bus has been scanned.
      
      Implement the architecture specific version of
      'pcibios_get_phb_of_node'. Which ensures that the
      PCI driver core will initialize the of_node field
      before starting the scan.
      
      Also remove the local assignment of bus->dev.of_node,
      it is not needed after the patch.
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
      9a97cd43
  6. 05 4月, 2013 1 次提交
  7. 17 2月, 2013 16 次提交
  8. 01 2月, 2013 2 次提交
  9. 31 1月, 2013 2 次提交
  10. 26 1月, 2013 1 次提交
  11. 04 1月, 2013 1 次提交
    • G
      MIPS: drivers: remove __dev* attributes. · 28eb0e46
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      28eb0e46
  12. 14 12月, 2012 3 次提交
  13. 12 12月, 2012 1 次提交
    • R
      MIPS: Cavium: Add EDAC support. · f65aad41
      Ralf Baechle 提交于
      Drivers for EDAC on Cavium.  Supported subsystems are:
      
       o CPU primary caches.  These are parity protected only, so only error
         reporting.
       o Second level cache - ECC protected, provides SECDED.
       o Memory: ECC / SECDEC if used with suitable DRAM modules.  The driver will
         will only initialize if ECC is enabled on a system so is safe to run on
         non-ECC memory.
       o PCI: Parity error reporting
      
      Since it is very hard to test this sort of code the implementation is very
      conservative and uses polling where possible for now.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      Reviewed-by: NBorislav Petkov <borislav.petkov@amd.com>
      f65aad41
  14. 29 11月, 2012 1 次提交
  15. 20 11月, 2012 1 次提交
  16. 09 11月, 2012 2 次提交
  17. 11 10月, 2012 1 次提交
    • R
      MIPS: Malta: Fix section mismatch. · 2eaaac50
      Ralf Baechle 提交于
        LD      arch/mips/pci/built-in.o
      WARNING: arch/mips/pci/built-in.o(.devinit.text+0x2a0): Section mismatch in reference from the function malta_piix_func0_fixup() to the variable .init.data:pci_irq
      The function __devinit malta_piix_func0_fixup() references
      a variable __initdata pci_irq.
      If pci_irq is only used by malta_piix_func0_fixup then
      annotate pci_irq with a matching annotation.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      2eaaac50
  18. 06 10月, 2012 1 次提交
  19. 19 9月, 2012 1 次提交