1. 14 12月, 2011 1 次提交
  2. 09 12月, 2011 1 次提交
    • H
      ssb: fix init regression with SoCs · 329456d1
      Hauke Mehrtens 提交于
      This fixes a Data bus error on some SoCs. The first fix for this
      problem did not solve it on all devices.
          commit 6ae8ec27
          Author: Rafał Miłecki <zajec5@gmail.com>
          Date:   Tue Jul 5 17:25:32 2011 +0200
              ssb: fix init regression of hostmode PCI core
      
      In ssb_pcicore_fix_sprom_core_index() the sprom on the PCI core is
      accessed, but the sprom only exists when the ssb bus is connected over
      a PCI bus to the rest of the system and not when the SSB Bus is the
      main system bus. SoCs sometimes have a PCI host controller and there
      this code will not be executed, but there are some old SoCs with an PCI
      controller in client mode around and ssb_pcicore_fix_sprom_core_index()
      should not be called on these devices too. The PCI controller on these
      devices are unused, but without this fix it results in an Data bus
      error when it gets initialized.
      
      Cc: Michael Buesch <m@bues.ch>
      Cc: Rafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Cc: stable@vger.kernel.org
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      329456d1
  3. 01 11月, 2011 2 次提交
    • P
      ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE · 1014c22e
      Paul Gortmaker 提交于
      Or we will get things like this when we remove the implicit path:
      
      drivers/ssb/embedded.c:32: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
      drivers/ssb/driver_chipcommon.c:432: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
      drivers/ssb/driver_chipcommon_pmu.c:607: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
      drivers/ssb/pcihost_wrapper.c:120: error: ‘THIS_MODULE’ undeclared (first use in this function)
      drivers/ssb/driver_pcicore.c:721: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
      drivers/ssb/driver_gige.c:249: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      1014c22e
    • P
      ssb: Add module.h to the real modules in drivers/ssb · 20a112d0
      Paul Gortmaker 提交于
      The header cleanup means that module.h is no longer simply
      everywhere.  So real modules need to actively include it.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      20a112d0
  4. 25 8月, 2011 1 次提交
  5. 22 7月, 2011 1 次提交
  6. 08 7月, 2011 1 次提交
  7. 07 7月, 2011 1 次提交
  8. 06 7月, 2011 3 次提交
  9. 28 6月, 2011 2 次提交
  10. 23 6月, 2011 1 次提交
    • H
      ssb: add __devinit to some functions · cd155987
      Hauke Mehrtens 提交于
      Two functions in ssb are using register_pci_controller() which is
      __devinit. The functions ssb_pcicore_init_hostmode() and
      ssb_gige_probe() should also be __devinit.
      
      This fixes the following warning:
      WARNING: vmlinux.o(.text+0x2727b8): Section mismatch in reference from the function ssb_pcicore_init_hostmode() to the function .devinit.text:register_pci_controller()
      The function ssb_pcicore_init_hostmode() references
      the function __devinit register_pci_controller().
      This is often because ssb_pcicore_init_hostmode lacks a __devinit
      annotation or the annotation of register_pci_controller is wrong.
      
      WARNING: vmlinux.o(.text+0x273398): Section mismatch in reference from the function ssb_gige_probe() to the function .devinit.text:register_pci_controller()
      The function ssb_gige_probe() references
      the function __devinit register_pci_controller().
      This is often because ssb_gige_probe lacks a __devinit
      annotation or the annotation of register_pci_controller is wrong.
      Reported-by: NRalf Baechle <ralf@linux-mips.org>
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      cd155987
  11. 18 6月, 2011 1 次提交
  12. 04 6月, 2011 1 次提交
  13. 19 5月, 2011 1 次提交
  14. 14 5月, 2011 1 次提交
  15. 12 5月, 2011 1 次提交
  16. 11 5月, 2011 1 次提交
  17. 03 5月, 2011 1 次提交
  18. 29 4月, 2011 3 次提交
  19. 27 4月, 2011 2 次提交
  20. 26 4月, 2011 3 次提交
  21. 05 4月, 2011 5 次提交
  22. 31 3月, 2011 1 次提交
  23. 19 2月, 2011 4 次提交
  24. 10 2月, 2011 1 次提交
新手
引导
客服 返回
顶部