aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-10/+5
2007-10-12Driver core: make sysfs uevent-attributes staticGravatar Kay Sievers 1-2/+0
2007-07-26Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of...Gravatar Rafael J. Wysocki 1-0/+3
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGGravatar David Brownell 1-0/+10
2007-07-11driver-core: make devt_attr and uevent_attr staticGravatar Tejun Heo 1-5/+0
2007-05-08fix hotplug for legacy platform driversGravatar David Brownell 1-2/+2
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-4/+4
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionGravatar Adrian Bunk 1-1/+0
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-4/+4
2007-04-27dev_dbg: check dev_dbg() argumentsGravatar Dan Williams 1-1/+5
2007-04-27device_schedule_callback() needs a module referenceGravatar Alan Stern 1-2/+6
2007-04-27Driver core: add suspend() and resume() to struct device_typeGravatar Dmitry Torokhov 1-0/+2
2007-04-27Driver core: remove unneeded completion from driver release pathGravatar Greg Kroah-Hartman 1-1/+0
2007-04-27driver core: per-subsystem multithreaded probingGravatar Cornelia Huck 1-2/+1
2007-04-27Driver core: add name to device_typeGravatar Kay Sievers 1-0/+10
2007-04-27driver core: Use attribute groups in struct device_typeGravatar Dmitry Torokhov 1-1/+1
2007-04-27Driver core: udev triggered device-<>driver bindingGravatar Kay Sievers 1-15/+19
2007-04-27driver core: fix namespace issue with devices assigned to classesGravatar Kay Sievers 1-2/+1
2007-04-02[PATCH] driver core: fix built-in drivers sysfs linksGravatar Kay Sievers 1-0/+1
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Gravatar Alan Stern 1-0/+2
2007-02-23Driver core: remove class_device_renameGravatar Greg Kroah-Hartman 1-2/+0
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-2/+2
2007-02-17Replace remaining references to "driverfs" with "sysfs".Gravatar Robert P. J. Day 1-2/+2
2007-02-16Driver.h copyright updateGravatar Greg Kroah-Hartman 1-0/+1
2007-02-09devres: device resource managementGravatar Tejun Heo 1-0/+38
2007-02-07Driver core: allow to delay the uevent at device creation timeGravatar Kay Sievers 1-1/+2
2007-02-07Driver core: add device_type to struct deviceGravatar Kay Sievers 1-0/+8
2007-02-07MODULES: add the module name for built in kernel driversGravatar Kay Sievers 1-0/+1
2006-12-20Driver core: proper prototype for drivers/base/init.c:driver_init()Gravatar Adrian Bunk 1-0/+2
2006-12-07[PATCH] add numa node information to struct deviceGravatar Christoph Hellwig 1-0/+22
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Gravatar Cornelia Huck 1-0/+1
2006-12-01driver core: Introduce device_find_child().Gravatar Cornelia Huck 1-0/+2
2006-12-01ACPI: Change ACPI to use dev_archdata instead of firmware_dataGravatar Benjamin Herrenschmidt 1-2/+0
2006-12-01Driver core: add dev_archdata to struct deviceGravatar Benjamin Herrenschmidt 1-0/+3
2006-12-01Driver Core: Move virtual_device_parent() to core.cGravatar Greg Kroah-Hartman 1-2/+0
2006-12-01Driver core: add notification of bus eventsGravatar Benjamin Herrenschmidt 1-0/+25
2006-10-23[PATCH] Remove __must_check for device_for_each_child()Gravatar Russell King 1-1/+1
2006-09-25Driver core: Fix potential deadlock in driver coreGravatar Alan Stern 1-1/+2
2006-09-25Driver Core: add ability for drivers to do a threaded probeGravatar Greg Kroah-Hartman 1-0/+3
2006-09-25drivers/base: check errorsGravatar Andrew Morton 1-4/+4
2006-09-25add __must_check to device management codeGravatar Andrew Morton 1-24/+28
2006-09-25Driver core: add ability for devices to create and remove bin filesGravatar Greg Kroah-Hartman 1-0/+4
2006-09-25Class: add support for class interfaces for devicesGravatar Greg Kroah-Hartman 1-0/+2
2006-09-25Driver core: create devices/virtual/ treeGravatar Greg Kroah-Hartman 1-1/+4
2006-09-25Driver core: add device_rename functionGravatar Greg Kroah-Hartman 1-0/+1
2006-09-25Driver core: add ability for classes to handle devices properlyGravatar Greg Kroah-Hartman 1-0/+4
2006-09-25Driver core: add groups support to struct deviceGravatar Greg Kroah-Hartman 1-0/+1
2006-09-25PM: no suspend_prepare() phaseGravatar David Brownell 1-1/+0
2006-09-25Suspend infrastructure cleanup and extensionGravatar Linus Torvalds 1-2/+9
2006-09-25Driver core: add const to class_createGravatar Miguel Ojeda Sandonis 1-1/+1