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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/