summaryrefslogtreecommitdiff
path: root/include/linux/kobject.h
AgeCommit message (Expand)Author
2003-05-24Make KOBJ_NAME_LEN bigger, since at least the ieee1394 codeLinus Torvalds
2003-04-04kobject: cause /sbin/hotplug to be called when kobjects are added and removedGreg Kroah-Hartman
2003-03-02kobject: fix oops in to_kset()Patrick Mochel
2003-01-13kobject: export kset_find_obj.Patrick Mochel
2003-01-12sysfs: restore count parameter to struct sysfs_ops::store().Patrick Mochel
2003-01-09sysfs: fixup subsystem attributes.Patrick Mochel
2003-01-06add kset_find_obj() to search for object in a kset's list.Patrick Mochel
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel
2003-01-05Introduce struct kset.Patrick Mochel
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel
2003-01-03kobject.h - add check that we're being included by other kernel entities.Patrick Mochel
2002-12-19kobjects: minor updatesPatrick Mochel
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel
2002-11-18kobject - expose backend helpers to registration interface.Patrick Mochel
2002-10-29driver model: convert devices to use kobjects and sysfs.Patrick Mochel
2002-10-29kobjects: add array of default attributes to subsystems, and create on regist...Patrick Mochel
2002-10-29sysfs: kill struct sysfs_dir.Patrick Mochel
2002-10-29Introduce struct subsystem.Patrick Mochel
2002-10-29sysfs: marry api with struct kobject.Patrick Mochel
2002-10-29introduce struct kobject: simple, generic object for embedding in other struc...Patrick Mochel