public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] Driver Core update for 2.6.3-rc1
@ 2004-02-09 23:13 Greg KH
  2004-02-09 23:25 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2004-02-09 23:13 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel

Hi,

Here are a few driver core changes for 2.6.3-rc1.  The big one here is
the cdev changes which make that interface a lot simpler to use.  These
changes have all been in the past few -mm trees with no problems.

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/class.c         |   25 +++++++------------------
 drivers/base/class_simple.c  |   22 +++++++++++++++++++---
 drivers/base/core.c          |   23 -----------------------
 drivers/char/tty_io.c        |    1 -
 drivers/ieee1394/amdtp.c     |    1 -
 drivers/ieee1394/dv1394.c    |    1 -
 drivers/ieee1394/raw1394.c   |    1 -
 drivers/ieee1394/video1394.c |    1 -
 drivers/scsi/sg.c            |    1 -
 drivers/scsi/st.c            |    4 ----
 fs/char_dev.c                |    7 ++++---
 include/linux/cdev.h         |    4 ++--
 include/linux/device.h       |    4 ++--
 lib/kobject.c                |    3 +++
 14 files changed, 37 insertions(+), 61 deletions(-)
-----


<eugene.teo:eugeneteo.net>:
  o Kobject: export some missing symbols

<jonsmirl:yahoo.com>:
  o Driver core: add hotplug support for class_simple

Greg Kroah-Hartman:
  o Driver Core: fix up list_for_each() calls to list_for_each_entry()
  o Driver core: remove device_unregister_wait() as it's a very bad idea

Jonathan Corbet:
  o Char drivers: cdev_unmap()


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

end of thread, other threads:[~2004-02-09 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-09 23:13 [BK PATCH] Driver Core update for 2.6.3-rc1 Greg KH
2004-02-09 23:25 ` [PATCH] " Greg KH
2004-02-09 23:25   ` Greg KH
2004-02-09 23:25     ` Greg KH
2004-02-09 23:25       ` Greg KH
2004-02-09 23:25         ` Greg KH

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