aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGravatar Geliang Tang 1-3/+2
2016-02-09driver core: bus: use list_for_each_entry*Gravatar Geliang Tang 1-7/+3
2015-05-20driver-core: add asynchronous probing support for driversGravatar Dmitry Torokhov 1-8/+23
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceGravatar Junjie Mao 1-2/+2
2014-11-07driver core: Fix unbalanced device reference in drivers_probeGravatar Alex Williamson 1-3/+5
2014-02-20Merge branch 'master' into for-nextGravatar Jiri Kosina 1-2/+11
2014-02-19treewide: Fix typo in Documentation/DocBookGravatar Masanari Iida 1-1/+1
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Gravatar Bart Van Assche 1-2/+11
2013-09-28driver-core: remove struct bus_type.drv_attrsGravatar Greg Kroah-Hartman 1-38/+2
2013-09-28driver-core: remove struct bus_type.bus_attrsGravatar Greg Kroah-Hartman 1-42/+0
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Gravatar Greg Kroah-Hartman 1-0/+1
2013-08-23driver core: bus: use DRIVER_ATTR_WO()Gravatar Greg Kroah-Hartman 1-9/+9
2013-08-22sysfs.h: remove attr_name() macroGravatar Greg Kroah-Hartman 1-6/+6
2013-08-21sysfs: add sysfs_create/remove_groups()Gravatar Greg Kroah-Hartman 1-21/+2
2013-08-12driver core: bus_type: add bus_groupsGravatar Greg Kroah-Hartman 1-0/+37
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/+6
2013-05-21driver core: export subsys_virtual_registerGravatar Greg Kroah-Hartman 1-0/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-21/+52
2013-03-13device: separate all subsys mutexesGravatar Michal Hocko 1-4/+4
2013-03-12driver/base: implement subsys_virtual_register()Gravatar Tejun Heo 1-21/+52
2013-02-03Driver core: treat unregistered bus_types as having no devicesGravatar Bjorn Helgaas 1-2/+2
2013-01-17driver core: fix possible missing of device probeGravatar Ming Lei 1-1/+1
2012-11-28driver core: remove CONFIG_HOTPLUG ifdefsGravatar Bill Pemberton 1-14/+0
2012-07-16driver core: move uevent call to driver_registerGravatar Sebastian Ott 1-1/+0
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Gravatar Greg Kroah-Hartman 1-29/+17
2012-04-18driver core: check start node in klist_iter_init_nodeGravatar Hannes Reinecke 1-17/+29
2012-04-18drivers/base/bus.c: local variables should not be exposed globallyGravatar H Hartley Sweeten 1-2/+1
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Gravatar Greg Kroah-Hartman 1-4/+5
2012-01-24driver-core: Fix possible null reference in subsys_interface_unregisterGravatar Jonghwan Choi 1-2/+4
2012-01-23kernel-doc: fix new warnings in driver-coreGravatar Randy Dunlap 1-4/+5
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesGravatar Kay Sievers 1-19/+274
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-11-21Fix "forcably" comment typoGravatar Robert P. J. Day 1-1/+1
2010-11-17driver-core: merge private parts of class and busGravatar Kay Sievers 1-7/+6
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesGravatar Kay Sievers 1-22/+0
2010-08-05driver core: fix memory leak on one error path in bus_register()Gravatar Jike Song 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver core: create lock/unlock functions for struct deviceGravatar Greg Kroah-Hartman 1-10/+10
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-2/+2
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2009-12-23driver core: Prevent reference to freed memory on error pathGravatar Phil Carmody 1-1/+1
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsGravatar Dmitry Torokhov 1-6/+11
2009-09-15Driver core: add new device to bus's list before probingGravatar Alan Stern 1-13/+10
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocGravatar Alex Chiang 1-1/+1
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Gravatar Kay Sievers 1-1/+3
2009-03-24driver core: move knode_bus into private structureGravatar Greg Kroah-Hartman 1-13/+27
2009-03-24driver-core: do not register a driver with bus_type not registeredGravatar Dave Young 1-0/+2
2009-03-24driver core: check bus->match without holding device lockGravatar Ming Lei 1-1/+1
2009-01-09Revert "driver core: move knode_bus into private structure"Gravatar Greg Kroah-Hartman 1-27/+13