public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] Driver core patches for 2.6.13-rc1
@ 2005-06-30  6:02 Greg KH
  2005-06-30  6:04 ` [PATCH] driver core: add bus_find_device & driver_find_device functions Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Greg KH @ 2005-06-30  6:02 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

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().


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

end of thread, other threads:[~2005-07-06  9:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-30  6:02 [GIT PATCH] Driver core patches for 2.6.13-rc1 Greg KH
2005-06-30  6:04 ` [PATCH] driver core: add bus_find_device & driver_find_device functions Greg KH
2005-06-30  6:04   ` [PATCH] driver core: Add the ability to unbind drivers to devices from userspace Greg KH
2005-06-30  6:04     ` [PATCH] driver core: change bus_rescan_devices to return void Greg KH
2005-06-30  6:04       ` [PATCH] driver core: Add the ability to bind drivers to devices from userspace Greg KH
2005-06-30  6:04         ` [PATCH] Driver core: Use klist_del() instead of klist_remove() Greg KH
2005-06-30  6:25     ` [PATCH] driver core: Add the ability to unbind drivers to devices from userspace Dmitry Torokhov
2005-06-30  6:29       ` Greg KH
2005-06-30  6:19 ` [GIT PATCH] Driver core patches for 2.6.13-rc1 Dmitry Torokhov
2005-06-30  6:27   ` Greg KH
2005-06-30 17:22 ` John Lenz
2005-06-30 19:45   ` Greg KH
2005-06-30 21:18     ` [PATCH] add class_interface pointer to add and remove functions John Lenz
2005-07-03 20:59       ` Greg KH
2005-07-06  2:35         ` John Lenz
2005-07-06  7:17           ` Greg KH

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