aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-4/+3
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+1
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz1-0/+1
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki1-2/+2
2010-11-17driver-core: merge private parts of class and busKay Sievers1-4/+3
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen1-0/+7
2010-08-05driver core: device_rename's new_name can be constJohannes Berg1-1/+1
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm1-3/+5
2010-08-05Driver core: Drop __must_check from bus_for_each_drv()Jean Delvare1-3/+2
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-26/+86
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-5/+11
2010-05-22drivercore: Add of_match_table to the common device driversGrant Likely1-0/+4
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-0/+3
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner1-5/+4
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-0/+4
2010-03-10driver core: Early dev_name() support.Paul Mundt1-0/+4
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-1/+16
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen1-0/+17
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-2/+4
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki1-0/+11
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki1-0/+6
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-3/+3
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody1-2/+2
2009-12-11Driver Core: devtmpfs: use sys_mount()Kay Sievers1-1/+1
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov1-1/+3
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-3/+4
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-0/+10
2009-09-15Driver core: Add support for compatibility classesJean Delvare1-0/+8
2009-09-15driver model: constify attribute groupsDavid Brownell1-3/+3
2009-09-15Driver core: Add accessor for device platform dataMark Brown1-0/+5
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman1-12/+4
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov1-4/+5
2009-07-12Driver Core: remove BUS_ID_SIZEKay Sievers1-2/+0
2009-06-15Driver Core: add nodename callbacksKay Sievers1-0/+3
2009-06-15driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel1-0/+2
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm1-3/+0
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm1-2/+0
2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman1-7/+2
2009-04-21driver synchronization: make scsi_wait_scan more advancedArjan van de Ven1-0/+1
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-1/+1
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-1/+2
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-1/+10
2009-03-24driver core: move platform_data into platform_deviceMing Lei1-2/+7
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman1-1/+0
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman1-1/+0
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman1-2/+0
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+3
2009-03-24driver core: remove polling for driver_probe_done(v5)Ming Lei1-1/+1
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-3/+1