summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* driver: base: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-211-3/+3
* driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig2021-06-211-5/+1
* driver core: Pull required checks into driver_probe_device()Jason Gunthorpe2021-06-211-1/+1
* drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkJoe Pater2021-01-271-1/+1
* drivers: base: remove unused function find_bus()Joe Pater2021-01-071-17/+0
* drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-1/+1
* device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman2019-12-161-0/+1
* drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-24/+0
* bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-3/+3
* driver core: Probe devices asynchronously instead of the driverAlexander Duyck2019-01-311-20/+3
* device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck2019-01-311-19/+4
* driver core: drop use of BUS_ATTR()Greg Kroah-Hartman2019-01-081-1/+8
* driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman2019-01-081-6/+5
* sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter2018-12-191-2/+5
* kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2018-12-061-4/+8
* driver core: hold dev's parent lock when neededMartin Liu2018-05-311-8/+8
* drivers: base: omit redundant interationsGimcuan Hui2017-12-181-1/+1
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-3/+0
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* driver core: bus: Fix a potential double freeChristophe JAILLET2017-08-311-1/+1
* driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman2017-06-121-36/+1
* kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-251-8/+2
* driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang2016-02-091-3/+2
* driver core: bus: use list_for_each_entry*Geliang Tang2016-02-091-7/+3
* driver-core: add asynchronous probing support for driversDmitry Torokhov2015-05-201-8/+23
* driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao2015-03-251-2/+2
* driver core: Fix unbalanced device reference in drivers_probeAlex Williamson2014-11-071-3/+5
* Merge branch 'master' into for-nextJiri Kosina2014-02-201-2/+11
|\
| * driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche2014-01-081-2/+11
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman2013-09-281-38/+2
* driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman2013-09-281-42/+0
* driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman2013-08-271-0/+1
* driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman2013-08-231-9/+9
* sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-221-6/+6
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-211-21/+2
* driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-121-0/+37
* driver core: bus_type: add drv_groupsGreg Kroah-Hartman2013-08-121-0/+5
* driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-121-0/+6
* driver core: export subsys_virtual_registerGreg Kroah-Hartman2013-05-211-0/+1
* Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-291-21/+52
|\
| * driver/base: implement subsys_virtual_register()Tejun Heo2013-03-121-21/+52
* | device: separate all subsys mutexesMichal Hocko2013-03-131-4/+4
|/
* Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas2013-02-031-2/+2
* driver core: fix possible missing of device probeMing Lei2013-01-171-1/+1
* driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-14/+0
* driver core: move uevent call to driver_registerSebastian Ott2012-07-161-1/+0
* Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-191-29/+17
* driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-181-17/+29
* drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten2012-04-181-2/+1