From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] Driver Core update for 2.6.3-rc1
Date: Mon, 9 Feb 2004 15:13:25 -0800 [thread overview]
Message-ID: <20040209231325.GC2393@kroah.com> (raw)
Hi,
Here are a few driver core changes for 2.6.3-rc1. The big one here is
the cdev changes which make that interface a lot simpler to use. These
changes have all been in the past few -mm trees with no problems.
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/base/class.c | 25 +++++++------------------
drivers/base/class_simple.c | 22 +++++++++++++++++++---
drivers/base/core.c | 23 -----------------------
drivers/char/tty_io.c | 1 -
drivers/ieee1394/amdtp.c | 1 -
drivers/ieee1394/dv1394.c | 1 -
drivers/ieee1394/raw1394.c | 1 -
drivers/ieee1394/video1394.c | 1 -
drivers/scsi/sg.c | 1 -
drivers/scsi/st.c | 4 ----
fs/char_dev.c | 7 ++++---
include/linux/cdev.h | 4 ++--
include/linux/device.h | 4 ++--
lib/kobject.c | 3 +++
14 files changed, 37 insertions(+), 61 deletions(-)
-----
<eugene.teo:eugeneteo.net>:
o Kobject: export some missing symbols
<jonsmirl:yahoo.com>:
o Driver core: add hotplug support for class_simple
Greg Kroah-Hartman:
o Driver Core: fix up list_for_each() calls to list_for_each_entry()
o Driver core: remove device_unregister_wait() as it's a very bad idea
Jonathan Corbet:
o Char drivers: cdev_unmap()
next reply other threads:[~2004-02-09 23:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-09 23:13 Greg KH [this message]
2004-02-09 23:25 ` [PATCH] Driver Core update for 2.6.3-rc1 Greg KH
2004-02-09 23:25 ` Greg KH
2004-02-09 23:25 ` Greg KH
2004-02-09 23:25 ` Greg KH
2004-02-09 23:25 ` 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=20040209231325.GC2393@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.