linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCH] Driver Core fixes for 2.6.0-test3
@ 2003-08-15 18:25 Greg KH
  2003-08-15 18:25 ` [PATCH] " Greg KH
       [not found] ` <20030815215459.Y639@nightmaster.csn.tu-chemnitz.de>
  0 siblings, 2 replies; 10+ messages in thread
From: Greg KH @ 2003-08-15 18:25 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-08-16 20:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-15 18:25 [BK PATCH] Driver Core fixes for 2.6.0-test3 Greg KH
2003-08-15 18:25 ` [PATCH] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).