summaryrefslogtreecommitdiffstats
path: root/samples/kobject
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* samples/kobject: Replace foo_ktype's default_attrs field with groupsKimberly Brown2019-04-251-1/+2
* kobject: Remove redundant license textGreg Kroah-Hartman2017-12-072-6/+0Star
* kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2017-12-072-0/+2
* samples/kobject: be explicit in the module licenseGreg Kroah-Hartman2015-03-252-2/+2
* samples/kobject: Use kstrtoint instead of sscanfRastislav Barlik2015-03-252-6/+22
* samples/kobject/: avoid world-writable sysfs files.Rusty Russell2014-05-142-6/+8
* kobject: fix kset sample error pathBjorn Helgaas2013-12-031-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-1/+1
* kset-example: Spelling fixes.Radu Voicilas2010-03-081-2/+2
* kobject-example: Spelling fixes.Radu Voicilas2010-03-081-2/+2
* samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng2009-01-072-4/+4
* kobject: should use kobject_put() in kset-exampleLi Zefan2008-07-221-1/+1
* kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman2008-01-252-1/+279
* kobject: add sample code for how to use kobjects in a simple manner.Greg Kroah-Hartman2008-01-252-0/+138