[GIT PATCH] Driver core patches for 2.6.13-rc1

From: Greg KH (gregkh_at_suse.de)
Date: 06/30/05

  • Next message: Steven Rostedt: "Re: kmalloc without GFP_xxx?"
    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/


  • Next message: Steven Rostedt: "Re: kmalloc without GFP_xxx?"

    Relevant Pages

    • Re: [RFC PATCH] Multi-threaded device probing
      ... offers up the ability for the driver core to create a new thread for ... every driverdevice probe call. ... for their logging messages, so it's easy to figure out what is going on. ...
      (Linux-Kernel)
    • Re: [RFC PATCH] Multi-threaded device probing
      ... do device probing in parallel, so I created the following patch. ... offers up the ability for the driver core to create a new thread for ... sequencial probe happens. ...
      (Linux-Kernel)
    • Re: [PATCH] Eagle and ADI 930 usb adsl modem driver
      ... redo things based on the comments you have had and resend it with this ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] fix bad locking in drivers/base/driver.c
      ... since it does change semantics very subtly: ... > Now, I don't mind the blocking (it's a bug to call it twice, and blocking ... I will add it to my queue of patches for the driver core, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [GIT PATCH] I2C and W1 bugfixes for 2.6.12-rc2
      ... Ok, if you want some practice with "real" merges, feel free to merge from ... for 11 aoe bugfix patches, ... for 13 driver core, sysfs, and debugfs fixes. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)