1. 15 1月, 2014 1 次提交
  2. 15 11月, 2013 1 次提交
  3. 26 1月, 2013 1 次提交
    • Y
      PCI: cpcihp: Iterate over all devices in slot, not functions 0-7 · 05b12500
      Yijing Wang 提交于
      Iterate through devices in a slot by using the upstream bridge's
      "bus->devices" list instead of assuming they are functions 0-7.  It's
      possible there are several slots on the same pci_bus, so restrict it to
      only devices matching this slot's device number.
      
      ARI (which allows functions 0-255) is a PCIe-only feature, and this is
      a PCI hotplug driver, so we shouldn't find anything other than functions
      0-7, but it's better to iterate the same way as other hotplug drivers.
      
      [bhelgaas: changelog, check PCI_SLOT, fix cpci_unconfigure_slot()]
      Signed-off-by: NYijing Wang <wangyijing@huawei.com>
      Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
      05b12500
  4. 14 6月, 2012 3 次提交
  5. 28 2月, 2012 1 次提交
  6. 23 10月, 2008 1 次提交
  7. 21 4月, 2008 1 次提交
  8. 05 3月, 2008 1 次提交
    • S
      PCI: fix section mismatch warning in pci_scan_child_bus · 0ab2b57f
      Sam Ravnborg 提交于
      Fix following warning:
      WARNING: vmlinux.o(.text+0x47bdb1): Section mismatch in reference from the function pci_scan_child_bus() to the function .devinit.text:pcibios_fixup_bus()
      
      We had plenty of functions that could be annotated __devinit but due to
      the former restriction that exported symbols could not be annotated
      they were not so.  So annotate these function and fix the references
      from the pci/hotplug/* code to silence the resuting warnings.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0ab2b57f
  9. 12 7月, 2007 1 次提交
  10. 19 10月, 2006 1 次提交
  11. 27 8月, 2006 1 次提交
    • S
      [PATCH] CPCI hotplug: fix resource assignment · cc702c2c
      Scott Murray 提交于
      Here is a patch against the CPCI hotplug core to fix up PCI resource
      assignment such that things will actually work when a hot inserted
      device is enabled.  I mentioned this patch to you way back in April at
      ELC, but am only now out from under things enough to clean it up and
      submit it.  I've basically cribbed the corresponding code from
      shpchp_pci.c, so there are no big surprises.  If it's still possible, I
      wouldn't mind this going into 2.6.18, but it wouldn't be the end of the
      world if it went into 2.6.19.
      Signed-off-by: NScott Murray <scottm@somanetworks.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      cc702c2c
  12. 01 7月, 2006 1 次提交
  13. 09 6月, 2005 1 次提交
  14. 01 6月, 2005 1 次提交
    • S
      [PATCH] PCI Hotplug: more CPCI updates · bcc488ab
      Scott Murray 提交于
      Here is my third attempt at a patch to further update the CompactPCI
      hotplug driver infrastructure to address the pci_enable_device issue
      discussed on the list as well as a few other issues I discovered during
      some more testing.  This version addresses a few more issues pointed out
      by Prarit Bhargava.  Changes include:
      - cpci_enable_device and its recursive calling of pci_enable_device on
        new devices removed.
      - Use list_rwsem to avoid slot status change races between disable_slot
        and check_slots.
      - Fixed oopsing in cpci_hp_unregister_bus caused by calling list_del on
        a slot after calling pci_hp_deregister.
      - Removed kfree calls in cleanup_slots since release_slot will have
        done it already.
      - Reworked init_slots a bit to fix latch and adapter file updating on
        subsequent calls to cpci_hp_start.
      - Improved sanity checking in cpci_hp_register_controller.
      - Now shut things down correctly in cpci_hotplug_exit.
      - Switch to pci_get_slot instead of deprecated pci_find_slot.
      - A bunch of CodingStyle fixes.
      Signed-off-by: NScott Murray <scottm@somanetworks.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      bcc488ab
  15. 18 5月, 2005 1 次提交
    • S
      [PATCH] PCI Hotplug: CPCI update · 43b7d7cf
      Scott Murray 提交于
      [PATCH] CPCI: update
      
      I have finally done some work to update the CompactPCI hotplug driver to
      fix some of the outstanding issues in 2.6:
      - Added adapter and latch status ops so that those files will get created
        by the current PCI hotplug core.  This used to not be required, but
        seems to be now after some of the sysfs rework in the core.
      - Replaced slot list spinlock with a r/w semaphore to avoid any potential
        issues with sleeping.  This quiets all of the runtime warnings.
      - Reworked interrupt driven hot extraction handling to remove need for a
        polling operator for ENUM# status.  There are a lot of boards that only
        have an interrupt driven by ENUM#, so this lowers the bar to entry.
      - Replaced pci_visit_dev usage with better use of the PCI core functions.
        The new code is functionally equivalent to the previous code, but the
        use of pci_enable_device on insert needs to be investigated further, as
        I need to do some more testing to see if it is still necessary.
      Signed-off-by: NScott Murray <scottm@somanetworks.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      43b7d7cf
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4