summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* driver core: fix small mem leak in driver_add_kobj()Jesper Juhl2008-03-281-1/+4
* driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-251-0/+5
* drivers: fix dma_get_required_maskJames Bottomley2008-03-111-1/+1
* sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman2008-03-111-0/+4
* 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/+0Star
* PM: fix new mutex-locking bug in the PM coreAlan Stern2008-03-041-1/+1
* PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki2008-03-042-98/+16Star
* docbook: fix kernel-api source filesRandy Dunlap2008-03-031-3/+1Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-221-1/+1
|\
| * PM: Make suspend_device() staticAdrian Bunk2008-02-211-1/+1
* | PM: Remove unbalanced mutex_unlock() from dpm_resume()Rafael J. Wysocki2008-02-221-1/+0Star
* | Driver core: Fix error handling in bus_add_driver().Cornelia Huck2008-02-221-4/+5
* | driver-core: fix kernel-doc function parametersRandy Dunlap2008-02-222-0/+4
|/
* Driver core: Revert "Fix Firmware class name collision"Michael E Brown2008-02-071-1/+2
* register_cpu __devinit or __cpuinitRandy Dunlap2008-02-061-1/+1
* Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy...Linus Torvalds2008-02-062-482/+1Star
|\
| * Move dmapool.c to mm/ directoryMatthew Wilcox2007-12-042-482/+1Star
* | Driver core: Remove unneeded get_{device,driver}() calls.Cornelia Huck2008-02-032-12/+5Star
* | driver core: convert to use class_find_device apiDave Young2008-02-031-21/+11Star
* | PM: Export device_pm_schedule_removalRafael J. Wysocki2008-02-032-1/+1
* | PM: Make PM_TRACE more architecture independentJohannes Berg2008-02-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-303-24/+49
|\ \
| * | Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman2008-01-281-12/+29
| * | Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman2008-01-282-12/+20
* | | docbook: fix drivers/base/class warningRandy Dunlap2008-01-301-1/+1
* | | convert drivers/base/power/Makefile to ccflagsJohannes Berg2008-01-281-6/+2Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-261-2/+12
|\ \
| * | [SCSI] attribute_container: update to use the group interfaceJames Bottomley2008-01-231-2/+12
| |/
* | Driver core: coding style fixesGreg Kroah-Hartman2008-01-258-583/+545Star
* | Driver Core: add class iteration apiDave Young2008-01-251-0/+133
* | Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck2008-01-251-15/+14Star
* | Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2008-01-251-1/+1
* | driver core: fix build with SYSFS=nRandy Dunlap2008-01-252-1/+3
* | Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng2008-01-253-10/+1Star
* | Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-255-4/+5
* | Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-252-3/+3
* | Kobject: auto-cleanup on final unrefKay Sievers2008-01-251-25/+7Star
* | Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-252-2/+2
* | Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-253-6/+6
* | Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-252-8/+19
* | Driver core: fix class glue dir cleanup logicKay Sievers2008-01-251-112/+94Star
* | Driver core: fix race in __device_release_driverAlan Stern2008-01-251-3/+2Star
* | Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman2008-01-251-6/+4Star
* | Driver core: clean up debugging messagesGreg Kroah-Hartman2008-01-253-25/+28
* | Driver core: move the static kobject out of struct driverGreg Kroah-Hartman2008-01-256-65/+92
* | Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman2008-01-253-0/+104
* | Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman2008-01-251-0/+24
* | driver core: Introduce default attribute groups.Cornelia Huck2008-01-251-1/+41
* | driver core: remove fields from struct bus_typeGreg Kroah-Hartman2008-01-256-60/+102