summaryrefslogtreecommitdiff
path: root/drivers/base/power.c
AgeCommit message (Expand)Author
2003-08-06[power] Split device PM functionsPatrick Mochel
2003-08-04[power] Kill some unnessecary printk()s. Patrick Mochel
2003-06-10[driver model] Make sure we walk lists on shutdown in right order.Patrick Mochel
2003-06-10[driver model] Turn off debugging by defualt for device iterations.Patrick Mochel
2003-06-09[driver model] Add save() and restore() methods for system device drivers. Patrick Mochel
2003-06-09[driver model] Make sure that system devices are handled specially power-wisePatrick Mochel
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel
2003-01-05Introduce struct kset.Patrick Mochel
2002-12-02driver model: get rid of global device list; minor cleanups.Patrick Mochel
2002-11-19driver model: exploit kobject contstructs.Patrick Mochel
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel
2002-11-16[PATCH] Add some missing includes to drivers/baseMatthew Wilcox
2002-10-16driver model: power management/shutdown cleanup. Patrick Mochel
2002-10-07[PATCH] Remove code duplication in power.cDave Jones
2002-09-11driver model: use list_for_each_safe in device_shutdown(), since devices can bePatrick Mochel
2002-08-13Remove device_root device; replace with global_device_list.Patrick Mochel
2002-08-13Make sure we do to_dev(node) in device_suspend().Patrick Mochel
2002-08-13Update device model lockingPatrick Mochel
2002-08-12Update device model locking Patrick Mochel
2002-05-29device model: remove flags parameter from struct device_driver::remove and fi...Patrick Mochel
2002-04-04Duh. Use "device_lock", not "device_root" for locking.Linus Torvalds
2002-04-04Add device_shutdown() calls to reboot and power off transitions (and let the ...Patrick Mochel
2002-03-25Add device_{suspend,resume,shutdown} calls.Patrick Mochel
2002-03-25Driver model update:Patrick Mochel