aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2009-06-15Driver Core: add nodename callbacksKay Sievers
2009-06-15driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm
2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman
2009-04-21driver synchronization: make scsi_wait_scan more advancedArjan van de Ven
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-03-24driver core: move platform_data into platform_deviceMing Lei
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman
2009-03-24driver core: remove polling for driver_probe_done(v5)Ming Lei
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman
2009-01-06driver core: add root_device_register()Mark McLoughlin
2009-01-06Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUGCornelia Huck
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman
2009-01-06driver core: Rearrange struct device for better packingMatthew Wilcox
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2008-10-22i2c: Constify i2c_get_clientdata's parameterJean Delvare
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman
2008-10-16debug: Introduce a dev_WARN() functionArjan van de Ven
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron
2008-10-16device create: remove device_create_drvdataGreg Kroah-Hartman
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo
2008-08-21driver core: add init_name to struct deviceGreg Kroah-Hartman
2008-08-21dev_printk(): constify the `dev' argumentJean Delvare
2008-07-21driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman
2008-07-21driver core: remove DEVICE_NAME_SIZE defineKay Sievers
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers
2008-07-21class: add lockdep infrastructureMatthew Wilcox
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman
2008-07-21device create: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-21driver core: remove device_create()Greg Kroah-Hartman
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki
2008-05-29driver-core: prepare for 2.6.27 api change by adding dev_set_nameStephen Rothwell
2008-05-20Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman