The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] Driver core patches for 2.6.13
Date: Mon, 5 Sep 2005 16:32:08 -0700	[thread overview]
Message-ID: <20050905233207.GA16560@kroah.com> (raw)

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


                 reply	other threads:[~2005-09-05 23:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050905233207.GA16560@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox