summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2002-11-20driver model: make classes and interfaces use kobject infrastructure. Patrick Mochel
2002-11-20driver model: update and clean bus and driver support.Patrick Mochel
2002-11-19driver model: exploit kobject contstructs.Patrick Mochel
2002-11-18[PATCH] compilation fix (tpyo)Andries E. Brouwer
2002-11-16MergeLinus Torvalds
2002-11-16[PATCH] eliminate pci_dev nameMatthew Wilcox
2002-11-10[PATCH] <linux/device.h> KERN_WARN(ING)David Brownell
2002-10-30driver model: remove few remaining references to driverfs.Patrick Mochel
2002-10-30acpi: convert to use kobjects and sysfs.Patrick Mochel
2002-10-30driver model: remove remaining driverfs glue.Patrick Mochel
2002-10-30driver model: convert interfaces to use kobject and sysfs.Patrick Mochel
2002-10-30driver model: convert device classes to use struct kobject and sysfs.Patrick Mochel
2002-10-30driver model: convert drivers to use kobject and sysfs.Patrick Mochel
2002-10-30driver model: convert bus drivers to use kobjects and sysfs.Patrick Mochel
2002-10-29driver model: convert devices to use kobjects and sysfs.Patrick Mochel
2002-10-24driver core: add support for calling /sbin/hotplug when classes are found and...Greg Kroah-Hartman
2002-10-16driver model: change struct device::present to enumerated value with multiple...Patrick Mochel
2002-10-16driver model: add struct device_driver::shutdown() method and device_present(...Patrick Mochel
2002-10-16driver model: add per-class rwsem and protect list accesses with it.Patrick Mochel
2002-10-16driver model: replace rwlock in struct bus_type with a rwsem. Patrick Mochel
2002-10-15driver model: change class reference counting to be like devices'. Patrick Mochel
2002-10-15driver model: make driver refcounting similar to devices'.Patrick Mochel
2002-10-15driver model: change bus refcounting scheme to match devices'.Patrick Mochel
2002-10-15[PATCH] device_register() splitupAlexander Viro
2002-10-08Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-10-08driver model: and present field to struct device and implement device_unregis...Patrick Mochel
2002-10-07driver core: add generic logging macros for devices.Daniel E. F. Stekloff
2002-09-26add hotplug support to the driver core for devices, if their bus type support...Greg Kroah-Hartman
2002-09-23driver model: add better platform device support.Patrick Mochel
2002-09-23driver model: add support for multi-board systems.Patrick Mochel
2002-09-23Driver model: improve support for system devices.Patrick Mochel
2002-09-16drivers/base/core.c: merge fixupPatrick Mochel
2002-09-16Driver Model: add dev_get_drvdata() and dev_set_drvdata() functionsGreg Kroah-Hartman
2002-09-06Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-09-03[PATCH] list_t removalRusty Russell
2002-08-26Add struct bus_type platform_bus and document its intentions.Patrick Mochel
2002-08-26Add add() callback to struct bus_type. Patrick Mochel
2002-08-26Add class_data field to struct device, for the class drivers to use.Patrick Mochel
2002-08-25Introduce struct device_interface.Patrick Mochel
2002-08-25Introduce struct device_classPatrick Mochel
2002-08-12Update device model locking Patrick Mochel
2002-08-07Change DEVICE_ATTR, BUS_ATTR, and DRIVER_ATTR macros to not take a '_str' Patrick Mochel
2002-08-01driverfs: add glue layer for drivers to export attributes via driverfsPatrick Mochel
2002-08-01driverfs: Add ability to create and remove files for bus driversPatrick Mochel
2002-07-31driverfs: define struct driverfs_ops and remove struct device dependenciesPatrick Mochel
2002-07-31driverfs: Patrick Mochel
2002-07-30driverfs: Change the name of struct driver_file_entry to struct device_attributePatrick Mochel
2002-07-23[PATCH] type safe(r) list_entry repacement: container_ofNeil Brown
2002-06-05device model updatePatrick Mochel
2002-06-03device model udpate:Patrick Mochel