index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
device.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-29
[PATCH] Fix pm_message_t in generic code
Pavel Machek
1
-1
/
+1
2005-03-08
[PATCH] class: add a semaphore to struct class, and use that instead of the s...
Greg Kroah-Hartman
1
-1
/
+1
2005-03-08
[PATCH] driver core: clean driver unload
Mike Waychison
1
-1
/
+1
2005-03-08
[PATCH] class core: export MAJOR/MINOR to the hotplug env
Kay Sievers
1
-0
/
+1
2005-01-10
[PATCH] pm: introduce pm_message_t
Pavel Machek
1
-1
/
+1
2004-12-21
[PATCH] driver core: allow struct bin_attributes in class devices
Jesse Barnes
1
-1
/
+4
2004-12-16
[PATCH] Driver Core: Add platform_get_resource_byname & platform_get_resource...
Kumar Gala
1
-0
/
+2
2004-11-11
[PATCH] driver core: shrink struct device a bit
David Brownell
1
-5
/
+0
2004-10-31
[PATCH] Driver core: add driver_probe_device
Dmitry Torokhov
1
-1
/
+2
2004-10-31
[PATCH] Driver core: export device_attach
Dmitry Torokhov
1
-0
/
+1
2004-09-22
[PATCH] Put symbolic links between drivers and modules in the sysfs tree
Greg Kroah-Hartman
1
-0
/
+2
2004-08-28
Merge bk://linux-voyager.bkbits.net/dma-declare-coherent-memory-2.6
Linus Torvalds
1
-0
/
+3
2004-08-23
[PATCH] Remove struct bus_type->add()
Jonathan Corbet
1
-1
/
+0
2004-08-14
Merge
James Bottomley
1
-0
/
+3
2004-07-08
[PATCH] Driver core: add driver_find helper to find a driver by its name
Dmitry Torokhov
1
-0
/
+1
2004-07-08
[PATCH] Driver core: add default driver attributes to struct bus_type
Dmitry Torokhov
1
-0
/
+1
2004-07-08
[PATCH] Driver core: add platform_device_register_simple to register platform
Dmitry Torokhov
1
-0
/
+2
2004-06-30
Add x86 implementation of dma_declare_coherent_memory
James Bottomley
1
-0
/
+3
2004-06-17
[PATCH] Couple of sysfs patches
Russell King
1
-1
/
+0
2004-06-08
[PATCH] Add platform_get_resource()
Russell King
1
-0
/
+5
2004-06-03
[Driver Model] Add default device attributes to struct bus_type.
Patrick Mochel
1
-0
/
+1
2004-06-03
[Driver Model] Add default attributes for struct bus_type.
Patrick Mochel
1
-0
/
+2
2004-06-02
[Driver Model] Add default attributes for classes class devices.
Patrick Mochel
1
-0
/
+3
2004-06-02
[Driver Model] Consolidate attribute definition macros
Patrick Mochel
1
-25
/
+6
2004-05-14
Make dev_dbg() "use" it's 'dev' argument even when not debugging.
Linus Torvalds
1
-1
/
+1
2004-05-11
[PATCH] fix dev_printk to work even in the absence of an attached driver
James Bottomley
1
-1
/
+1
2004-04-11
[PATCH] Kill duplicate #include <linux_ioport.h>
Andrew Morton
1
-1
/
+0
2004-03-13
[PATCH] move consistent_dma_mask to the generic device
Andrew Morton
1
-0
/
+6
2004-02-08
Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6
Linus Torvalds
1
-0
/
+1
2004-02-03
[PATCH] Driver core: remove device_unregister_wait() as it's a very bad idea.
Greg Kroah-Hartman
1
-2
/
+0
2004-02-01
[PATCH] Driver core: add hotplug support for class_simple
Jon Smirl
1
-0
/
+2
2004-02-01
[PATCH] PCI: Replace pci_pool with generic dma_pool, part 2
Deepak Saxena
1
-0
/
+1
2004-01-19
[PATCH] Driver Core: add class_simple support
Greg Kroah-Hartman
1
-0
/
+9
2004-01-19
[PATCH] Driver Core: add device_find() function
Hollis Blanchard
1
-0
/
+1
2003-12-29
[PATCH] Rename legacy_bus to platform_bus
Andrew Morton
1
-1
/
+1
2003-09-29
[driver model] Add device_unregister_wait().
Patrick Mochel
1
-0
/
+2
2003-09-03
[PATCH] MODULE_ALIAS() in char devices
Andrew Morton
1
-0
/
+5
2003-08-19
[power] Move suspend()/resume() methods.
Patrick Mochel
1
-1
/
+2
2003-08-19
[power] Update device handling.
Patrick Mochel
1
-2
/
+0
2003-08-14
merge
Greg Kroah-Hartman
1
-1
/
+0
2003-08-14
Driver Core: remove struct device.name as it is not needed
Greg Kroah-Hartman
1
-1
/
+0
2003-08-13
[driver model] Allow per-device shutdown or suspend on driver detach.
Patrick Mochel
1
-0
/
+3
2003-08-11
Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
Patrick Mochel
1
-4
/
+6
2003-08-11
[driver model] Change class functions to const arguments.
Patrick Mochel
1
-4
/
+6
2003-08-06
[power] Add PM info structure to struct device and PM registration functions.
Patrick Mochel
1
-9
/
+3
2003-07-03
[PATCH] driver core: added class_device_rename()
Greg Kroah-Hartman
1
-0
/
+2
2003-07-03
[PATCH] SYSFS: add module referencing to sysfs attribute files.
Greg Kroah-Hartman
1
-5
/
+6
2003-06-09
[driver model] Remove system device definitions from device.h
Patrick Mochel
1
-72
/
+0
2003-06-09
[driver model] Rewrite system device API
Patrick Mochel
1
-10
/
+58
2003-06-05
[driver model] Remove extraneous class device release method.
Patrick Mochel
1
-1
/
+0
[next]