summaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)Author
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck
2019-01-08driver core: drop use of BUS_ATTR()Greg Kroah-Hartman
2019-01-08driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman
2018-12-19sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha
2018-05-31driver core: hold dev's parent lock when neededMartin Liu
2017-12-18drivers: base: omit redundant interationsGimcuan Hui
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2017-08-31driver core: bus: Fix a potential double freeChristophe JAILLET
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang
2016-02-09driver core: bus: use list_for_each_entry*Geliang Tang
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche
2013-09-28driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman
2013-09-28driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman
2013-08-23driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman
2013-08-12driver core: bus_type: add bus_groupsGreg Kroah-Hartman
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman
2013-05-21driver core: export subsys_virtual_registerGreg Kroah-Hartman
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-03-13device: separate all subsys mutexesMichal Hocko
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo
2013-02-03Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas
2013-01-17driver core: fix possible missing of device probeMing Lei
2012-11-28driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-07-16driver core: move uevent call to driver_registerSebastian Ott
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke
2012-04-18drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman
2012-01-24driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-11-21Fix "forcably" comment typoRobert P. J. Day