aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-21driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman1-1/+0
2008-07-21driver core: remove DEVICE_NAME_SIZE defineKay Sievers1-3/+0
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-2/+1
2008-07-21class: add lockdep infrastructureMatthew Wilcox1-2/+23
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman1-5/+2
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-21device create: convert device_create_drvdata to device_createGreg Kroah-Hartman1-5/+4
2008-07-21driver core: remove device_create()Greg Kroah-Hartman1-3/+0
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-0/+3
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki1-0/+9
2008-05-29driver-core: prepare for 2.6.27 api change by adding dev_set_nameStephen Rothwell1-0/+3
2008-05-20Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman1-0/+12
2008-05-14Driver core: struct class remove children listDave Young1-1/+0
2008-05-02driver-core: add dev_name() to help transition away from using bus_idKay Sievers1-1/+7
2008-04-30driver core: remove no longer used "struct class_device"Kay Sievers1-97/+0
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-26/+9
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki1-14/+0
2008-04-19Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman1-2/+1
2008-04-19PM: Convert wakeup flag accessors to inline functionsAlan Stern1-0/+3
2008-04-19driver core: Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macrosJoe Perches1-10/+5
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-02-05iommu sg merging: add device_dma_parameters structureFUJITA Tomonori1-0/+11
2008-02-02PM: Export device_pm_schedule_removalRafael J. Wysocki1-0/+6
2008-01-27Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman1-0/+3
2008-01-24Driver core: fix coding style issues in device.hGreg Kroah-Hartman1-138/+145
2008-01-24Driver Core: add class iteration apiDave Young1-2/+7
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman1-9/+7
2008-01-24Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman1-0/+4
2008-01-24driver core: Introduce default attribute groups.Cornelia Huck1-0/+1