[GIT PATCH] Driver core patches for 2.6.13-rc1
From: Greg KH (gregkh_at_suse.de)
Date: 06/30/05
- Previous message: Steven Rostedt: "Re: kmalloc without GFP_xxx?"
- Next in thread: Greg KH: "[PATCH] driver core: add bus_find_device & driver_find_device functions"
- Reply: Greg KH: "[PATCH] driver core: add bus_find_device & driver_find_device functions"
- Reply: Dmitry Torokhov: "Re: [GIT PATCH] Driver core patches for 2.6.13-rc1"
- Reply: John Lenz: "Re: [GIT PATCH] Driver core patches for 2.6.13-rc1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Jun 2005 23:02:06 -0700 To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Here are some small patches for the driver core. They fix a bug that
has caused some people to see deadlocks when some drivers are unloaded
(like ieee1394), and add the ability to bind and unbind drivers from
devices from userspace (something that people have been asking for for a
long time.)
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
or if master.kernel.org hasn't synced up yet:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
thanks,
greg k-h
drivers/base/base.h | 1
drivers/base/bus.c | 117 +++++++++++++++++++++++++++++++++++++++++--------
drivers/base/core.c | 2
drivers/base/dd.c | 2
drivers/base/driver.c | 35 ++++++++++++++
include/linux/device.h | 7 ++
6 files changed, 143 insertions(+), 21 deletions(-)
--------------------
Cornelia Huck:
driver core: add bus_find_device & driver_find_device functions
Greg Kroah-Hartman:
driver core: Add the ability to bind drivers to devices from userspace
driver core: change bus_rescan_devices to return void
driver core: Add the ability to unbind drivers to devices from userspace
Patrick Mochel:
Driver core: Use klist_del() instead of klist_remove().
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Steven Rostedt: "Re: kmalloc without GFP_xxx?"
- Next in thread: Greg KH: "[PATCH] driver core: add bus_find_device & driver_find_device functions"
- Reply: Greg KH: "[PATCH] driver core: add bus_find_device & driver_find_device functions"
- Reply: Dmitry Torokhov: "Re: [GIT PATCH] Driver core patches for 2.6.13-rc1"
- Reply: John Lenz: "Re: [GIT PATCH] Driver core patches for 2.6.13-rc1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|