aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven1-0/+2
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman1-3/+0
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman1-0/+2
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman1-0/+1
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman1-0/+1
2009-01-06driver core: add root_device_register()Mark McLoughlin1-0/+11
2009-01-06Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUGCornelia Huck1-4/+4
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman1-1/+0
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman1-1/+0
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman1-2/+0
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+3
2009-01-06driver core: Rearrange struct device for better packingMatthew Wilcox1-2/+3
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-4/+4
2008-10-22i2c: Constify i2c_get_clientdata's parameterJean Delvare1-1/+1
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman1-0/+3
2008-10-16debug: Introduce a dev_WARN() functionArjan van de Ven1-0/+8
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+5
2008-10-16device create: remove device_create_drvdataGreg Kroah-Hartman1-1/+0
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo1-1/+13
2008-08-21driver core: add init_name to struct deviceGreg Kroah-Hartman1-0/+1
2008-08-21dev_printk(): constify the `dev' argumentJean Delvare1-2/+2