aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman3-39/+39
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman1-12/+6
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings2-9/+9
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy4-6/+6
2010-03-07sysdev: fix up the probe/release attributesGreg Kroah-Hartman1-8/+8
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy3-3/+3
2010-03-07driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez1-1/+0
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers1-8/+3
2010-03-07Driver-Core: disable /sbin/hotplug by defaultKay Sievers1-1/+9
2010-03-07Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the descriptionKay Sievers1-17/+24
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers1-0/+13
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen1-0/+10
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen4-9/+22
2010-03-07sysdev: Fix type of sysdev class attribute in memory driverAndi Kleen1-3/+4
2010-03-07sysdev: Use sysdev_class attribute arrays in node driverAndi Kleen1-15/+16
2010-03-07sysdev: Convert node driverAndi Kleen1-40/+17
2010-03-07sysfs: Add attribute array to sysdev classesAndi Kleen1-1/+8
2010-03-07sysdev: Convert cpu driver sysdev class attributesAndi Kleen1-16/+21
2010-03-07sysdev: Convert node driver class attributes to be data drivenAndi Kleen1-47/+18
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen3-10/+20
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov1-0/+58
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo1-2/+11
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki2-0/+234
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki1-0/+11
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki1-19/+24
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki1-0/+49
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki2-6/+7
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki1-6/+109
2010-02-26PM: Add parent information to timing messagesRafael J. Wysocki1-2/+3
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki2-0/+96
2010-02-16class: Free the class private data in class_releaseLaurent Pinchart1-0/+2
2010-01-20Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Greg Kroah-Hartman1-20/+12
2010-01-20driver-core: fix devtmpfs crash on s390Heiko Carstens1-1/+2
2010-01-16sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang1-12/+20
2010-01-16memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang1-1/+1
2010-01-11power: fix kernel-doc notationRandy Dunlap1-4/+5
2009-12-23devtmpfs: unlock mutex in case of string allocation errorKay Sievers1-2/+5
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich1-0/+1
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody1-1/+1
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner1-1/+3
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody1-2/+2
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-23devtmpfs: Convert dirlock to a mutexThomas Gleixner1-7/+5
2009-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-22/+151
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki1-0/+45
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern1-2/+2
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings1-0/+19
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki1-0/+27