LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PATCH] more Driver core patches for 2.6.20
@ 2007-02-16 23:35 Greg KH
  2007-02-16 23:37 ` [PATCH 01/10] Driver.h copyright update Greg Kroah-Hartman
  0 siblings, 1 reply; 11+ messages in thread
From: Greg KH @ 2007-02-16 23:35 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some more driver core and debugfs patches and a serial port
device id addition for 2.6.20-git.

All of these have been in the -mm tree.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/

Patches will be sent as a follow-on to this message to lkml for people
to see.

thanks,

greg k-h

 drivers/base/bus.c          |   22 ++++----
 drivers/base/class.c        |    3 +-
 drivers/pcmcia/at91_cf.c    |    2 +-
 drivers/pcmcia/soc_common.c |    8 ++--
 drivers/serial/serial_cs.c  |    5 ++
 fs/debugfs/file.c           |   12 ++++
 fs/debugfs/inode.c          |   82 ++++++++++++++++++++++++++----
 fs/partitions/check.c       |    9 +--
 include/linux/debugfs.h     |   10 ++++
 include/linux/device.h      |    1 +
 include/linux/kmod.h        |    2 +
 include/linux/module.h      |   53 ++++++++++++++++---
 include/linux/moduleparam.h |   12 ++++
 include/pcmcia/ciscode.h    |    1 +
 kernel/kmod.c               |  120 +++++++++++++++++++++++++++++++++++++++++++
 kernel/module.c             |   47 ++++++++++-------
 kernel/params.c             |   29 ++++++-----
 lib/kobject.c               |    2 +-
 18 files changed, 343 insertions(+), 77 deletions(-)

---------------

Alexey Dobriyan (1):
      pcmcia: some class_device fallout

Andrew Morton (1):
      Driver core: device_add_attrs() cleanup

Cornelia Huck (1):
      debugfs: Remove misleading comments.

Greg Kroah-Hartman (1):
      Driver.h copyright update

Kay Sievers (1):
      Driver core: let request_module() send a /sys/modules/kmod/-uevent

Mariusz Kozlowski (1):
      Driver: remove redundant kobject_unregister checks

Martin Stoilov (1):
      kobject: kobj->k_name verification fix

Peter Oberparleiter (1):
      debugfs: implement symbolic links

Randy Dunlap (1):
      sysfs: fix build errors: uevent with CONFIG_SYSFS=n

Sergei Organov (1):
      serial: Add PCMCIA IDs for Quatech DSP-100 dual RS232 adapter.


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

end of thread, other threads:[~2007-02-16 23:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16 23:35 [GIT PATCH] more Driver core patches for 2.6.20 Greg KH
2007-02-16 23:37 ` [PATCH 01/10] Driver.h copyright update Greg Kroah-Hartman
2007-02-16 23:37   ` [PATCH 02/10] Driver core: let request_module() send a /sys/modules/kmod/-uevent Greg Kroah-Hartman
2007-02-16 23:37     ` [PATCH 03/10] serial: Add PCMCIA IDs for Quatech DSP-100 dual RS232 adapter Greg Kroah-Hartman
2007-02-16 23:37       ` [PATCH 04/10] kobject: kobj->k_name verification fix Greg Kroah-Hartman
2007-02-16 23:37         ` [PATCH 05/10] Driver: remove redundant kobject_unregister checks Greg Kroah-Hartman
2007-02-16 23:37           ` [PATCH 06/10] debugfs: implement symbolic links Greg Kroah-Hartman
2007-02-16 23:37             ` [PATCH 07/10] debugfs: Remove misleading comments Greg Kroah-Hartman
2007-02-16 23:37               ` [PATCH 08/10] Driver core: device_add_attrs() cleanup Greg Kroah-Hartman
2007-02-16 23:37                 ` [PATCH 09/10] pcmcia: some class_device fallout Greg Kroah-Hartman
2007-02-16 23:37                   ` [PATCH 10/10] sysfs: fix build errors: uevent with CONFIG_SYSFS=n Greg Kroah-Hartman

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