summaryrefslogtreecommitdiff
path: root/drivers/base/base.h
AgeCommit message (Expand)Author
2017-07-22driver core: make device_{add|remove}_groups() publicDmitry Torokhov
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki
2015-11-30PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii
2015-08-05driver core: correct device's shutdown orderGrygorii Strashko
2015-08-05driver core: fix docbook for device_private.deviceTomeu Vizoso
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov
2014-05-27driver core: Move driver_data back to struct deviceJean Delvare
2013-12-29ACPI / hotplug / driver core: Handle containers in a special wayRafael J. Wysocki
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo
2012-03-08driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman
2012-03-08drivercore: Add driver probe deferral mechanismGrant Likely
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers
2011-10-31drivers/base: base.h implicitly depends on <linux/notifier.h>Paul Gortmaker
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2010-11-17driver-core: merge private parts of class and busKay Sievers
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman
2009-09-15Driver core: add new device to bus's list before probingAlan Stern
2009-04-16driver core: fix driver_match_deviceMing Lei
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman
2009-03-24driver core: check bus->match without holding device lockMing Lei
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo
2008-07-21class: change internal semaphore to a mutexDave Young
2008-07-21class: fix docbook comments for class_private structureGreg Kroah-Hartman
2008-07-21class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman
2008-07-21class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman
2008-04-30driver core: remove no longer used "struct class_device"Kay Sievers
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng