aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-24driver core: remove fields from struct bus_typeGreg Kroah-Hartman1-10/+2
2008-01-24driver core: add way to get to bus device klistGreg Kroah-Hartman1-0/+1
2008-01-24driver core: add way to get to bus ksetGreg Kroah-Hartman1-0/+2
2008-01-24driver core: remove owner field from struct bus_typeGreg Kroah-Hartman1-1/+0
2008-01-24firmware: remove firmware_(un)register()Greg Kroah-Hartman1-5/+0
2008-01-24kset: convert struct bus_device->drivers to use kset_createGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert struct bus_device->devices to use kset_createGreg Kroah-Hartman1-1/+1
2008-01-24driver core: Make the dev_*() family of macros in device.h completeEmil Medve1-9/+15
2008-01-24PM: Acquire device locks on suspendRafael J. Wysocki1-0/+8
2007-10-31Revert "Driver core: remove class_device_*_bin_file"Greg Kroah-Hartman1-0/+4
2007-10-30Driver core: remove class_device_*_bin_fileGreg Kroah-Hartman1-4/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-10/+5
2007-10-12Driver core: make sysfs uevent-attributes staticKay Sievers1-2/+0
2007-07-26Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare"Rafael J. Wysocki1-0/+3
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell1-0/+10
2007-07-11driver-core: make devt_attr and uevent_attr staticTejun Heo1-5/+0
2007-05-08fix hotplug for legacy platform driversDavid Brownell1-2/+2
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-4/+4