All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] Driver core patches for 2.6.21-rc1
@ 2007-02-23 23:14 Greg KH
  2007-02-23 23:15 ` [PATCH 1/9] Driver core: remove class_device_rename Greg Kroah-Hartman
  0 siblings, 1 reply; 12+ messages in thread
From: Greg KH @ 2007-02-23 23:14 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some driver core fixes for 2.6.21-rc1.

It fixes up some problems due to the pcmcia changes I did in the last
round of driver core changes, removes an unused function, and backs out
the kmod changes as there was a nasty loop for people who use networking
as a module.  There's some other bugfixes here, and some powermanagement
documentation updates and clarifications (from -mm).

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/class.c          |   42 --------------
 drivers/base/core.c           |   31 ++++++++++-
 drivers/pcmcia/hd64465_ss.c   |    2 +-
 drivers/pcmcia/m32r_cfc.c     |    2 +-
 drivers/pcmcia/m8xx_pcmcia.c  |    2 +-
 drivers/pcmcia/omap_cf.c      |    2 +-
 drivers/pcmcia/rsrc_mgr.c     |    2 +-
 drivers/pcmcia/vrc4171_card.c |    2 +-
 fs/sysfs/sysfs.h              |   11 ++++
 include/linux/device.h        |    2 -
 include/linux/kmod.h          |    2 -
 include/linux/pm.h            |   37 ++++++++++++-
 include/linux/sysfs.h         |   13 +----
 kernel/kmod.c                 |  120 -----------------------------------------
 kernel/module.c               |   32 ++++++------
 kernel/params.c               |    1 -
 kernel/power/main.c           |    5 ++-
 17 files changed, 103 insertions(+), 205 deletions(-)

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

Adam J. Richter (1):
      sysfs: move struct sysfs_dirent to private header

Adrian Bunk (1):
      make kernel/kmod.c:kmod_mk static

Greg Kroah-Hartman (2):
      Driver core: remove class_device_rename
      Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"

James Simmons (1):
      Driver core: fix error by cleanup up symlinks properly

Johannes Berg (2):
      power management: no valid states w/o pm_ops
      power management: fix struct layout and docs

Manuel Lauss (1):
      Driver core: more fallout from class_device changes for pcmcia

Mike Galbraith (1):
      driver core: refcounting fix


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

end of thread, other threads:[~2007-03-11 12:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-23 23:14 [GIT PATCH] Driver core patches for 2.6.21-rc1 Greg KH
2007-02-23 23:15 ` [PATCH 1/9] Driver core: remove class_device_rename Greg Kroah-Hartman
2007-02-23 23:15   ` [PATCH 2/9] driver core: refcounting fix Greg Kroah-Hartman
2007-02-23 23:15     ` [PATCH 3/9] sysfs: move struct sysfs_dirent to private header Greg Kroah-Hartman
2007-02-23 23:15       ` [PATCH 4/9] Driver core: more fallout from class_device changes for pcmcia Greg Kroah-Hartman
2007-02-23 23:15         ` [PATCH 5/9] power management: no valid states w/o pm_ops Greg Kroah-Hartman
2007-02-23 23:15           ` [PATCH 6/9] power management: fix struct layout and docs Greg Kroah-Hartman
2007-02-23 23:15             ` [PATCH 7/9] make kernel/kmod.c:kmod_mk static Greg Kroah-Hartman
2007-02-23 23:15               ` [PATCH 8/9] Driver core: fix error by cleanup up symlinks properly Greg Kroah-Hartman
2007-02-23 23:15                 ` [PATCH 9/9] Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" Greg Kroah-Hartman
2007-03-10 13:11                 ` [PATCH 8/9] Driver core: fix error by cleanup up symlinks properly Dmitriy Monakhov
2007-03-11 12:36                   ` [PATCH] driver core: fix device_add error path Dmitriy Monakhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.