From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] Driver Core fixes for 2.6.0-test3
Date: Fri, 15 Aug 2003 11:25:00 -0700 [thread overview]
Message-ID: <20030815182459.GA3755@kroah.com> (raw)
Hi,
Here's some driver core changes that do the following things:
- remove struct device.name field and fix up remaining
subsystems
- add warnings for programmers who implement driver core code
incorrectly.
Pat has approved these changes.
Please pull from:
bk://kernel.bkbits.net/gregkh/linux/driver-2.6
thanks,
greg k-h
p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.
drivers/base/power.c | 140 ------------------------------------------
drivers/base/class.c | 14 +++-
drivers/base/core.c | 17 +++--
drivers/base/interface.c | 96 +++++++---------------------
drivers/base/platform.c | 1
drivers/base/power.c | 2
drivers/base/power/shutdown.c | 68 ++++++++++++++++++++
drivers/block/floppy.c | 6 -
drivers/ide/ide-probe.c | 3
drivers/media/video/bttv-if.c | 2
drivers/pcmcia/i82365.c | 3
drivers/pcmcia/tcic.c | 3
drivers/pcmcia/yenta_socket.c | 2
drivers/scsi/scsi_debug.c | 2
drivers/scsi/scsi_scan.c | 20 ------
drivers/scsi/scsi_sysfs.c | 2
include/linux/device.h | 26 +++----
17 files changed, 131 insertions(+), 276 deletions(-)
-----
Greg Kroah-Hartman:
o Driver Core: add warnings if .release functions are not set for objects
o Remove usage of struct device.name from scsi core
o Remove usage of struct device.name from bttv driver
o Remove usage of struct device.name from pcmcia layer
o Remove usage of struct device.name from ide core
o Remove .name usage from floppy driver
o Driver Core: remove struct device.name as it is not needed
next reply other threads:[~2003-08-15 18:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-15 18:25 Greg KH [this message]
2003-08-15 18:25 ` [PATCH] Driver Core fixes for 2.6.0-test3 Greg KH
2003-08-15 18:25 ` Greg KH
2003-08-15 18:25 ` Greg KH
2003-08-15 18:25 ` Greg KH
2003-08-15 18:25 ` Greg KH
2003-08-15 18:25 ` Greg KH
2003-08-15 18:25 ` Greg KH
[not found] ` <20030815215459.Y639@nightmaster.csn.tu-chemnitz.de>
2003-08-16 3:28 ` [BK PATCH] " Greg KH
2003-08-16 11:09 ` Ingo Oeser
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=20030815182459.GA3755@kroah.com \
--to=greg@kroah.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.