summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2003-01-12sysfs: reinstate count parameter to sysfs_ops.store() methods.Patrick Mochel
2003-01-12sysfs: reinstate count parameter for sysfs_ops.store() methods.Patrick Mochel
2003-01-09Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-01-09sysfs: fix up device attribute read/write methods.Patrick Mochel
2003-01-09sysfs: fixup bus, class, and driver attribute methods.Patrick Mochel
2003-01-07Merge kroah.com:/home/linux/linux/BK/bleeding-2.5Greg Kroah-Hartman
2003-01-06[PATCH] DEV: change dev_printk() to take a pointer to dev instead of the stru...Greg Kroah-Hartman
2003-01-06Implement find_bus() for finding a struct bus_type by name.Patrick Mochel
2003-01-06driver model: allow manual binding of devices to drivers.Patrick Mochel
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel
2003-01-05Introduce struct kset.Patrick Mochel
2003-01-04driver model: clean up struct device_class a bit.Patrick Mochel
2003-01-04driver model: clean up struct bus_type a bit.Patrick Mochel
2002-12-23Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2002-12-21[PATCH] dev_printk macroJames Keniston
2002-12-19driver model: eliminate struct device_driver::bus_listPatrick Mochel
2002-12-03driver model: clean up interface handling.Patrick Mochel
2002-12-02driver model: get rid of global device list; minor cleanups.Patrick Mochel
2002-12-01driver model: reinstate bus iterators.Patrick Mochel
2002-11-25MergePatrick Mochel
2002-11-22move dma_mask into struct deviceJames Bottomley
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