Karthigan Srinivasan
|
7f100d1566
drivers/base/core.c: Fixed brace coding style issue.
|
14 years ago |
Stephen Hemminger
|
aed65af1cc
drivers: make device_type const
|
14 years ago |
Ferenc Wagner
|
481e20799b
driver core: Replace the dangerous to_root_device macro with an inline function
|
14 years ago |
Timur Tabi
|
a5462516aa
driver-core: document restrictions on device_rename()
|
14 years ago |
Linus Torvalds
|
e54be894ea
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
|
14 years ago |
Stefan Achatz
|
c97415a725
sysfs: Introducing binary attributes for struct class
|
14 years ago |
Michael Ellerman
|
c6c0ac664c
driver core: Document that device_rename() is only for networking
|
14 years ago |
Kay Sievers
|
6b6e39a6a8
driver-core: merge private parts of class and bus
|
14 years ago |
Linus Torvalds
|
229aebb873
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
14 years ago |
Randy Dunlap
|
ead454feb6
driver core: fix build for CONFIG_BLOCK not enabled
|
14 years ago |
Andi Kleen
|
e52eec13cd
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
|
14 years ago |
Kay Sievers
|
39aba963d9
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
|
14 years ago |
Jiri Kosina
|
fb8231a8b1
Merge branch 'master' into for-next
|
15 years ago |
Stefan Weil
|
eef35c2d41
Fix spelling fuction -> function in comments
|
15 years ago |
Johannes Berg
|
6937e8f8c0
driver core: device_rename's new_name can be const
|
15 years ago |
Linus Torvalds
|
6ba74014c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
|
15 years ago |
Eric W. Biederman
|
24b1442d01
Driver-core: Always create class directories for classses that support namespaces.
|
15 years ago |
Joe Perches
|
99bcf21718
device.h drivers/base/core.c Convert dev_<level> logging macros to functions
|
15 years ago |
Christoph Egger
|
1d9e882ba4
driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE
|
15 years ago |
Eric W. Biederman
|
f349cf3473
driver core: Implement ns directory support for device classes.
|
15 years ago |
Eric W. Biederman
|
bc451f2058
kobj: Add basic infrastructure for dealing with namespaces.
|
15 years ago |
Hugh Daschbach
|
6245838fe4
Driver core: Protect device shutdown from hot unplug events.
|
15 years ago |
Peter Zijlstra
|
1704f47b50
lockdep: Add novalidate class for dev->mutex conversion
|
15 years ago |
Thomas Gleixner
|
3142788b79
drivers/base: Convert dev->sem to mutex
|
15 years ago |
Alan Stern
|
ffa156590f
Driver core: don't initialize wakeup flags
|
15 years ago |
Jani Nikula
|
f0eae0ed3b
driver-core: document ERR_PTR() return values
|
15 years ago |
Eric W. Biederman
|
2354dcc721
driver core: Use sysfs_rename_link in device_rename
|
15 years ago |
Emese Revfy
|
52cf25d0ab
Driver core: Constify struct sysfs_ops in struct kobj_type
|
15 years ago |
Emese Revfy
|
9cd43611cc
kobject: Constify struct kset_uevent_ops
|
15 years ago |
Kay Sievers
|
3f5468c9ae
Driver-Core: require valid action string in uevent trigger
|
15 years ago |