Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
34b131849feb359f183907b467e9aa4d652b1baa
/
drivers
/
base
/
class.c
ca22e56
driver-core: implement 'sysdev' functionality for regular devices and buses
by Kay Sievers
· 13 years ago
672d82c
class: Implement support for class attrs in tagged sysfs directories.
by Eric W. Biederman
· 13 years ago
6b6e39a
driver-core: merge private parts of class and bus
by Kay Sievers
· 14 years ago
319684b
driver core: fix whitespace in class_attr_string
by Brandon Philips
· 14 years ago
e52eec1
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
by Andi Kleen
· 14 years ago
39aba96
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
by Kay Sievers
· 14 years ago
bc451f2
kobj: Add basic infrastructure for dealing with namespaces.
by Eric W. Biederman
· 15 years ago
f0eae0e
driver-core: document ERR_PTR() return values
by Jani Nikula
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
869dfc8
driver core: Add class_attr_string for simple read-only string
by Andi Kleen
· 15 years ago
28812fe
driver-core: Add attribute argument to class_attribute show/store
by Andi Kleen
· 15 years ago
18d19c9
class: Free the class private data in class_release
by Laurent Pinchart
· 15 years ago
4622709
Driver core: Add support for compatibility classes
by Jean Delvare
· 15 years ago
5a3ceb8
driver-core: use klist for class device list and implement iterator
by Tejun Heo
· 16 years ago
7c22503
driver model: anti-oopsing medicine
by David Brownell
· 16 years ago
0e241ff
locking: fix mutex @key parameter kernel-doc notation
by Randy Dunlap
· 16 years ago
f75b1c6
class: change internal semaphore to a mutex
by Dave Young
· 16 years ago
d2a3b91
class: add lockdep infrastructure
by Matthew Wilcox
· 16 years ago
d9a0157
class: rename "sem" to "class_sem" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
1fbfee6
class: rename "subsys" to "class_subsys" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
184f1f7
class: rename "interfaces" to "class_interfaces" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
97ae69f
class: rename "devices" to "class_devices" in internal class structure
by Greg Kroah-Hartman
· 16 years ago
7c71448
class: move driver core specific parts to a private structure
by Greg Kroah-Hartman
· 17 years ago
695794a
Driver Core: add ability for class_find_device to start in middle of list
by Greg Kroah-Hartman
· 16 years ago
93562b5
Driver Core: add ability for class_for_each_device to start in middle of list
by Greg Kroah-Hartman
· 16 years ago
e105b8b
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
by Dan Williams
· 17 years ago
0a3ad00
Driver core: struct class remove children list
by Dave Young
· 16 years ago
c3b19ff
driver core: remove no longer used "struct class_device"
by Kay Sievers
· 17 years ago
2b3a302
driver core: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3b470ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
a63ca8f
docbook: fix drivers/base/class warning
by Randy Dunlap
· 17 years ago
4e886c2
Driver core: Fix up build when CONFIG_BLOCK=N
by Greg Kroah-Hartman
· 17 years ago
4a3ad20
Driver core: coding style fixes
by Greg Kroah-Hartman
· 17 years ago
fd04897
Driver Core: add class iteration api
by Dave Young
· 17 years ago
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
f9cb074
Kobject: rename kobject_init_ng() to kobject_init()
by Greg Kroah-Hartman
· 17 years ago
b2d6db5
Kobject: rename kobject_add_ng() to kobject_add()
by Greg Kroah-Hartman
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 17 years ago
60728d6
Kobject: convert drivers/base/class.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
2fb9113
kobject: remove subsystem_(un)register functions
by Greg Kroah-Hartman
· 17 years ago
5c03c7a
kset: remove decl_subsys macro
by Greg Kroah-Hartman
· 17 years ago
443dbf9
kset: convert drivers/base/class.c to use kset_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
d919fd4
Revert "Driver core: remove class_device_*_bin_file"
by Greg Kroah-Hartman
· 17 years ago
fcd239d
Driver core: remove class_device_*_bin_file
by Greg Kroah-Hartman
· 17 years ago
adc5680
Driver core: rename ktype_class
by Greg Kroah-Hartman
· 17 years ago
e4bc166
driver core: remove subsystem_init()
by Greg Kroah-Hartman
· 17 years ago
1ef4cfa
Driver core: remove subsys_get()
by Greg Kroah-Hartman
· 17 years ago
6e9d930
Driver core: remove subsys_put()
by Greg Kroah-Hartman
· 17 years ago
d6b05b8
Driver core: remove subsys_set_kset
by Greg Kroah-Hartman
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
ad6a1e1
driver-core: make devt_attr and uevent_attr static
by Tejun Heo
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
2c7afd1
Driver core: keep PHYSDEV for old struct class_device
by Kay Sievers
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
8640624
driver core: fix namespace issue with devices assigned to classes
by Kay Sievers
· 18 years ago
40cf67c5
Driver core: remove class_device_rename
by Greg Kroah-Hartman
· 18 years ago
b92be9f
Driver: remove redundant kobject_unregister checks
by Mariusz Kozlowski
· 18 years ago
cb360bb
driver core fixes: make_class_name() retval checks
by Cornelia Huck
· 18 years ago
44c53c4
driver core: delete virtual directory on class_unregister()
by Akinobu Mita
· 18 years ago
805fab4
CONFIG_SYSFS_DEPRECATED - class symlinks
by Kay Sievers
· 18 years ago
f0ee61a
Driver Core: Move virtual_device_parent() to core.c
by Greg Kroah-Hartman
· 18 years ago
f0e1761
driver core fixes: sysfs_create_link() retval check in class.c
by Cornelia Huck
· 18 years ago
92a0f86
[PATCH] Fix parameter names in drivers/base/class.c
by Rolf Eike Beer
· 18 years ago
c47ed21
Class: add support for class interfaces for devices
by Greg Kroah-Hartman
· 18 years ago
c205ef4
Driver core: create devices/virtual/ tree
by Greg Kroah-Hartman
· 18 years ago
ab7d737
Driver core: add const to class_create
by Miguel Ojeda Sandonis
· 18 years ago
ddd5d35
class_device_create(): make fmt argument 'const char *'
by Dmitry Torokhov
· 18 years ago
d81d9d6
deprecate PHYSDEV* keys
by Kay Sievers
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
b9d9c82
[PATCH] Driver core: add generic "subsystem" link to all devices
by Kay Sievers
· 18 years ago
23681e4
[PATCH] Driver core: allow struct device to have a dev_t
by Greg Kroah-Hartman
· 18 years ago
aa49b91
[PATCH] Driver core: change make_class_name() to take kobjects
by Greg Kroah-Hartman
· 18 years ago
1740757
[PATCH] Driver Core: remove unused exports
by Greg Kroah-Hartman
· 19 years ago
b7fe4a6
[PATCH] Driver core: class_device_add needs error checks
by Stephen Hemminger
· 19 years ago
1498221
[CLASS DEVICE]: add attribute_group creation
by Stephen Hemminger
· 19 years ago
a143889
[PATCH] driver core: fix unnecessary NULL check in drivers/base/class.c
by Jayachandran C
· 19 years ago
312c004
[PATCH] driver core: replace "hotplug" by "uevent"
by Kay Sievers
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
51d172d
[PATCH] Driver Core: add the ability for class_device structures to be nested
by Greg Kroah-Hartman
· 19 years ago
a7fd670
[PATCH] add sysfs attr to re-emit device hotplug event
by Kay Sievers
· 19 years ago
d8539d8
[PATCH] Driver core: pass interface to class interface methods
by Dmitry Torokhov
· 19 years ago
dbe9035
[PATCH] Driver core: send hotplug event before adding class interfaces
by Dmitry Torokhov
· 19 years ago
3e51377
[PATCH] fix class symlinks in sysfs
by Bill Nottingham
· 19 years ago
4aed064
[PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset
by Jiri Slaby
· 19 years ago
fef6ec8
[PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core
by Jesper Juhl
· 19 years ago
76d1ce0
[PATCH] Driver core: link device and all class devices derived from it.
by Dmitry Torokhov
· 19 years ago
208f3d6
[PATCH] Driver core: potentially fix use after free in class_device_attr_show
by Maneesh Soni
· 19 years ago
2fc6844
[PATCH] class: add kerneldoc for the new class functions.
by gregkh@suse.de
· 20 years ago
e9ba636
[PATCH] CLASS: move a "simple" class logic into the class core.
by gregkh@suse.de
· 20 years ago
4a0c20b
[PATCH] sysfs: (driver/base) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
419cab3
[PATCH] kset_hotplug_ops->name shoudl return const char *
by Dmitry Torokhov
· 20 years ago
0700f56
[PATCH] kobject/hotplug split - class core
by kay.sievers@vrfy.org
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago