aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/base.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman1-1/+1
2023-03-31driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman1-3/+0
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman1-0/+10
2023-03-31driver core: core: move to use class_to_subsys()Greg Kroah-Hartman1-0/+2
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman1-0/+3
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman1-0/+1
2023-03-24driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman1-46/+42
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman1-0/+2
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan1-0/+8
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan1-0/+1
2023-02-14Revert "devtmpfs: remove return value of devtmpfs_delete_node()"Greg Kroah-Hartman1-2/+2
2023-02-11devtmpfs: remove return value of devtmpfs_delete_node()Longlong Xia1-2/+2
2023-02-09driver core: create bus_is_registered()Greg Kroah-Hartman1-0/+1
2023-02-09driver core: add local subsys_get and subsys_put functionsGreg Kroah-Hartman1-0/+13
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman1-0/+2
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman1-0/+2
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman1-0/+1
2023-01-11driver core: change to_subsys_private() to use container_of_const()Greg Kroah-Hartman1-1/+1
2022-11-10driver core: mark driver_allows_async_probing staticChristoph Hellwig1-1/+0
2022-09-09driver core: remove make_class_name declarationGaosheng Cui1-2/+0
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan1-0/+1
2022-05-19driver core: Extend deferred probe timeout on driver registrationSaravana Kannan1-0/+1
2021-07-16software nodes: Split software_node_notify()Rafael J. Wysocki1-0/+3
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe1-1/+0
2021-04-05driver core: Improve fw_devlink & deferred_probe_timeout interactionSaravana Kannan1-0/+1
2021-03-23driver core: Update device link status properly for device_bind_driver()Saravana Kannan1-0/+1
2021-02-11driver core: auxiliary bus: Fix calling stage for auxiliary bus initDave Jiang1-0/+5
2020-12-09driver core: make driver_probe_device() staticJulian Wiedmann1-1/+0
2020-12-09Revert "driver core: fw_devlink: Add support for batching fwnode parsing"Saravana Kannan1-1/+0
2020-12-09Revert "driver core: Don't do deferred probe in parallel with kernel_init thr...Saravana Kannan1-0/+1
2020-07-30driver core: add deferring probe reason to devices_deferred propertyAndrzej Hajda1-0/+3
2020-07-10driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan1-1/+0
2020-05-15driver core: fw_devlink: Add support for batching fwnode parsingSaravana Kannan1-0/+1
2019-12-16device.h: move devtmpfs prototypes out of the fileGreg Kroah-Hartman1-0/+8
2019-12-12drivers/base: base.h: add proper copyright and header infoGreg Kroah-Hartman1-0/+11
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)1-0/+1
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck1-0/+2
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck1-0/+2
2019-01-31driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck1-0/+4
2019-01-18driver core: move device->knode_class to device_privateWei Yang1-0/+4
2018-07-16driver core: remove unnecessary function extern declareShaokun Zhang1-2/+0
2018-04-24PM / core: fix deferred probe breaking suspend resume orderFeng Kan1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-22driver core: make device_{add|remove}_groups() publicDmitry Torokhov1-5/+0
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman1-2/+0
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings1-0/+2
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki1-0/+13
2015-11-30PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii1-0/+2
2015-08-05driver core: correct device's shutdown orderGrygorii Strashko1-0/+1
2015-08-05driver core: fix docbook for device_private.deviceTomeu Vizoso1-1/+1
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov1-0/+1
2014-05-27driver core: Move driver_data back to struct deviceJean Delvare1-3/+0
2013-12-29ACPI / hotplug / driver core: Handle containers in a special wayRafael J. Wysocki1-0/+1
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman1-0/+5
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman1-0/+5
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo1-0/+2
2012-03-08driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman1-0/+5
2012-03-08drivercore: Add driver probe deferral mechanismGrant Likely1-0/+1
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings1-1/+1
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers1-6/+6
2011-10-31drivers/base: base.h implicitly depends on <linux/notifier.h>Paul Gortmaker1-0/+1
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki1-2/+0
2010-11-17driver-core: merge private parts of class and busKay Sievers1-37/+25
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-0/+6
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman1-0/+5
2009-09-15Driver core: add new device to bus's list before probingAlan Stern1-1/+1
2009-04-16driver core: fix driver_match_deviceMing Lei1-1/+1
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman1-0/+4
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman1-0/+4
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman1-0/+6
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+12
2009-03-24driver core: check bus->match without holding device lockMing Lei1-0/+5
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-2/+0
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman1-12/+0
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman1-6/+0
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman1-4/+0
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman1-4/+0
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman1-0/+4
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman1-0/+4
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman1-0/+6
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+12
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo1-1/+1
2008-07-21class: change internal semaphore to a mutexDave Young1-2/+2
2008-07-21class: fix docbook comments for class_private structureGreg Kroah-Hartman1-2/+1
2008-07-21class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman1-2/+2
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman1-3/+4
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman1-2/+2
2008-07-21class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman1-2/+2
2008-07-21class: move driver core specific parts to a private structureGreg Kroah-Hartman1-0/+27
2008-04-30driver core: remove no longer used "struct class_device"Kay Sievers1-11/+0
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman1-7/+7
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap1-1/+1
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng1-1/+0
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman1-0/+8
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman1-0/+9
2008-01-24driver core: remove fields from struct bus_typeGreg Kroah-Hartman1-1/+29
2008-01-24kset: convert /sys/devices to use kset_createGreg Kroah-Hartman1-1/+1
2007-10-12Driver core: remove get_bus()Greg Kroah-Hartman1-1/+0
2007-10-12Driver core: remove put_bus()Greg Kroah-Hartman1-1/+0
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk1-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-0/+2
2007-04-27driver core: don't fail attaching the device if it cannot be boundCornelia Huck1-1/+1
2007-02-09devres: device resource managementTejun Heo1-0/+1
2006-09-25drivers/base: check errorsAndrew Morton1-1/+1
2006-06-21[PATCH] Driver core: change make_class_name() to take kobjectsGreg Kroah-Hartman1-0/+1
2006-06-21[PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu1-0/+5
2006-06-21[PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman1-0/+2
2006-06-21[PATCH] Driver core: bus device event delayKay Sievers1-0/+1
2006-02-06[PATCH] drivers/base/: proper prototypesAdrian Bunk1-0/+4
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks1-0/+12
2005-06-29[PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman1-0/+1
2005-06-20[PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+18