public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core fixes for 2.6.23-rc1
@ 2007-07-30 22:08 Greg KH
  2007-07-30 22:09 ` [PATCH 01/11] HOWTO: adjust translation header of Japanese stable_api_nonsense.txt Greg Kroah-Hartman
  0 siblings, 1 reply; 12+ messages in thread
From: Greg KH @ 2007-07-30 22:08 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some driver core fixes and documentation updates against your
2.6.23-rc1 git tree.

They fix the CONFIG_HOTPLUG=n build error and help provide a better hint
at what is going wrong when loading modules cause sysfs errors.  And
there are a bunch of documentation updates in here too, as well as a
driver model fix that causes some people problems with the input
subsystem.

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


 Documentation/ja_JP/HOWTO                   |   66 +++++-----
 Documentation/ja_JP/stable_api_nonsense.txt |   20 ++--
 Documentation/kobject.txt                   |  178 +++++++++------------------
 Documentation/stable_api_nonsense.txt       |    2 +-
 Documentation/sysfs-rules.txt               |   72 +++++------
 drivers/base/core.c                         |    5 +-
 drivers/base/firmware_class.c               |    1 +
 drivers/pci/pci.c                           |    2 +-
 include/linux/kobject.h                     |   26 ++--
 kernel/params.c                             |    7 +-
 lib/kobject_uevent.c                        |   16 ++--
 11 files changed, 171 insertions(+), 224 deletions(-)

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

Cornelia Huck (3):
      kobject: fix link error when CONFIG_HOTPLUG is disabled
      driver core: revert "device" link creation check
      kobject: update documentation

Greg Kroah-Hartman (2):
      kobject: put kobject_actions in kobject.h
      modules: better error messages when modules fail to load due to a sysfs problem.

IKEDA, Munehiro (1):
      HOWTO: adjust translation header of Japanese stable_api_nonsense.txt

Juan Lang (1):
      stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface

Randy Dunlap (3):
      kernel-doc fixes for PCI and drivers/base/
      Fix Doc/sysfs-rules typos
      kset: kernel-doc cleanups

Tsugikazu Shibata (1):
      HOWTO: sync Japanese HOWTO


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

end of thread, other threads:[~2007-07-30 22:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30 22:08 [GIT PATCH] driver core fixes for 2.6.23-rc1 Greg KH
2007-07-30 22:09 ` [PATCH 01/11] HOWTO: adjust translation header of Japanese stable_api_nonsense.txt Greg Kroah-Hartman
2007-07-30 22:09   ` [PATCH 02/11] HOWTO: sync Japanese HOWTO Greg Kroah-Hartman
2007-07-30 22:09     ` [PATCH 03/11] kobject: fix link error when CONFIG_HOTPLUG is disabled Greg Kroah-Hartman
2007-07-30 22:09       ` [PATCH 04/11] kobject: put kobject_actions in kobject.h Greg Kroah-Hartman
2007-07-30 22:09         ` [PATCH 05/11] kernel-doc fixes for PCI and drivers/base/ Greg Kroah-Hartman
2007-07-30 22:09           ` [PATCH 06/11] Fix Doc/sysfs-rules typos Greg Kroah-Hartman
2007-07-30 22:09             ` [PATCH 07/11] stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface Greg Kroah-Hartman
2007-07-30 22:09               ` [PATCH 08/11] driver core: revert "device" link creation check Greg Kroah-Hartman
2007-07-30 22:09                 ` [PATCH 09/11] kset: kernel-doc cleanups Greg Kroah-Hartman
2007-07-30 22:09                   ` [PATCH 10/11] kobject: update documentation Greg Kroah-Hartman
2007-07-30 22:09                     ` [PATCH 11/11] modules: better error messages when modules fail to load due to a sysfs problem 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