aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/base.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-15driver core: fw_devlink: Add support for batching fwnode parsingGravatar Saravana Kannan 1-0/+1
2019-12-16device.h: move devtmpfs prototypes out of the fileGravatar Greg Kroah-Hartman 1-0/+8
2019-12-12drivers/base: base.h: add proper copyright and header infoGravatar Greg Kroah-Hartman 1-0/+11
2019-08-13driver/core: Convert to use built-in RCU list checkingGravatar Joel Fernandes (Google) 1-0/+1
2019-01-31driver core: Probe devices asynchronously instead of the driverGravatar Alexander Duyck 1-0/+2
2019-01-31device core: Consolidate locking and unlocking of parent and deviceGravatar Alexander Duyck 1-0/+2
2019-01-31driver core: Establish order of operations for device_add and device_del via ...Gravatar Alexander Duyck 1-0/+4
2019-01-18driver core: move device->knode_class to device_privateGravatar Wei Yang 1-0/+4
2018-07-16driver core: remove unnecessary function extern declareGravatar Shaokun Zhang 1-2/+0
2018-04-24PM / core: fix deferred probe breaking suspend resume orderGravatar Feng Kan 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-22driver core: make device_{add|remove}_groups() publicGravatar Dmitry Torokhov 1-5/+0
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Gravatar Greg Kroah-Hartman 1-2/+0
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsGravatar Ben Hutchings 1-0/+2
2016-10-31driver core: Functional dependencies tracking supportGravatar Rafael J. Wysocki 1-0/+13
2015-11-30PM / sleep: prohibit devices probing during suspend/hibernationGravatar Strashko, Grygorii 1-0/+2
2015-08-05driver core: correct device's shutdown orderGravatar Grygorii Strashko 1-0/+1
2015-08-05driver core: fix docbook for device_private.deviceGravatar Tomeu Vizoso 1-1/+1
2015-05-20driver-core: add asynchronous probing support for driversGravatar Dmitry Torokhov 1-0/+1
2014-05-27driver core: Move driver_data back to struct deviceGravatar Jean Delvare 1-3/+0
2013-12-29ACPI / hotplug / driver core: Handle containers in a special wayGravatar Rafael J. Wysocki 1-0/+1
2013-08-12driver core: bus_type: add drv_groupsGravatar Greg Kroah-Hartman 1-0/+5
2013-08-12driver core: bus_type: add dev_groupsGravatar Greg Kroah-Hartman 1-0/+5
2013-03-12driver/base: implement subsys_virtual_register()Gravatar Tejun Heo 1-0/+2
2012-03-08driver core: move the deferred probe pointer into the private areaGravatar Greg Kroah-Hartman 1-0/+5
2012-03-08drivercore: Add driver probe deferral mechanismGravatar Grant Likely 1-0/+1
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredGravatar Ben Hutchings 1-1/+1
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesGravatar Kay Sievers 1-6/+6
2011-10-31drivers/base: base.h implicitly depends on <linux/notifier.h>Gravatar Paul Gortmaker 1-0/+1
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsGravatar Rafael J. Wysocki 1-2/+0
2010-11-17driver-core: merge private parts of class and busGravatar Kay Sievers 1-37/+25
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