1. 18 7月, 2007 6 次提交
  2. 17 7月, 2007 28 次提交
  3. 16 7月, 2007 2 次提交
  4. 15 7月, 2007 1 次提交
  5. 13 7月, 2007 3 次提交
    • A
      [CPUFREQ] the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPI · 68485695
      Adrian Bunk 提交于
      This patch contains the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPI.
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Acked-by: NVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
      Signed-off-by: NDave Jones <davej@redhat.com>
      68485695
    • D
      USB: usb/dma doc updates · fbf54dd3
      David Brownell 提交于
      This patch updates some of the documentation about DMA buffer management
      for USB, and ways to avoid extra copying.  Our understanding of the issues
      has improved over time.
      
       - Most drivers should *avoid* the dma-coherent allocators.  There are
         a few exceptions (like the HID driver).
      
       - Some methods are currently commented out; it seems folk writing
         USB drivers aren't doing performance tuning at that level yet.
      
       - Just avoid highmem; there's no good way to pass an "I can do highmem
         DMA" capability through a driver stack.  This is easy, everything
         already avoids highmem.  But it'd be nice if x86_32 systems with much
         physical memory could use it directly with network adapters and mass
         storage devices.  (Patch, anyone?)
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      fbf54dd3
    • A
      USB: add power/persist device attribute · b41a60ec
      Alan Stern 提交于
      This patch (as920) adds an extra level of protection to the
      USB-Persist facility.  Now it will apply by default only to hubs; for
      all other devices the user must enable it explicitly by setting the
      power/persist device attribute.
      
      The disconnect_all_children() routine in hub.c has been removed and
      its code placed inline.  This is the way it was originally as part of
      hub_pre_reset(); the revised usage in hub_reset_resume() is
      sufficiently different that the code can no longer be shared.
      Likewise, mark_children_for_reset() is now inline as part of
      hub_reset_resume().  The end result looks much cleaner than before.
      
      The sysfs interface is updated to add the new attribute file, and
      there are corresponding documentation updates.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b41a60ec