LWN.net Logo

Driver Core patches for 2.6.6

From:  Greg KH <greg@kroah.com>
To:  torvalds@osdl.org, akpm@osdl.org
Subject:  [BK PATCH] Driver Core patches for 2.6.6
Date:  Fri, 14 May 2004 16:06:10 -0700
Cc:  linux-kernel@vger.kernel.org

Hi,

Here are lots of fun changes related to the driver core and sysfs for
2.6.6.  They include adding the module param info to sysfs, more
class_simple changes, a smbios driver, and some sysfs bug fixes.

All of these patches have been in the -mm tree for a number of releases.

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/bus.c           |   32 +++-
 drivers/base/class.c         |    6 
 drivers/base/map.c           |    7 
 drivers/base/platform.c      |    5 
 drivers/base/sys.c           |    5 
 drivers/block/paride/pg.c    |   48 +++++-
 drivers/block/paride/pt.c    |   54 ++++++-
 drivers/char/ip2main.c       |   44 +++++-
 drivers/char/ppdev.c         |   45 +++++-
 drivers/char/tipar.c         |   49 +++++-
 drivers/firmware/Kconfig     |   16 ++
 drivers/firmware/Makefile    |    1 
 drivers/firmware/smbios.c    |  310 ++++++++++++++++++++++++++++++++++++++-----
 drivers/firmware/smbios.h    |   53 +++++++
 drivers/macintosh/adb.c      |   19 +-
 drivers/misc/Kconfig         |    8 -
 drivers/misc/ibmasm/module.c |    7 
 drivers/net/wan/cosa.c       |   41 ++++-
 fs/sysfs/bin.c               |    2 
 fs/sysfs/dir.c               |   19 +-
 fs/sysfs/file.c              |    2 
 fs/sysfs/sysfs.h             |   13 +
 include/linux/device.h       |    2 
 include/linux/kobject.h      |    2 
 include/linux/module.h       |   25 +++
 include/linux/moduleparam.h  |    4 
 include/linux/sysfs.h        |    2 
 kernel/module.c              |  194 ++++++++++++++++++++++++--
 kernel/params.c              |    2 
 lib/kobject.c                |   10 -
 net/core/dev.c               |   18 +-
 31 files changed, 917 insertions(+), 128 deletions(-)
-----

<kenn:linux.ie>:
  o Re: Platform device matching

Daniele Bellucci:
  o missing audit in bus_register()

Greg Kroah-Hartman:
  o Module attributes: fix build error if CONFIG_MODULE_UNLOAD=n
  o Add modules to sysfs
  o Driver core: handle error if we run out of memory in kmap code
  o My cleanups to the smbios driver

Hanna V. Linder:
  o Add class support to drivers/net/wan/cosa.c
  o add class support to drivers/char/tipar.c
  o add class support to drivers/block/paride/pt.c
  o add class support to drivers/block/paride/pg.c
  o Add class support to drivers/char/ip2main.c

James Bottomley:
  o fix dev_printk to work even in the absence of an attached driver

Maneesh Soni:
  o sysfs_rename_dir-cleanup
  o kobject/sysfs race fix
  o kobject_set_name - error handling

Marcel Sebek:
  o Class support for ppdev.c

Max Asbock:
  o add ibmasm driver warning message

Michael E. Brown:
  o add SMBIOS tables to sysfs -- UPDATED

Olaf Hering:
  o add simple class for adb

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds