1. 24 3月, 2006 1 次提交
  2. 09 6月, 2005 1 次提交
  3. 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
  4. 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
  5. 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