summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2003-05-21Merge http://mdomsch.bkbits.net/linux-2.5-dynidsGreg Kroah-Hartman
2003-05-15driver model: Modify resource representation in struct platform_device.Patrick Mochel
2003-05-14driver model: Add resources to struct platform_device. Patrick Mochel
2003-05-13driver model: Define BUS_ID_SIZE based on KOBJ_NAME_LENPatrick Mochel
2003-05-06dynids: call driver_attach() when new IDs are addedMatt Domsch
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman
2003-03-25driver model: increase BUS_ID_SIZE to 20Patrick Mochel
2003-03-13driver core: Export the legacy_bus structure for drivers to use.Greg Kroah-Hartman
2003-03-11driver model: add bus_rescan_devices()Patrick Mochel
2003-03-03driver model: fix device interfaces. Patrick Mochel
2003-03-02driver model: remove <linux/sched.h> from include/linux/device.hPatrick Mochel
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