| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver core: treat unregistered bus_types as having no devices | Bjorn Helgaas | 2013-02-04 | 1 | -2/+2 |
* | driver core: fix possible missing of device probe | Ming Lei | 2013-01-17 | 1 | -1/+1 |
* | driver core: remove CONFIG_HOTPLUG ifdefs | Bill Pemberton | 2012-11-28 | 1 | -14/+0 |
* | driver core: move uevent call to driver_register | Sebastian Ott | 2012-07-17 | 1 | -1/+0 |
* | Revert "driver core: check start node in klist_iter_init_node" | Greg Kroah-Hartman | 2012-04-20 | 1 | -29/+17 |
* | driver core: check start node in klist_iter_init_node | Hannes Reinecke | 2012-04-19 | 1 | -17/+29 |
* | drivers/base/bus.c: local variables should not be exposed globally | H Hartley Sweeten | 2012-04-19 | 1 | -2/+1 |
* | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 2012-02-02 | 1 | -4/+5 |
|\ |
|
| * | kernel-doc: fix new warnings in driver-core | Randy Dunlap | 2012-01-23 | 1 | -4/+5 |
* | | driver-core: Fix possible null reference in subsys_interface_unregister | Jonghwan Choi | 2012-01-25 | 1 | -2/+4 |
|/ |
|
* | driver-core: implement 'sysdev' functionality for regular devices and buses | Kay Sievers | 2011-12-14 | 1 | -19/+274 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ |
|
| * | Fix "forcably" comment typo | Robert P. J. Day | 2010-11-21 | 1 | -1/+1 |
* | | driver-core: merge private parts of class and bus | Kay Sievers | 2010-11-17 | 1 | -7/+6 |
|/ |
|
* | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 2010-10-22 | 1 | -22/+0 |
* | driver core: fix memory leak on one error path in bus_register() | Jike Song | 2010-08-05 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 2010-03-08 | 1 | -10/+10 |
* | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-08 | 1 | -2/+2 |
* | kobject: Constify struct kset_uevent_ops | Emese Revfy | 2010-03-08 | 1 | -1/+1 |
* | driver core: Prevent reference to freed memory on error path | Phil Carmody | 2009-12-23 | 1 | -1/+1 |
* | Driver core: allow certain drivers prohibit bind/unbind via sysfs | Dmitry Torokhov | 2009-10-30 | 1 | -6/+11 |
* | Driver core: add new device to bus's list before probing | Alan Stern | 2009-09-15 | 1 | -13/+10 |
* | trivial: fix grammo in bus_for_each_dev() kerneldoc | Alex Chiang | 2009-06-12 | 1 | -1/+1 |
* | Driver Core: do not oops when driver_unregister() is called for unregistered ... | Kay Sievers | 2009-05-28 | 1 | -1/+3 |
* | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-03-25 | 1 | -13/+27 |
* | driver-core: do not register a driver with bus_type not registered | Dave Young | 2009-03-25 | 1 | -0/+2 |
* | driver core: check bus->match without holding device lock | Ming Lei | 2009-03-25 | 1 | -1/+1 |
* | Revert "driver core: move knode_bus into private structure" | Greg Kroah-Hartman | 2009-01-09 | 1 | -27/+13 |
* | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-01-06 | 1 | -13/+27 |
* | driver core: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -6/+6 |
* | Driver core: add bus_sort_breadthfirst() function | Greg Kroah-Hartman | 2008-10-16 | 1 | -0/+50 |
* | Driver core: make bus_find_device_by_name() more robust | Peter Korsgaard | 2008-10-16 | 1 | -3/+1 |
* | bus_remove_device: be more careful about incomplete initialization | Rafael J. Wysocki | 2008-04-23 | 1 | -1/+2 |
* | driver core: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-20 | 1 | -4/+4 |
* | Driver core: make device_is_registered() work for class devices | Greg Kroah-Hartman | 2008-04-20 | 1 | -7/+2 |
* | Driver core: Fix error handling in bus_add_driver(). | Cornelia Huck | 2008-02-22 | 1 | -4/+5 |
* | Driver core: add bus_find_device_by_name function | Greg Kroah-Hartman | 2008-01-28 | 1 | -12/+29 |
* | Driver core: coding style fixes | Greg Kroah-Hartman | 2008-01-25 | 1 | -150/+140 |
* | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-25 | 1 | -2/+2 |
* | Kobject: change drivers/base/bus to use kobject_init_and_add | Greg Kroah-Hartman | 2008-01-25 | 1 | -6/+4 |
* | Driver core: clean up debugging messages | Greg Kroah-Hartman | 2008-01-25 | 1 | -7/+7 |
* | Driver core: move the static kobject out of struct driver | Greg Kroah-Hartman | 2008-01-25 | 1 | -32/+39 |
* | driver core: remove fields from struct bus_type | Greg Kroah-Hartman | 2008-01-25 | 1 | -51/+65 |
* | driver core: add way to get to bus device klist | Greg Kroah-Hartman | 2008-01-25 | 1 | -0/+6 |
* | driver core: add way to get to bus kset | Greg Kroah-Hartman | 2008-01-25 | 1 | -0/+6 |
* | kobject: remove subsystem_(un)register functions | Greg Kroah-Hartman | 2008-01-25 | 1 | -3/+3 |
* | kset: convert struct bus_device->drivers to use kset_create | Greg Kroah-Hartman | 2008-01-25 | 1 | -7/+8 |
* | kset: convert struct bus_device->devices to use kset_create | Greg Kroah-Hartman | 2008-01-25 | 1 | -9/+10 |
* | kset: convert drivers/base/bus.c to use kset_create | Greg Kroah-Hartman | 2008-01-25 | 1 | -4/+7 |