1. 16 9月, 2009 1 次提交
  2. 11 9月, 2009 7 次提交
  3. 24 8月, 2009 1 次提交
  4. 16 6月, 2009 3 次提交
  5. 01 4月, 2009 5 次提交
  6. 26 3月, 2009 3 次提交
  7. 25 3月, 2009 2 次提交
    • C
      Driver core: Fix device_move() vs. dpm list ordering, v2 · ffa6a705
      Cornelia Huck 提交于
      dpm_list currently relies on the fact that child devices will
      be registered after their parents to get a correct suspend
      order. Using device_move() however destroys this assumption, as
      an already registered device may be moved under a newly registered
      one.
      
      This patch adds a new argument to device_move(), allowing callers
      to specify how dpm_list should be adapted.
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Acked-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ffa6a705
    • M
      Driver core: implement uevent suppress in kobject · f67f129e
      Ming Lei 提交于
      This patch implements uevent suppress in kobject and removes it
      from struct device, based on the following ideas:
      
      1,Uevent sending should be one attribute of kobject, so suppressing it
      in kobject layer is more natural than in device layer. By this way,
      we can do it for other objects embedded with kobject.
      
      2,It may save several bytes for each instance of struct device.(On my
      omap3(32bit ARM) based box, can save 8bytes per device object)
      
      This patch also introduces dev_set|get_uevent_suppress() helpers to
      set and query uevent_suppress attribute in case to help kobject
      as private part of struct device in future.
      
      [This version is against the latest driver-core patch set of Greg,please
      ignore the last version.]
      Signed-off-by: NMing Lei <tom.leiming@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f67f129e
  8. 25 12月, 2008 13 次提交
  9. 15 11月, 2008 1 次提交
  10. 11 10月, 2008 4 次提交