summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: Use sysfs_rename_link in device_renameEric W. Biederman2010-03-071-12/+6
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
* Driver-Core: require valid action string in uevent triggerKay Sievers2010-03-071-8/+3
* driver-core: fix race condition in get_device_parent()Tejun Heo2010-03-071-2/+11
* Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-231-1/+3
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* Driver core: fix race in dev_driver_stringAlan Stern2009-12-111-1/+8
* Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman2009-12-111-3/+0
* Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers2009-12-111-0/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-7/+12
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-0/+3
* driver model: constify attribute groupsDavid Brownell2009-09-151-2/+2
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-151-6/+14
* Driver core: add new device to bus's list before probingAlan Stern2009-09-151-1/+1
* Driver Core: add nodename callbacksKay Sievers2009-06-151-1/+50
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-151-2/+2
* driver core: synchronize device shutdownShaohua Li2009-06-151-0/+2
* Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-281-1/+4
* driver: dont update dev_name via device_add pathKay Sievers2009-04-201-1/+2
* driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman2009-04-161-0/+3
* Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-241-1/+18
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-241-2/+0
* driver core: move klist_children into private structureGreg Kroah-Hartman2009-03-241-14/+25
* driver core: create a private portion of struct deviceGreg Kroah-Hartman2009-03-241-0/+9
* driver core: get rid of struct device's bus_id string arrayKay Sievers2009-03-241-20/+19
* driver-core: fix kernel-doc parameter nameRandy Dunlap2009-01-281-1/+1
* driver core: Convert '/' to '!' in dev_set_name()Roland Dreier2009-01-201-0/+6
* Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman2009-01-091-8/+0
* Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman2009-01-091-24/+13
* driver core: add root_device_register()Mark McLoughlin2009-01-061-0/+91
* Driver core: move the bus notifier call pointsAlan Stern2009-01-061-11/+14
* driver core: move klist_children into private structureGreg Kroah-Hartman2009-01-061-13/+24
* driver core: create a private portion of struct deviceGreg Kroah-Hartman2009-01-061-0/+8
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-18/+18
* kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-0/+5
* Driver core: Fix cleanup in device_create_vargs().Cornelia Huck2008-10-161-1/+1
* Driver core: Clarify device cleanup.Cornelia Huck2008-10-161-5/+18
* driver-core: use klist for class device list and implement iteratorTejun Heo2008-10-091-3/+3
* driver core: add init_name to struct deviceGreg Kroah-Hartman2008-08-211-7/+13
* PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...Alan Stern2008-08-211-3/+6
* dev_printk(): constify the `dev' argumentJean Delvare2008-08-211-1/+1
* Use WARN() in drivers/base/Arjan van de Ven2008-07-261-4/+2
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-211-4/+5
* class: change internal semaphore to a mutexDave Young2008-07-211-4/+5
* class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman2008-07-211-4/+4
* class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman2008-07-211-14/+17
* class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman2008-07-211-4/+4
* class: rename "devices" to "class_devices" in internal class structureGreg Kroah-Hartman2008-07-211-1/+1
OpenPOWER on IntegriCloud