summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
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
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap-1/+3
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng-10/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers-4/+5
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-3/+3
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers-25/+7
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman-2/+2
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman-6/+6
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers-8/+19
2008-01-24Driver core: fix class glue dir cleanup logicKay Sievers-112/+94
2008-01-24Driver core: fix race in __device_release_driverAlan Stern-3/+2
2008-01-24Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman-6/+4
2008-01-24Driver core: clean up debugging messagesGreg Kroah-Hartman-25/+28
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman-65/+92
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman-0/+104
2008-01-24Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman-0/+24
2008-01-24driver core: Introduce default attribute groups.Cornelia Huck-1/+41
2008-01-24driver core: remove fields from struct bus_typeGreg Kroah-Hartman-60/+102
2008-01-24driver core: add way to get to bus device klistGreg Kroah-Hartman-0/+6
2008-01-24driver core: add way to get to bus ksetGreg Kroah-Hartman-0/+6