summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Driver core: platform_driver_probe(), can save codespaceDavid Brownell2006-12-011-0/+48
* driver core: Use klist_remove() in device_move()Cornelia Huck2006-12-011-2/+2
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-011-0/+92
* Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk2006-12-011-2/+2
* driver core: Introduce device_find_child().Cornelia Huck2006-12-011-0/+33
* cpu topology: consider sysfs_create_group return valueHeiko Carstens2006-12-011-23/+32
* Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt2006-12-011-1/+1
* Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman2006-12-011-62/+57
* CONFIG_SYSFS_DEPRECATED - class symlinksKay Sievers2006-12-011-51/+98
* CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers2006-12-011-0/+4
* CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers2006-12-011-4/+14
* CONFIG_SYSFS_DEPRECATED - bus symlinksKay Sievers2006-12-011-3/+17
* Driver core: make old versions of udev work properlyGreg Kroah-Hartman2006-12-011-14/+45
* Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman2006-12-012-17/+17
* Driver core: fix "driver" symlink timingKay Sievers2006-12-011-30/+52
* Driver core: add notification of bus eventsBenjamin Herrenschmidt2006-12-013-0/+36
* [PATCH] Fix device_attribute memory leak in device_delCatalin Marinas2006-11-251-1/+3
* [PATCH] move SYS_HYPERVISOR inside the Generic Driver menuRandy Dunlap2006-10-281-2/+2
* [PATCH] drivers: wait for threaded probes between initcall levelsAndrew Morton2006-10-271-0/+30
* driver core: kmalloc() failure check in driver_probe_deviceAkinobu Mita2006-10-181-0/+2
* Driver core: bus: remove indentation levelJeff Garzik2006-10-181-37/+40
* Driver core: Don't ignore error returns from probingAlan Stern2006-10-182-3/+8
* Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Jesper Juhl2006-10-181-3/+6
* driver core fixes: sysfs_create_group() retval in topology.cCornelia Huck2006-10-181-2/+1
* driver core fixes: device_create_file() retval check in dmapool.cCornelia Huck2006-10-181-2/+11
* driver core fixes: device_add() cleanup on errorCornelia Huck2006-10-181-3/+7
* driver core fixes: bus_add_device() cleanup on errorCornelia Huck2006-10-181-4/+15
* driver core fixes: bus_add_attrs() retval checkCornelia Huck2006-10-181-1/+5
* driver core fixes: sysfs_create_link() retval check in class.cCornelia Huck2006-10-181-1/+4
* Fix dev_printk() is now GPL-onlyMatthew Wilcox2006-10-181-1/+1
* Driver core: plug device probe memory leakDuncan Sands2006-10-181-1/+1
* [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey2006-10-011-1/+1
* [PATCH] kthread: drivers/base/firmware_class.cSukadev Bhattiprolu2006-09-291-6/+6
* [PATCH] Fix parameter names in drivers/base/class.cRolf Eike Beer2006-09-291-4/+4
* [PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li2006-09-271-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-09-2610-179/+577
|\
| * Driver core: Remove unneeded routines from driver coreAlan Stern2006-09-252-32/+2
| * Driver core: Fix potential deadlock in driver coreAlan Stern2006-09-252-2/+8
| * Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman2006-09-251-27/+81
| * drivers/base: check errorsAndrew Morton2006-09-253-46/+100
| * drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh2006-09-251-4/+4
| * Driver core: fixed add_bind_files() definitionYoichi Yuasa2006-09-251-1/+1
| * Driver core: fix comments in drivers/base/power/resume.cDmitry Torokhov2006-09-251-4/+4
| * Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman2006-09-251-0/+26
| * Class: add support for class interfaces for devicesGreg Kroah-Hartman2006-09-252-1/+23
| * Driver core: create devices/virtual/ treeGreg Kroah-Hartman2006-09-252-0/+24
| * Driver core: add device_rename functionGreg Kroah-Hartman2006-09-251-0/+55
| * Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman2006-09-251-0/+53
| * Driver core: allow devices in classes to have no parentGreg Kroah-Hartman2006-09-251-10/+11
| * Driver core: add groups support to struct deviceGreg Kroah-Hartman2006-09-251-0/+34
OpenPOWER on IntegriCloud