aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/base.h
Commit message (Expand)AuthorAgeFilesLines
* PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki2011-05-111-2/+0
* driver-core: merge private parts of class and busKay Sievers2010-11-171-37/+25
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-0/+6
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-151-0/+5
* Driver core: add new device to bus's list before probingAlan Stern2009-09-151-1/+1
* driver core: fix driver_match_deviceMing Lei2009-04-161-1/+1
* driver core: move knode_bus into private structureGreg Kroah-Hartman2009-03-241-0/+4
* driver core: move knode_driver into private structureGreg Kroah-Hartman2009-03-241-0/+4
* driver core: move klist_children into private structureGreg Kroah-Hartman2009-03-241-0/+6
* driver core: create a private portion of struct deviceGreg Kroah-Hartman2009-03-241-0/+12
* driver core: check bus->match without holding device lockMing Lei2009-03-241-0/+5
* PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-221-2/+0
* Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman2009-01-091-12/+0
* Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman2009-01-091-6/+0
* Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman2009-01-091-4/+0
* Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman2009-01-091-4/+0
* driver core: move knode_bus into private structureGreg Kroah-Hartman2009-01-061-0/+4
* driver core: move knode_driver into private structureGreg Kroah-Hartman2009-01-061-0/+4
* driver core: move klist_children into private structureGreg Kroah-Hartman2009-01-061-0/+6
* driver core: create a private portion of struct deviceGreg Kroah-Hartman2009-01-061-0/+12
* driver-core: use klist for class device list and implement iteratorTejun Heo2008-10-091-1/+1
* class: change internal semaphore to a mutexDave Young2008-07-211-2/+2
* class: fix docbook comments for class_private structureGreg Kroah-Hartman2008-07-211-2/+1
* class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman2008-07-211-2/+2
* class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman2008-07-211-3/+4
* class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman2008-07-211-2/+2
* class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman2008-07-211-2/+2
* class: move driver core specific parts to a private structureGreg Kroah-Hartman2008-07-211-0/+27
* driver core: remove no longer used "struct class_device"Kay Sievers2008-04-301-11/+0
* Driver core: coding style fixesGreg Kroah-Hartman2008-01-241-7/+7
* driver core: fix build with SYSFS=nRandy Dunlap2008-01-241-1/+1
* Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng2008-01-241-1/+0
* Driver core: move the static kobject out of struct driverGreg Kroah-Hartman2008-01-241-0/+8
* Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman2008-01-241-0/+9
* driver core: remove fields from struct bus_typeGreg Kroah-Hartman2008-01-241-1/+29
* kset: convert /sys/devices to use kset_createGreg Kroah-Hartman2008-01-241-1/+1
* Driver core: remove get_bus()Greg Kroah-Hartman2007-10-121-1/+0
* Driver core: remove put_bus()Greg Kroah-Hartman2007-10-121-1/+0
* Driver core: fix devres_release_all() return valueAdrian Bunk2007-07-111-1/+1
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-0/+2
* driver core: don't fail attaching the device if it cannot be boundCornelia Huck2007-04-271-1/+1
* devres: device resource managementTejun Heo2007-02-091-0/+1
* drivers/base: check errorsAndrew Morton2006-09-251-1/+1
* [PATCH] Driver core: change make_class_name() to take kobjectsGreg Kroah-Hartman2006-06-211-0/+1
* [PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu2006-06-211-0/+5
* [PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman2006-06-211-0/+2
* [PATCH] Driver core: bus device event delayKay Sievers2006-06-211-0/+1
* [PATCH] drivers/base/: proper prototypesAdrian Bunk2006-02-061-0/+4
* [PATCH] drivers/base - fix sparse warningsBen Dooks2005-10-281-0/+12
* [PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman2005-06-291-0/+1