public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] Driver Core update for 2.6.6-rc1
@ 2004-04-15 17:35 Greg KH
  2004-04-15 17:41 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 19+ messages in thread
From: Greg KH @ 2004-04-15 17:35 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel

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(-)
-----


<lxiep:ltcfwd.linux.ibm.com>:
  o kobject_set_name() doesn't allocate enough space

<romain:lievin.net>:
  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


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

end of thread, other threads:[~2004-04-15 18:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-15 17:35 [BK PATCH] Driver Core update for 2.6.6-rc1 Greg KH
2004-04-15 17:41 ` [PATCH] " Greg KH
2004-04-15 17:41   ` Greg KH
2004-04-15 17:41     ` Greg KH
2004-04-15 17:41       ` Greg KH
2004-04-15 17:41         ` Greg KH
2004-04-15 17:41           ` Greg KH
2004-04-15 17:41             ` Greg KH
2004-04-15 17:41               ` Greg KH
2004-04-15 17:41                 ` Greg KH
2004-04-15 17:41                   ` Greg KH
2004-04-15 17:41                     ` Greg KH
2004-04-15 17:41                       ` Greg KH
2004-04-15 17:41                         ` Greg KH
2004-04-15 17:41                           ` Greg KH
2004-04-15 17:41                             ` Greg KH
2004-04-15 17:41                               ` Greg KH
2004-04-15 17:41                                 ` Greg KH
2004-04-15 17:41                                   ` Greg KH

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