public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] Driver Core fixes for 2.6.7-rc1
@ 2004-05-28 21:25 Greg KH
  2004-05-28 21:25 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 13+ messages in thread
From: Greg KH @ 2004-05-28 21:25 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel

Hi,

Here are some driver core fixes for 2.6.7-rc1.  This set of patches also
includes the removal of the smbios driver, which the author wanted to
have removed after realizing that it was not needed.

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/driver-2.6

thanks,

greg k-h

p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.

 drivers/firmware/smbios.c    |  248 -------------------------------------------
 drivers/firmware/smbios.h    |   53 ---------
 drivers/base/power/resume.c  |    7 -
 drivers/base/power/runtime.c |   10 +
 drivers/base/power/suspend.c |   34 +++--
 drivers/firmware/Kconfig     |    8 -
 drivers/firmware/Makefile    |    1 
 drivers/firmware/smbios.c    |    2 
 fs/sysfs/dir.c               |   12 +-
 fs/sysfs/inode.c             |    7 +
 fs/sysfs/symlink.c           |  135 ++++++++++++++++-------
 fs/sysfs/sysfs.h             |    7 -
 include/linux/pm.h           |    1 
 13 files changed, 148 insertions(+), 377 deletions(-)
-----

<tpoynor:mvista.com>:
  o Fix for leave-runtime-suspended-devices-off-at-system-resume.patch
  o Leave runtime suspended devices off at system resume
  o Device runtime suspend/resume fixes

Greg Kroah-Hartman:
  o Minor coding style fixups in resume code and added a bit of debugging help
  o Report which device failed to suspend
  o Remove the smbios driver as it is not needed

Maneesh Soni:
  o fix-sysfs-symlinks.patch

Rene Herman:
  o missing closing \n in printk


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-06-04 18:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 21:25 [BK PATCH] Driver Core fixes for 2.6.7-rc1 Greg KH
2004-05-28 21:25 ` [PATCH] " Greg KH
2004-05-28 21:25   ` Greg KH
2004-05-28 21:25     ` Greg KH
2004-05-28 21:25       ` Greg KH
2004-05-28 21:25         ` Greg KH
2004-05-28 21:25           ` Greg KH
2004-05-28 21:25             ` Greg KH
2004-05-28 21:25               ` Greg KH
2004-06-04 12:25             ` Pavel Machek
2004-06-04 16:26               ` Greg KH
2004-06-04 18:26                 ` Pavel Machek
2004-06-04 18:42                   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox