1. 21 10月, 2008 1 次提交
  2. 21 4月, 2008 1 次提交
  3. 02 2月, 2008 1 次提交
    • L
      pci hotplug: fix rpaphp directory naming · 1b7c9fca
      Linas Vepstas 提交于
      Fix presentation of the slot number in the /sys/bus/pci/slots
      directory to match that used in the majority of other drivers.
      
      > Greg said:
      > How is anyone supposed to write sane managability tools in the
      > presence
      > of such anarchy?
      >
      > > ~ # cat /sys/bus/pci/slots/0000:00:02.2/phy_location
      > > U787A.001.DNZ00Z5-P1-C2
      >
      > Right.  This should look like:
      >
      > # cat /sys/bus/pci/slots/U787A.001.DNZ00Z5-P1-C2/address
      > 0000:00:02
      
      This patch implements exactly what you describe. Boot tested.
      I assume you really mean it -- if so, then please review and
      ack the patch !?
      
      I have absolutely no clue if this breaks any existing IBM tools.
      I'm pretty sure it doesn't ... but attention Mike Strosaker! does it?
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
      Cc: <strosake@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1b7c9fca
  4. 29 11月, 2007 1 次提交
    • R
      pci hotplug: kernel-doc fixes · 26e6c66e
      Randy Dunlap 提交于
      acpiphp.h: not using kernel-doc, so change /** to /*
      acpiphp_core.c: lots of kernel-doc cleanups
      acpiphp_glue.c: lots of kernel-doc cleanups
      acpiphp_ibm.c: lots of kernel-doc cleanups
      cpqphp_core.c: lots of kernel-doc cleanups
      cpqphp_ctrl.c: lots of kernel-doc cleanups
      fakephp.c:  correct kernel-doc notation
      pciehp_ctrl.c: correct kernel-doc notation
      rpadlpar_core.c: correct function names & kernel-doc notation
      rpaphp_core.c: correct kernel-doc notation
      shpchp_ctrl.c: correct kernel-doc notation
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Kristen Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      26e6c66e
  5. 03 5月, 2007 8 次提交
  6. 01 2月, 2006 7 次提交
  7. 10 1月, 2006 3 次提交
  8. 14 11月, 2005 1 次提交
  9. 11 11月, 2005 1 次提交
  10. 31 10月, 2005 1 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  11. 29 10月, 2005 1 次提交
    • L
      [PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routines · 934199e9
      linas 提交于
      This is a minor patch to the ppc64 PCI hotplug code; it makes the call to
      rpaphp_unconfig_pci_adapter() symmetric with respect to the call to
      rpaphp_config_pci_adapter().  I discussed this with John Rose, who
      had provided the last round of changes for these functions; he
      appearently had this patch but somehow failed to mail it out.
      
      Tested. (added/removed device).
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      
       drivers/pci/hotplug/rpaphp.h      |    3 ++-
       drivers/pci/hotplug/rpaphp_core.c |    5 ++++-
       drivers/pci/hotplug/rpaphp_pci.c  |   11 +++--------
       3 files changed, 9 insertions(+), 10 deletions(-)
      934199e9
  12. 09 9月, 2005 7 次提交
  13. 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