1. 21 9月, 2006 2 次提交
  2. 31 7月, 2006 1 次提交
  3. 14 4月, 2006 1 次提交
  4. 01 4月, 2006 1 次提交
  5. 28 3月, 2006 1 次提交
  6. 28 2月, 2006 1 次提交
  7. 12 1月, 2006 1 次提交
  8. 10 1月, 2006 12 次提交
  9. 09 1月, 2006 1 次提交
    • L
      [PATCH] powerpc: PCI hotplug common code elimination · e2a296ee
      Linas Vepstas 提交于
      20-rpaphp-eeh-cleanup.patch
      
      This patch move some code from the rpaphp directory, to the powerpc
      directory, where it should have been all along (Among other things, I
      need it in the powerpc directory for the PCI error recovery.)
      
      Please note that patch affects TWO maintainers: Paul, after applying
      the powerpc part, please ask that GregKH appli the PCI part. It is safe
      to have the powerpc part go in first. It would be bad to have the
      PCI part go in first.
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      e2a296ee
  10. 17 11月, 2005 1 次提交
  11. 10 11月, 2005 16 次提交
  12. 28 9月, 2005 1 次提交
  13. 09 9月, 2005 1 次提交
    • P
      [PATCH] Separate pci bits out of struct device_node · 1635317f
      Paul Mackerras 提交于
      This patch pulls the PCI-related junk out of struct device_node and
      puts it in a separate structure, struct pci_dn.  The device_node now
      just has a void * pointer in it, which points to a struct pci_dn for
      nodes that represent PCI devices.  It could potentially be used in
      future for device-specific data for other sorts of devices, such as
      virtual I/O devices.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      1635317f