1. 25 6月, 2006 4 次提交
    • L
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · b9d8be78
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6: (40 commits)
        [SPARC64]: Update defconfig.
        [SPARC64]: Make auxio a real driver.
        [PARPORT] sunbpp: Convert to new SBUS device framework.
        [Documentation]: Update probing info in sbus_drivers.txt
        [SCSI] qlogicpti: Convert to new SBUS device framework.
        [SCSI] esp: Fix bug in esp_remove_common.
        [NET] sunhme: Kill useless loop over sdevs in quattro_sbus_find().
        [NET] myri_sbus: Kill unused next_module struct member.
        [NET] myri_sbus: Convert to new SBUS device layer.
        [NET] sunqe: Convert to new SBUS driver layer.
        [NET] sunbmac: Convert over to new SBUS device framework.
        [NET] sunlance: Convert to new SBUS driver framework.
        [NET] sunhme: Convert to new SBUS driver framework.
        [NET] sunhme: Kill __sparc__ and __sparc_v9__ ifdefs.
        [SCSI] sparc: Port esp to new SBUS driver layer.
        [SOUND] sparc: Port amd7930 to new SBUS device layer.
        [SBUS]: Rewrite and plug into of_device framework.
        [SPARC]: Port of_device layer and make ebus use it.
        [SPARC]: Port sparc64 in-kernel device tree code to sparc32.
        [SPARC64]: Add of_device layer and make ebus/isa use it.
        ...
      b9d8be78
    • L
      Enable minimal per-device resume tracing · d02f40e8
      Linus Torvalds 提交于
      This is the minimal resume trace code to find which device resume (if
      any) results in problems.  Usually, you'd use the information this
      generates as a starting point to adding more fine-grained trace event
      points.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d02f40e8
    • L
      Add some basic resume trace facilities · eb71c87a
      Linus Torvalds 提交于
      Considering that there isn't a lot of hw we can depend on during resume,
      this is about as good as it gets.
      
      This is x86-only for now, although the basic concept (and most of the
      code) will certainly work on almost any platform.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      eb71c87a
  2. 24 6月, 2006 36 次提交