aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-11-19device model: Allow the creation of symlinks on /sys/bus/*/devicesCesar Eduardo Barros
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
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman
2008-01-24Driver core: clean up debugging messagesGreg Kroah-Hartman
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman
2008-01-24driver core: remove fields from struct bus_typeGreg Kroah-Hartman
2008-01-24driver core: add way to get to bus device klistGreg Kroah-Hartman
2008-01-24driver core: add way to get to bus ksetGreg Kroah-Hartman
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman
2008-01-24kset: convert struct bus_device->drivers to use kset_createGreg Kroah-Hartman
2008-01-24kset: convert struct bus_device->devices to use kset_createGreg Kroah-Hartman
2008-01-24kset: convert drivers/base/bus.c to use kset_createGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2007-10-12Driver core: rename ktype_driverGreg Kroah-Hartman
2007-10-12Driver core: add uevent file for bus and driverKay Sievers
2007-10-12Driver core: remove get_bus()Greg Kroah-Hartman
2007-10-12Driver core: remove put_bus()Greg Kroah-Hartman
2007-10-12Driver core: remove subsys_get()Greg Kroah-Hartman
2007-10-12Driver core: remove subsys_put()Greg Kroah-Hartman
2007-10-12Driver core: remove subsys_set_ksetGreg Kroah-Hartman
2007-10-12Driver core: make sysfs uevent-attributes staticKay Sievers
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-11Driver core: coding style cleanupCornelia Huck
2007-07-11Driver core: add missing kset ueventKay Sievers
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-27driver core: bus_add_driver should return an error if no busGreg Kroah-Hartman
2007-04-27Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman
2007-04-27driver core: don't fail attaching the device if it cannot be boundCornelia Huck
2007-04-27Driver core: udev triggered device-<>driver bindingKay Sievers
2007-02-16Driver core: device_add_attrs() cleanupAndrew Morton
2006-12-01CONFIG_SYSFS_DEPRECATED - bus symlinksKay Sievers
2006-12-01Driver core: add notification of bus eventsBenjamin Herrenschmidt
2006-10-18Driver core: bus: remove indentation levelJeff Garzik
2006-10-18Driver core: Don't ignore error returns from probingAlan Stern
2006-10-18driver core fixes: bus_add_device() cleanup on errorCornelia Huck
2006-10-18driver core fixes: bus_add_attrs() retval checkCornelia Huck
2006-09-25Driver core: Remove unneeded routines from driver coreAlan Stern
2006-09-25Driver core: Fix potential deadlock in driver coreAlan Stern
2006-09-25drivers/base: check errorsAndrew Morton
2006-09-25Driver core: fixed add_bind_files() definitionYoichi Yuasa
2006-07-12[PATCH] Driver core: bus.c cleanupsAdrian Bunk