summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2004-11-11[PATCH] driver core: shrink struct device a bitDavid Brownell
2004-10-31[PATCH] Driver core: add driver_probe_deviceDmitry Torokhov
2004-10-31[PATCH] Driver core: export device_attachDmitry Torokhov
2004-09-22[PATCH] Put symbolic links between drivers and modules in the sysfs treeGreg Kroah-Hartman
2004-08-28Merge bk://linux-voyager.bkbits.net/dma-declare-coherent-memory-2.6Linus Torvalds
2004-08-23[PATCH] Remove struct bus_type->add()Jonathan Corbet
2004-08-14MergeJames Bottomley
2004-07-08[PATCH] Driver core: add driver_find helper to find a driver by its nameDmitry Torokhov
2004-07-08[PATCH] Driver core: add default driver attributes to struct bus_typeDmitry Torokhov
2004-07-08[PATCH] Driver core: add platform_device_register_simple to register platformDmitry Torokhov
2004-06-30Add x86 implementation of dma_declare_coherent_memoryJames Bottomley
2004-06-17[PATCH] Couple of sysfs patchesRussell King
2004-06-08[PATCH] Add platform_get_resource()Russell King
2004-06-03[Driver Model] Add default device attributes to struct bus_type.Patrick Mochel
2004-06-03[Driver Model] Add default attributes for struct bus_type.Patrick Mochel
2004-06-02[Driver Model] Add default attributes for classes class devices.Patrick Mochel
2004-06-02[Driver Model] Consolidate attribute definition macrosPatrick Mochel
2004-05-14Make dev_dbg() "use" it's 'dev' argument even when not debugging.Linus Torvalds
2004-05-11[PATCH] fix dev_printk to work even in the absence of an attached driverJames Bottomley
2004-04-11[PATCH] Kill duplicate #include <linux_ioport.h>Andrew Morton
2004-03-13[PATCH] move consistent_dma_mask to the generic deviceAndrew Morton
2004-02-08Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds
2004-02-03[PATCH] Driver core: remove device_unregister_wait() as it's a very bad idea.Greg Kroah-Hartman
2004-02-01[PATCH] Driver core: add hotplug support for class_simpleJon Smirl
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_pool, part 2Deepak Saxena
2004-01-19[PATCH] Driver Core: add class_simple supportGreg Kroah-Hartman
2004-01-19[PATCH] Driver Core: add device_find() functionHollis Blanchard
2003-12-29[PATCH] Rename legacy_bus to platform_busAndrew Morton
2003-09-29[driver model] Add device_unregister_wait().Patrick Mochel
2003-09-03[PATCH] MODULE_ALIAS() in char devicesAndrew Morton
2003-08-19[power] Move suspend()/resume() methods.Patrick Mochel
2003-08-19[power] Update device handling.Patrick Mochel
2003-08-14mergeGreg Kroah-Hartman
2003-08-14Driver Core: remove struct device.name as it is not neededGreg Kroah-Hartman
2003-08-13[driver model] Allow per-device shutdown or suspend on driver detach.Patrick Mochel
2003-08-11Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-corePatrick Mochel
2003-08-11[driver model] Change class functions to const arguments. Patrick Mochel
2003-08-06[power] Add PM info structure to struct device and PM registration functions.Patrick Mochel
2003-07-03[PATCH] driver core: added class_device_rename()Greg Kroah-Hartman
2003-07-03[PATCH] SYSFS: add module referencing to sysfs attribute files.Greg Kroah-Hartman
2003-06-09[driver model] Remove system device definitions from device.hPatrick Mochel
2003-06-09[driver model] Rewrite system device APIPatrick Mochel
2003-06-05[driver model] Remove extraneous class device release method. Patrick Mochel
2003-06-05Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-06-04[driver model] Add device_for_each_child iterator. Patrick Mochel
2003-06-05[ARM] Convert platform devices to use platform_deviceRussell King
2003-06-03[driver model] fix comment in device.hPatrick Mochel
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel
2003-05-30Merge bk://ldm.bkbits.net/linux-2.5-corePatrick Mochel
2003-05-22drver model: Add release method for class devices.Patrick Mochel