summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
AgeCommit message (Expand)AuthorLines
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang-3/+2
2016-02-09driver core: bus: use list_for_each_entry*Geliang Tang-7/+3
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov-8/+23
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao-2/+2
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson-3/+5
2014-02-20Merge branch 'master' into for-nextJiri Kosina-2/+11
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida-1/+1
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche-2/+11
2013-09-28driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman-38/+2
2013-09-28driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman-42/+0
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman-0/+1
2013-08-23driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman-9/+9
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman-6/+6
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman-21/+2
2013-08-12driver core: bus_type: add bus_groupsGreg Kroah-Hartman-0/+37
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman-0/+5
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman-0/+6
2013-05-21driver core: export subsys_virtual_registerGreg Kroah-Hartman-0/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-21/+52
2013-03-13device: separate all subsys mutexesMichal Hocko-4/+4
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo-21/+52
2013-02-03Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas-2/+2
2013-01-17driver core: fix possible missing of device probeMing Lei-1/+1
2012-11-28driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton-14/+0
2012-07-16driver core: move uevent call to driver_registerSebastian Ott-1/+0
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman-29/+17
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke-17/+29
2012-04-18drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten-2/+1
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman-4/+5
2012-01-24driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi-2/+4
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap-4/+5
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers-19/+274
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-11-21Fix "forcably" comment typoRobert P. J. Day-1/+1
2010-11-17driver-core: merge private parts of class and busKay Sievers-7/+6
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers-22/+0
2010-08-05driver core: fix memory leak on one error path in bus_register()Jike Song-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman-10/+10
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-2/+2
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy-1/+1
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody-1/+1
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov-6/+11
2009-09-15Driver core: add new device to bus's list before probingAlan Stern-13/+10
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang-1/+1
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers-1/+3
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman-13/+27
2009-03-24driver-core: do not register a driver with bus_type not registeredDave Young-0/+2
2009-03-24driver core: check bus->match without holding device lockMing Lei-1/+1
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman-27/+13