aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/base.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devGravatar Kay Sievers 1-0/+6
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGravatar Greg Kroah-Hartman 1-0/+5
2009-09-15Driver core: add new device to bus's list before probingGravatar Alan Stern 1-1/+1
2009-04-16driver core: fix driver_match_deviceGravatar Ming Lei 1-1/+1
2009-03-24driver core: move knode_bus into private structureGravatar Greg Kroah-Hartman 1-0/+4
2009-03-24driver core: move knode_driver into private structureGravatar Greg Kroah-Hartman 1-0/+4
2009-03-24driver core: move klist_children into private structureGravatar Greg Kroah-Hartman 1-0/+6
2009-03-24driver core: create a private portion of struct deviceGravatar Greg Kroah-Hartman 1-0/+12
2009-03-24driver core: check bus->match without holding device lockGravatar Ming Lei 1-0/+5
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Gravatar Rafael J. Wysocki 1-2/+0
2009-01-09Revert "driver core: create a private portion of struct device"Gravatar Greg Kroah-Hartman 1-12/+0
2009-01-09Revert "driver core: move klist_children into private structure"Gravatar Greg Kroah-Hartman 1-6/+0
2009-01-09Revert "driver core: move knode_driver into private structure"Gravatar Greg Kroah-Hartman 1-4/+0
2009-01-09Revert "driver core: move knode_bus into private structure"Gravatar Greg Kroah-Hartman 1-4/+0
2009-01-06driver core: move knode_bus into private structureGravatar Greg Kroah-Hartman 1-0/+4
2009-01-06driver core: move knode_driver into private structureGravatar Greg Kroah-Hartman 1-0/+4
2009-01-06driver core: move klist_children into private structureGravatar Greg Kroah-Hartman 1-0/+6
2009-01-06driver core: create a private portion of struct deviceGravatar Greg Kroah-Hartman 1-0/+12
2008-10-09driver-core: use klist for class device list and implement iteratorGravatar Tejun Heo 1-1/+1
2008-07-21class: change internal semaphore to a mutexGravatar Dave Young 1-2/+2
2008-07-21class: fix docbook comments for class_private structureGravatar Greg Kroah-Hartman 1-2/+1
2008-07-21class: rename "sem" to "class_sem" in internal class structureGravatar Greg Kroah-Hartman 1-2/+2
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGravatar Greg Kroah-Hartman 1-3/+4
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGravatar Greg Kroah-Hartman 1-2/+2
2008-07-21class: rename "devices" to "class_devices" in internal class structureGravatar Greg Kroah-Hartman 1-2/+2
2008-07-21class: move driver core specific parts to a private structureGravatar Greg Kroah-Hartman 1-0/+27
2008-04-30driver core: remove no longer used "struct class_device"Gravatar Kay Sievers 1-11/+0
2008-01-24Driver core: coding style fixesGravatar Greg Kroah-Hartman 1-7/+7
2008-01-24driver core: fix build with SYSFS=nGravatar Randy Dunlap 1-1/+1
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initGravatar Denis Cheng 1-1/+0
2008-01-24Driver core: move the static kobject out of struct driverGravatar Greg Kroah-Hartman 1-0/+8
2008-01-24Driver core: move the driver specific module code into the driver coreGravatar Greg Kroah-Hartman 1-0/+9
2008-01-24driver core: remove fields from struct bus_typeGravatar Greg Kroah-Hartman 1-1/+29
2008-01-24kset: convert /sys/devices to use kset_createGravatar Greg Kroah-Hartman 1-1/+1
2007-10-12Driver core: remove get_bus()Gravatar Greg Kroah-Hartman 1-1/+0
2007-10-12Driver core: remove put_bus()Gravatar Greg Kroah-Hartman 1-1/+0
2007-07-11Driver core: fix devres_release_all() return valueGravatar Adrian Bunk 1-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-0/+2
2007-04-27driver core: don't fail attaching the device if it cannot be boundGravatar Cornelia Huck 1-1/+1
2007-02-09devres: device resource managementGravatar Tejun Heo 1-0/+1
2006-09-25drivers/base: check errorsGravatar Andrew Morton 1-1/+1
2006-06-21[PATCH] Driver core: change make_class_name() to take kobjectsGravatar Greg Kroah-Hartman 1-0/+1
2006-06-21[PATCH] Driver Core: Add /sys/hypervisor when neededGravatar Michael Holzheu 1-0/+5
2006-06-21[PATCH] Driver Core: remove unused exportsGravatar Greg Kroah-Hartman 1-0/+2
2006-06-21[PATCH] Driver core: bus device event delayGravatar Kay Sievers 1-0/+1
2006-02-06[PATCH] drivers/base/: proper prototypesGravatar Adrian Bunk 1-0/+4
2005-10-28[PATCH] drivers/base - fix sparse warningsGravatar Ben Dooks 1-0/+12
2005-06-29[PATCH] driver core: Add the ability to bind drivers to devices from userspaceGravatar Greg Kroah-Hartman 1-0/+1
2005-06-20[PATCH] Move device/driver code to drivers/base/dd.cGravatar mochel@digitalimplant.org 1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+18