From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] Driver core patches for 2.6.21-rc1
Date: Fri, 23 Feb 2007 15:14:26 -0800 [thread overview]
Message-ID: <20070223231426.GA20498@kroah.com> (raw)
Here are some driver core fixes for 2.6.21-rc1.
It fixes up some problems due to the pcmcia changes I did in the last
round of driver core changes, removes an unused function, and backs out
the kmod changes as there was a nasty loop for people who use networking
as a module. There's some other bugfixes here, and some powermanagement
documentation updates and clarifications (from -mm).
All of these have been in the -mm tree.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
Patches will be sent as a follow-on to this message to lkml for people
to see.
thanks,
greg k-h
drivers/base/class.c | 42 --------------
drivers/base/core.c | 31 ++++++++++-
drivers/pcmcia/hd64465_ss.c | 2 +-
drivers/pcmcia/m32r_cfc.c | 2 +-
drivers/pcmcia/m8xx_pcmcia.c | 2 +-
drivers/pcmcia/omap_cf.c | 2 +-
drivers/pcmcia/rsrc_mgr.c | 2 +-
drivers/pcmcia/vrc4171_card.c | 2 +-
fs/sysfs/sysfs.h | 11 ++++
include/linux/device.h | 2 -
include/linux/kmod.h | 2 -
include/linux/pm.h | 37 ++++++++++++-
include/linux/sysfs.h | 13 +----
kernel/kmod.c | 120 -----------------------------------------
kernel/module.c | 32 ++++++------
kernel/params.c | 1 -
kernel/power/main.c | 5 ++-
17 files changed, 103 insertions(+), 205 deletions(-)
---------------
Adam J. Richter (1):
sysfs: move struct sysfs_dirent to private header
Adrian Bunk (1):
make kernel/kmod.c:kmod_mk static
Greg Kroah-Hartman (2):
Driver core: remove class_device_rename
Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"
James Simmons (1):
Driver core: fix error by cleanup up symlinks properly
Johannes Berg (2):
power management: no valid states w/o pm_ops
power management: fix struct layout and docs
Manuel Lauss (1):
Driver core: more fallout from class_device changes for pcmcia
Mike Galbraith (1):
driver core: refcounting fix
next reply other threads:[~2007-02-23 23:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-23 23:14 Greg KH [this message]
2007-02-23 23:15 ` [PATCH 1/9] Driver core: remove class_device_rename Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 2/9] driver core: refcounting fix Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 3/9] sysfs: move struct sysfs_dirent to private header Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 4/9] Driver core: more fallout from class_device changes for pcmcia Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 5/9] power management: no valid states w/o pm_ops Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 6/9] power management: fix struct layout and docs Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 7/9] make kernel/kmod.c:kmod_mk static Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 8/9] Driver core: fix error by cleanup up symlinks properly Greg Kroah-Hartman
2007-02-23 23:15 ` [PATCH 9/9] Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" Greg Kroah-Hartman
2007-03-10 13:11 ` [PATCH 8/9] Driver core: fix error by cleanup up symlinks properly Dmitriy Monakhov
2007-03-11 12:36 ` [PATCH] driver core: fix device_add error path Dmitriy Monakhov
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=20070223231426.GA20498@kroah.com \
--to=gregkh@suse.de \
--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.