public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] Driver core fixes for 2.6.22-rc4
@ 2007-06-08 20:04 Greg KH
  2007-06-08 20:04 ` [PATCH 1/5] update Documentation/driver-model/platform.txt Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2007-06-08 20:04 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some driver core fixes for 2.6.22-rc4

They contain:
	- documentation update
	- email fixes for a deceased maintainer
	- fixes for PHYSDEV for older class_devices that broke some
	  userspace tools unnecessarily
	- printk levels for kobjects.
	- fix compiler warning that like 10 people have emailed me
	  patches for.

All of these have been in the -mm tree for a number of weeks.

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/driver-model/platform.txt            |   40 +++++++++++++
 Documentation/firmware_class/README                |    2 +-
 .../firmware_class/firmware_sample_driver.c        |    2 +-
 .../firmware_sample_firmware_class.c               |    4 +-
 drivers/base/class.c                               |   59 +++++++-------------
 drivers/base/core.c                                |   10 ++-
 drivers/base/dd.c                                  |   13 ----
 drivers/base/firmware_class.c                      |    4 +-
 lib/kobject.c                                      |   10 ++--
 9 files changed, 78 insertions(+), 66 deletions(-)

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

David Brownell (1):
      update Documentation/driver-model/platform.txt

Greg Kroah-Hartman (1):
      kobject: use the proper printk level for kobject error

Kay Sievers (1):
      Driver core: keep PHYSDEV for old struct class_device

Markus Rechberger (1):
      firmware: remove orphaned Email

Stephen Hemminger (1):
      Driver core: kill unused code


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

end of thread, other threads:[~2007-06-08 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-08 20:04 [GIT PATCH] Driver core fixes for 2.6.22-rc4 Greg KH
2007-06-08 20:04 ` [PATCH 1/5] update Documentation/driver-model/platform.txt Greg Kroah-Hartman
2007-06-08 20:04   ` [PATCH 2/5] Driver core: keep PHYSDEV for old struct class_device Greg Kroah-Hartman
2007-06-08 20:04     ` [PATCH 3/5] Driver core: kill unused code Greg Kroah-Hartman
2007-06-08 20:04       ` [PATCH 4/5] kobject: use the proper printk level for kobject error Greg Kroah-Hartman
2007-06-08 20:04         ` [PATCH 5/5] firmware: remove orphaned Email 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