From: Greg KH To: torvalds@osdl.org, akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] Driver Core update for 2.6.6-rc1 Hi, Here are a few driver core changes for 2.6.6-rc1. These have all been in the -mm tree for a number of weeks now. They fix a few minor bugs, and add sysfs class support to a few miscellaneous drivers. I'd like to thank Andrew for fixing the vc bug so that the sysfs class patch that I've been sitting on for months can be added to the main tree, that was pretty nasty... Please pull from: bk://linuxusb.bkbits.net/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/Kconfig | 16 ++++----- drivers/base/class.c | 6 +-- drivers/char/dsp56k.c | 27 +++++++++++++++- drivers/char/ftape/zftape/zftape-init.c | 17 ++++++++++ drivers/char/istallion.c | 24 ++++++++++++-- drivers/char/stallion.c | 12 ++++++- drivers/char/tipar.c | 16 ++++++--- drivers/char/tpqic02.c | 44 ++++++++++++++++++++++++++ drivers/char/vc_screen.c | 10 ++++++ drivers/char/vt.c | 6 ++- drivers/isdn/capi/capi.c | 53 +++++++++++++++++++++----------- drivers/video/fbmem.c | 38 ++++++++++++++++++++++ fs/coda/psdev.c | 38 +++++++++++++++++++--- lib/kobject.c | 6 +-- 14 files changed, 261 insertions(+), 52 deletions(-) ----- : o kobject_set_name() doesn't allocate enough space : o tipar char driver (divide by zero) Greg Kroah-Hartman: o Driver class: remove possible oops o VC: fix bug in vty_init() where vcs_init() was not called early enough o add sysfs support for vc devices o Driver Core: fix spaces instead of tabs problem in the Kconfig file Hanna V. Linder: o Fix class support to istallion.c o Fix for patch to add class support to stallion.c o fix sysfs class support to fs/coda/psdev.c o Add sysfs class support to fs/coda/psdev.c o add class support to dsp56k.c o added class support to istallion.c o added class support to stallion.c o add class support to floppy tape driver zftape-init.c o QIC-02 tape drive hookup to classes in sysfs Luca Tettamanti: o Sysfs for framebuffer Marcel Holtmann: o Fix sysfs class support for CAPI o Add sysfs class support for CAPI