summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* class: move driver core specific parts to a private structureGreg Kroah-Hartman2008-07-211-27/+30
* Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-211-1/+1
* device create: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-07-211-7/+4
* driver core: remove device_create()Greg Kroah-Hartman2008-07-211-34/+0
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-211-1/+82
* dev_set_name: fix missing kernel-docRandy Dunlap2008-06-111-0/+1
* driver-core: prepare for 2.6.27 api change by adding dev_set_nameStephen Rothwell2008-05-291-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-201-5/+3
|\
| * sysfs: remove error messages for -EEXIST caseStephen Hemminger2008-05-141-5/+3
* | Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman2008-05-201-6/+79
|/
* driver core: try parent numa_node at first before using defaultYinghai Lu2008-04-261-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-211-44/+14
|\
| * driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-191-9/+9
| * PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-191-29/+0
| * Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki2008-04-191-10/+5
| * PM: Handle device registrations during suspend/resumeRafael J. Wysocki2008-04-191-1/+5
* | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-1/+1
|/
* driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-241-0/+5
* Driver core: Fix cleanup when failing device_add().Cornelia Huck2008-03-041-2/+3
* driver core: Remove dpm_sysfs_remove() from error path of device_add()Rafael J. Wysocki2008-03-041-1/+0
* PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki2008-03-041-8/+0
* Driver core: Remove unneeded get_{device,driver}() calls.Cornelia Huck2008-02-021-6/+2
* driver core: convert to use class_find_device apiDave Young2008-02-021-21/+11
* Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman2008-01-271-11/+19
* Driver core: coding style fixesGreg Kroah-Hartman2008-01-241-108/+95
* Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck2008-01-241-15/+14
* Kobject: auto-cleanup on final unrefKay Sievers2008-01-241-25/+7
OpenPOWER on IntegriCloud