index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
bus.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-08
[PATCH] Driver core: add "bus" symlink to class/block devices
Kay Sievers
1
-0
/
+2
2005-03-08
[PATCH] driver core: clean driver unload
Mike Waychison
1
-1
/
+1
2004-12-21
[PATCH] driver core: Fix up vesafb failure probing.
Dave Jones
1
-1
/
+1
2004-11-11
[PATCH] add the bus name to the hotplug environment
Kay Sievers
1
-1
/
+1
2004-11-03
[PATCH] driver-model: bus_recan_devices() locking fix
Tejun Heo
1
-37
/
+56
2004-11-03
[PATCH] driver-model: comment fix in bus.c
Tejun Heo
1
-4
/
+4
2004-10-31
[PATCH] Driver core: add driver symlink to device
Dmitry Torokhov
1
-0
/
+2
2004-10-31
[PATCH] Driver core: add driver_probe_device
Dmitry Torokhov
1
-27
/
+30
2004-10-31
[PATCH] Driver core: export device_attach
Dmitry Torokhov
1
-1
/
+3
2004-10-22
[PATCH] avoid problems with kobject_set_name and name with %
Stephen Hemminger
1
-2
/
+2
2004-09-24
Merge bk://kernel.bkbits.net//home/mochel/linux-2.6-core
Greg Kroah-Hartman
1
-0
/
+2
2004-09-23
[driver model] Change symbol exports to GPL only in drivers/base/bus.c.
Patrick Mochel
1
-17
/
+17
2004-09-22
[PATCH] Put symbolic links between drivers and modules in the sysfs tree
Greg Kroah-Hartman
1
-0
/
+2
2004-07-08
[PATCH] Driver core: kset_find_obj should increment refcount of the found object
Dmitry Torokhov
1
-0
/
+2
2004-07-08
[PATCH] Driver core: add default driver attributes to struct bus_type
Dmitry Torokhov
1
-2
/
+35
2004-06-09
Driver Core: more whitespace fixups
Greg Kroah-Hartman
1
-65
/
+64
2004-06-03
[Driver Model] Add default device attributes to struct bus_type.
Patrick Mochel
1
-1
/
+35
2004-06-03
[Driver Model] Add default attributes for struct bus_type.
Patrick Mochel
1
-0
/
+37
2004-05-11
[PATCH] kobject_set_name - error handling
Maneesh Soni
1
-2
/
+9
2004-05-05
[PATCH] missing audit in bus_register()
Daniele Bellucci
1
-3
/
+18
2004-03-08
Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleaner
Greg Kroah-Hartman
1
-4
/
+0
2004-03-02
Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.
Greg Kroah-Hartman
1
-1
/
+4
2004-02-11
Fix "bus_for_each_dev()" and "bus_for_each_drv()", which did not
Linus Torvalds
1
-8
/
+12
2003-09-29
[driver model] Remove unneeded error check.
Patrick Mochel
1
-4
/
+0
2003-08-29
[driver model] Use kobject_set_name() when registering objects.
Patrick Mochel
1
-8
/
+7
2003-08-13
[driver model] Allow per-device shutdown or suspend on driver detach.
Patrick Mochel
1
-0
/
+2
2003-08-11
[driver model] Check for probing errors in drivers/base/bus.c
Patrick Mochel
1
-5
/
+19
2003-06-03
[driver model] Update copyrights and license statements.
Patrick Mochel
1
-4
/
+5
2003-05-25
[PATCH] A few more strlcpy's for drivers/base/
Ben Collins
1
-2
/
+2
2003-05-24
Make driver model use 'strlcpy()' to make sure that all
Linus Torvalds
1
-2
/
+2
2003-05-06
dynids: call driver_attach() when new IDs are added
Matt Domsch
1
-1
/
+1
2003-04-28
driver core: rework driver class structures and logic
Greg Kroah-Hartman
1
-8
/
+3
2003-04-04
Kobject: add NULL to decl_subsys() due to addition of hotplug operations
Greg Kroah-Hartman
1
-1
/
+1
2003-03-11
driver model: add bus_rescan_devices()
Patrick Mochel
1
-3
/
+38
2003-03-03
driver model: Make initialization explicit.
Patrick Mochel
1
-2
/
+1
2003-02-25
[PATCH] replace it's with its where appropriate.
Steven Cole
1
-1
/
+1
2003-01-15
driver model: fix bogus driver binding error reporting and handling.
Patrick Mochel
1
-22
/
+14
2003-01-12
sysfs: reinstate count parameter for sysfs_ops.store() methods.
Patrick Mochel
1
-4
/
+6
2003-01-09
driver model: remove extra error check during driver binding.
Patrick Mochel
1
-8
/
+10
2003-01-09
driver model: add some more error checking.
Patrick Mochel
1
-8
/
+25
2003-01-09
sysfs: fixup bus, class, and driver attribute methods.
Patrick Mochel
1
-12
/
+8
2003-01-06
Implement find_bus() for finding a struct bus_type by name.
Patrick Mochel
1
-0
/
+16
2003-01-06
driver model: allow manual binding of devices to drivers.
Patrick Mochel
1
-30
/
+29
2003-01-06
bus drivers: fix leaking refcounts.
Patrick Mochel
1
-0
/
+2
2003-01-05
kobjects: Remove kobject::subsys and subsystem::kobj.
Patrick Mochel
1
-12
/
+8
2003-01-05
Introduce struct kset.
Patrick Mochel
1
-8
/
+8
2003-01-04
driver model: clean up struct bus_type a bit.
Patrick Mochel
1
-31
/
+19
2003-01-04
kobject: Introduce struct kobj_type.
Patrick Mochel
1
-4
/
+13
2002-12-19
driver model: eliminate struct device_driver::bus_list
Patrick Mochel
1
-10
/
+6
2002-12-01
driver model: reinstate bus iterators.
Patrick Mochel
1
-1
/
+89
[next]