aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-28driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add failsXiaotian Feng1-1/+1
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman1-1/+1
2009-06-15driver-core: make sysdev_class_register check kobject_set_name return valueDave Young1-1/+7
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki1-0/+16
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-0/+8
2009-03-30trivial: fix typo "thier" -> "their"Uwe Kleine-Koenig1-1/+1
2009-03-24Driver core: some cleanup on drivers/base/sys.cZhenwen Xu1-27/+27
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fixIngo Molnar1-5/+2
2008-10-29sysfs: Fix return values for sysdev_store_{ulong,int}Andi Kleen1-2/+4
2008-10-29driver core: drivers/base/sys.c: update commentsQinghuang Feng1-2/+2
2008-07-26Use WARN() in drivers/base/Arjan van de Ven1-8/+4
2008-07-21sysdev: Add utility functions for simple int/ulong variable sysdev attributesAndi Kleen1-0/+49
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-2/+2
2008-07-21sysdev: fix debugging statements in registration code.Ben Dooks1-3/+8
2008-05-06Fix bogus warning in sysdev_driver_register()OGAWA Hirofumi1-2/+1
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-19sysdev: detect multiple driver registrationsBen Dooks1-0/+16
2008-03-10sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman1-0/+4
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-0/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: change drivers/base/sys.c to use kobject_init_and_addGreg Kroah-Hartman1-10/+6
2008-01-24kset: convert /sys/devices/system to use kset_createGreg Kroah-Hartman1-16/+11
2008-01-24kset: convert /sys/devices to use kset_createGreg Kroah-Hartman1-3/+1
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-1/+2
2007-10-12sysdev: remove global sysdev drivers listAkinobu Mita1-57/+14
2007-10-12Driver core: remove kset_set_kset_sGreg Kroah-Hartman1-1/+1
2007-07-11sysdev: use mutex instead of semaphoreMatthias Kaehlcke1-12/+12
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-7/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] Driver Core: Allow sysdev_class have attributesShaohua Li1-1/+50
2006-02-06[PATCH] drivers/base/: proper prototypesAdrian Bunk1-0/+3
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-09-05[PATCH] Driver core: hande sysdev suspend failureShaohua Li1-25/+85
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown1-1/+0
2005-07-11[ACPI] ACPI poweroff fixAlexey Starikovskiy1-1/+0
2005-06-20[PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov1-2/+2
2005-04-16[PATCH] pm_message_t: more fixes in common and i386Pavel Machek1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+397