aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula1-0/+6
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman1-12/+6
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers1-8/+3
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo1-2/+11
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner1-1/+3
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-11Driver core: fix race in dev_driver_stringAlan Stern1-1/+8
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman1-3/+0
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers1-0/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-7/+12
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-0/+3
2009-09-15driver model: constify attribute groupsDavid Brownell1-2/+2
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman1-6/+14
2009-09-15Driver core: add new device to bus's list before probingAlan Stern1-1/+1
2009-06-15Driver Core: add nodename callbacksKay Sievers1-1/+50
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman1-2/+2
2009-06-15driver core: synchronize device shutdownShaohua Li1-0/+2
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered driversKay Sievers1-1/+4
2009-04-20driver: dont update dev_name via device_add pathKay Sievers1-1/+2
2009-04-16driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman1-0/+3
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-1/+18
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-2/+0
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman1-14/+25
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+9
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-20/+19
2009-01-28driver-core: fix kernel-doc parameter nameRandy Dunlap1-1/+1
2009-01-20driver core: Convert '/' to '!' in dev_set_name()Roland Dreier1-0/+6
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman1-8/+0
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman1-24/+13
2009-01-06driver core: add root_device_register()Mark McLoughlin1-0/+91
2009-01-06Driver core: move the bus notifier call pointsAlan Stern1-11/+14
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman1-13/+24
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+8
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-18/+18
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman1-0/+5
2008-10-16Driver core: Fix cleanup in device_create_vargs().Cornelia Huck1-1/+1
2008-10-16Driver core: Clarify device cleanup.Cornelia Huck1-5/+18
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo1-3/+3
2008-08-21driver core: add init_name to struct deviceGreg Kroah-Hartman1-7/+13
2008-08-21PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is setAlan Stern1-3/+6
2008-08-21dev_printk(): constify the `dev' argumentJean Delvare1-1/+1
2008-07-26Use WARN() in drivers/base/Arjan van de Ven1-4/+2
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck1-4/+5
2008-07-21class: change internal semaphore to a mutexDave Young1-4/+5
2008-07-21class: rename "sem" to "class_sem" in internal class structureGreg Kroah-Hartman1-4/+4
2008-07-21class: rename "subsys" to "class_subsys" in internal class structureGreg Kroah-Hartman1-14/+17
2008-07-21class: rename "interfaces" to "class_interfaces" in internal class structureGreg Kroah-Hartman1-4/+4