aboutsummaryrefslogtreecommitdiff
path: root/samples/kobject
AgeCommit message (Expand)AuthorFilesLines
2023-02-08samples/kobject: make kobj_type structure constantGravatar Thomas Weißschuh 1-1/+1
2022-03-18samples/kobject: Use sysfs_emit instead of sprintfGravatar Nguyen Dinh Phi 2-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-25samples/kobject: Replace foo_ktype's default_attrs field with groupsGravatar Kimberly Brown 1-1/+2
2017-12-07kobject: Remove redundant license textGravatar Greg Kroah-Hartman 2-6/+0
2017-12-07kobject: add SPDX identifiers to all kobject filesGravatar Greg Kroah-Hartman 2-0/+2
2015-03-25samples/kobject: be explicit in the module licenseGravatar Greg Kroah-Hartman 2-2/+2
2015-03-25samples/kobject: Use kstrtoint instead of sscanfGravatar Rastislav Barlik 2-6/+22
2014-05-14samples/kobject/: avoid world-writable sysfs files.Gravatar Rusty Russell 2-6/+8
2013-12-03kobject: fix kset sample error pathGravatar Bjorn Helgaas 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kset-example: Spelling fixes.Gravatar Radu Voicilas 1-2/+2
2010-03-07kobject-example: Spelling fixes.Gravatar Radu Voicilas 1-2/+2
2009-01-06samples: mark {static|__init|__exit} for {init|exit} functionsGravatar Qinghuang Feng 2-4/+4
2008-07-21kobject: should use kobject_put() in kset-exampleGravatar Li Zefan 1-1/+1
2008-01-24kobject: add sample code for how to use ksets/ktypes/kobjectsGravatar Greg Kroah-Hartman 2-1/+279
2008-01-24kobject: add sample code for how to use kobjects in a simple manner.Gravatar Greg Kroah-Hartman 2-0/+138