summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-242/+150
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds-1/+1
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones-46/+45
2008-04-19driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison-36/+36
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki-69/+0
2008-04-19Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman-7/+2
2008-04-19PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern-2/+2
2008-04-19Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki-11/+8
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki-52/+34
2008-04-19sysdev: detect multiple driver registrationsBen Dooks-0/+16
2008-04-19driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg-2/+2
2008-04-19power_state: remove it from driver corePavel Machek-5/+0
2008-04-19driver core: register_memory/unregister_memory clean ups and bugfixBadari Pulavarty-15/+7
2008-04-19driver core: memory: semaphore to mutexDaniel Walker-3/+4
2008-04-19cpumask: add show cpu map functionsMike Travis-0/+48
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis-12/+53
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis-3/+4
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox-1/+1
2008-04-07[SCSI] transport_class: BUG if we can't release the attribute containerJames Bottomley-1/+2
2008-03-28driver core: fix small mem leak in driver_add_kobj()Jesper Juhl-1/+4
2008-03-24driver core: debug for bad dev_attr_show() return value.Andrew Morton-0/+5
2008-03-10drivers: fix dma_get_required_maskJames Bottomley-1/+1
2008-03-10sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman-0/+4
2008-03-04Driver core: Fix cleanup when failing device_add().Cornelia Huck-2/+3
2008-03-04driver core: Remove dpm_sysfs_remove() from error path of device_add()Rafael J. Wysocki-1/+0
2008-03-04PM: fix new mutex-locking bug in the PM coreAlan Stern-1/+1
2008-03-04PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki-98/+16
2008-03-03docbook: fix kernel-api source filesRandy Dunlap-3/+1
2008-02-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-1/+1
2008-02-21PM: Remove unbalanced mutex_unlock() from dpm_resume()Rafael J. Wysocki-1/+0
2008-02-21Driver core: Fix error handling in bus_add_driver().Cornelia Huck-4/+5
2008-02-21driver-core: fix kernel-doc function parametersRandy Dunlap-0/+4
2008-02-21PM: Make suspend_device() staticAdrian Bunk-1/+1
2008-02-07Driver core: Revert "Fix Firmware class name collision"Michael E Brown-1/+2
2008-02-06register_cpu __devinit or __cpuinitRandy Dunlap-1/+1
2008-02-05Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...Linus Torvalds-482/+1
2008-02-02Driver core: Remove unneeded get_{device,driver}() calls.Cornelia Huck-12/+5
2008-02-02driver core: convert to use class_find_device apiDave Young-21/+11
2008-02-02PM: Export device_pm_schedule_removalRafael J. Wysocki-1/+1
2008-02-01PM: Make PM_TRACE more architecture independentJohannes Berg-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-24/+49
2008-01-31docbook: fix drivers/base/class warningRandy Dunlap-1/+1
2008-01-28convert drivers/base/power/Makefile to ccflagsJohannes Berg-6/+2
2008-01-27Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman-12/+29
2008-01-27Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman-12/+20
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-2/+12
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman-583/+545
2008-01-24Driver Core: add class iteration apiDave Young-0/+133
2008-01-24Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck-15/+14
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell-1/+1