[GIT PATCH] Driver core patches for 2.6.13

From: Greg KH
Date: Mon Sep 05 2005 - 18:32:51 EST


Here are some patches for the driver core for 2.6.13. They have all
been in the -mm tree for a while and fix a few bugs, and add proper
sysfs support for the floppy driver.

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

Documentation/filesystems/sysfs.txt | 30 ++++-----
drivers/base/bus.c | 8 +-
drivers/base/class.c | 39 ++++++++++--
drivers/base/core.c | 2
drivers/base/dd.c | 2
drivers/base/sys.c | 110 +++++++++++++++++++++++++++---------
drivers/block/floppy.c | 57 +++++++++++-------
drivers/usb/core/hcd.c | 2
include/linux/klist.h | 8 +-
lib/klist.c | 8 +-
10 files changed, 187 insertions(+), 79 deletions(-)


Andrew Morton:
Floppy: add cmos attribute to floppy driver tidy

Dmitry Torokhov:
Driver core: link device and all class devices derived from it.

Greg Kroah-Hartman:
Fix manual binding infinite loop

Hannes Reinecke:
Floppy: Add cmos attribute to floppy driver

James Bottomley:
klist: fix klist to have the same klist_add semantics as list_head

Jan Veldeman:
Driver core: Documentation: use S_IRUSR | ... in stead of 0644
Driver core: Documentation: fix whitespace between parameters

Jesper Juhl:
Driver core: small cleanup; remove check for NULL before kfree() in driver core

Shaohua Li:
Driver core: hande sysdev suspend failure

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/