aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-29[PATCH] Fix pm_message_t in generic codePavel Machek1-1/+1
2005-03-08[PATCH] class: add a semaphore to struct class, and use that instead of the s...Greg Kroah-Hartman1-1/+1
2005-03-08[PATCH] driver core: clean driver unloadMike Waychison1-1/+1
2005-03-08[PATCH] class core: export MAJOR/MINOR to the hotplug envKay Sievers1-0/+1
2005-01-10[PATCH] pm: introduce pm_message_tPavel Machek1-1/+1
2004-12-21[PATCH] driver core: allow struct bin_attributes in class devicesJesse Barnes1-1/+4
2004-12-16[PATCH] Driver Core: Add platform_get_resource_byname & platform_get_resource...Kumar Gala1-0/+2
2004-11-11[PATCH] driver core: shrink struct device a bitDavid Brownell1-5/+0
2004-10-31[PATCH] Driver core: add driver_probe_deviceDmitry Torokhov1-1/+2
2004-10-31[PATCH] Driver core: export device_attachDmitry Torokhov1-0/+1
2004-09-22[PATCH] Put symbolic links between drivers and modules in the sysfs treeGreg Kroah-Hartman1-0/+2
2004-08-28Merge bk://linux-voyager.bkbits.net/dma-declare-coherent-memory-2.6Linus Torvalds1-0/+3
2004-08-23[PATCH] Remove struct bus_type->add()Jonathan Corbet1-1/+0
2004-08-14MergeJames Bottomley1-0/+3
2004-07-08[PATCH] Driver core: add driver_find helper to find a driver by its nameDmitry Torokhov1-0/+1
2004-07-08[PATCH] Driver core: add default driver attributes to struct bus_typeDmitry Torokhov1-0/+1
2004-07-08[PATCH] Driver core: add platform_device_register_simple to register platformDmitry Torokhov1-0/+2
2004-06-30Add x86 implementation of dma_declare_coherent_memoryJames Bottomley1-0/+3
2004-06-17[PATCH] Couple of sysfs patchesRussell King1-1/+0
2004-06-08[PATCH] Add platform_get_resource()Russell King1-0/+5
2004-06-03[Driver Model] Add default device attributes to struct bus_type.Patrick Mochel1-0/+1
2004-06-03[Driver Model] Add default attributes for struct bus_type.Patrick Mochel1-0/+2
2004-06-02[Driver Model] Add default attributes for classes class devices.Patrick Mochel1-0/+3
2004-06-02[Driver Model] Consolidate attribute definition macrosPatrick Mochel1-25/+6
2004-05-14Make dev_dbg() "use" it's 'dev' argument even when not debugging.Linus Torvalds1-1/+1
2004-05-11[PATCH] fix dev_printk to work even in the absence of an attached driverJames Bottomley1-1/+1
2004-04-11[PATCH] Kill duplicate #include <linux_ioport.h>Andrew Morton1-1/+0
2004-03-13[PATCH] move consistent_dma_mask to the generic deviceAndrew Morton1-0/+6
2004-02-08Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds1-0/+1
2004-02-03[PATCH] Driver core: remove device_unregister_wait() as it's a very bad idea.Greg Kroah-Hartman1-2/+0
2004-02-01[PATCH] Driver core: add hotplug support for class_simpleJon Smirl1-0/+2
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_pool, part 2Deepak Saxena1-0/+1
2004-01-19[PATCH] Driver Core: add class_simple supportGreg Kroah-Hartman1-0/+9
2004-01-19[PATCH] Driver Core: add device_find() functionHollis Blanchard1-0/+1
2003-12-29[PATCH] Rename legacy_bus to platform_busAndrew Morton1-1/+1
2003-09-29[driver model] Add device_unregister_wait().Patrick Mochel1-0/+2
2003-09-03[PATCH] MODULE_ALIAS() in char devicesAndrew Morton1-0/+5
2003-08-19[power] Move suspend()/resume() methods.Patrick Mochel1-1/+2
2003-08-19[power] Update device handling.Patrick Mochel1-2/+0
2003-08-14mergeGreg Kroah-Hartman1-1/+0
2003-08-14Driver Core: remove struct device.name as it is not neededGreg Kroah-Hartman1-1/+0
2003-08-13[driver model] Allow per-device shutdown or suspend on driver detach.Patrick Mochel1-0/+3
2003-08-11Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-corePatrick Mochel1-4/+6
2003-08-11[driver model] Change class functions to const arguments. Patrick Mochel1-4/+6
2003-08-06[power] Add PM info structure to struct device and PM registration functions.Patrick Mochel1-9/+3
2003-07-03[PATCH] driver core: added class_device_rename()Greg Kroah-Hartman1-0/+2
2003-07-03[PATCH] SYSFS: add module referencing to sysfs attribute files.Greg Kroah-Hartman1-5/+6
2003-06-09[driver model] Remove system device definitions from device.hPatrick Mochel1-72/+0
2003-06-09[driver model] Rewrite system device APIPatrick Mochel1-10/+58
2003-06-05[driver model] Remove extraneous class device release method. Patrick Mochel1-1/+0