The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PATCH] Driver core patches for 2.6.13
@ 2005-09-05 23:32 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2005-09-05 23:32 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-05 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-05 23:32 [GIT PATCH] Driver core patches for 2.6.13 Greg KH

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