1. 07 12月, 2009 1 次提交
    • P
      [S390] cio: introduce parent-initiated device move · 5d6e6b6f
      Peter Oberparleiter 提交于
      Change the initiative to update subchannel-ccw device associations
      to the subchannel: when there is an indication that the internal
      association no longer reflects the current hardware state, mark
      each affected subchannel as requiring attention. Once processing
      reaches a subchannel, determine the correct association for that
      subchannel at that time and perform the necessary device_move
      operations.
      
      This change fixes problems with the previous approach which would
      leave devices in an inconsistent state when a new hardware change
      occurred while a device_move was already scheduled.
      Signed-off-by: NPeter Oberparleiter <peter.oberparleiter@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      5d6e6b6f
  2. 23 9月, 2009 6 次提交
  3. 16 9月, 2009 1 次提交
  4. 11 9月, 2009 5 次提交
  5. 16 6月, 2009 1 次提交
  6. 26 3月, 2009 4 次提交
  7. 25 3月, 2009 1 次提交
    • 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 2 次提交
  9. 11 10月, 2008 1 次提交
  10. 09 9月, 2008 1 次提交
  11. 22 8月, 2008 1 次提交
  12. 14 7月, 2008 11 次提交
  13. 07 5月, 2008 1 次提交
  14. 30 4月, 2008 1 次提交
  15. 17 4月, 2008 2 次提交
  16. 26 1月, 2008 1 次提交