aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)Author
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
2010-11-17driver-core: merge private parts of class and busKay Sievers
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers
2010-08-05driver core: fix memory leak on one error path in bus_register()Jike Song
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov
2009-09-15Driver core: add new device to bus's list before probingAlan Stern
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-03-24driver-core: do not register a driver with bus_type not registeredDave Young
2009-03-24driver core: check bus->match without holding device lockMing Lei
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman
2008-10-16Driver core: make bus_find_device_by_name() more robustPeter Korsgaard
2008-04-22bus_remove_device: be more careful about incomplete initializationRafael J. Wysocki
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-19Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman
2008-02-21Driver core: Fix error handling in bus_add_driver().Cornelia Huck
2008-01-27Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman