All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] Driver Core fixes for 2.6.7-rc1
Date: Fri, 28 May 2004 14:25:11 -0700	[thread overview]
Message-ID: <20040528212511.GA12470@kroah.com> (raw)

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


             reply	other threads:[~2004-05-28 21:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 21:25 Greg KH [this message]
2004-05-28 21:25 ` [PATCH] Driver Core fixes for 2.6.7-rc1 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040528212511.GA12470@kroah.com \
    --to=greg@kroah.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.