aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-22dynamic_debug: Add __dynamic_dev_dbgGravatar Joe Perches 1-2/+3
2011-04-22drivers/base/core.c: Fixed brace coding style issue.Gravatar Karthigan Srinivasan 1-2/+1
2011-04-19drivers: make device_type constGravatar Stephen Hemminger 1-2/+2
2011-02-03driver core: Replace the dangerous to_root_device macro with an inline functionGravatar Ferenc Wagner 1-1/+4
2011-02-03driver-core: document restrictions on device_rename()Gravatar Timur Tabi 1-1/+28
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-11/+13
2011-01-08sysfs: Introducing binary attributes for struct classGravatar Stefan Achatz 1-2/+39
2010-11-29driver core: Document that device_rename() is only for networkingGravatar Michael Ellerman 1-0/+2
2010-11-17driver-core: merge private parts of class and busGravatar Kay Sievers 1-11/+11
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledGravatar Randy Dunlap 1-0/+6
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutGravatar Andi Kleen 1-9/+17
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesGravatar Kay Sievers 1-169/+25
2010-08-10Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2010-08-09Fix spelling fuction -> function in commentsGravatar Stefan Weil 1-1/+1
2010-08-05driver core: device_rename's new_name can be constGravatar Johannes Berg 1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+64
2010-07-26Driver-core: Always create class directories for classses that support namesp...Gravatar Eric W. Biederman 1-1/+1
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsGravatar Joe Perches 1-0/+64
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEGravatar Christoph Egger 1-1/+1
2010-05-21driver core: Implement ns directory support for device classes.Gravatar Eric W. Biederman 1-9/+12
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Gravatar Eric W. Biederman 1-14/+63
2010-05-21Driver core: Protect device shutdown from hot unplug events.Gravatar Hugh Daschbach 1-3/+22
2010-05-21lockdep: Add novalidate class for dev->mutex conversionGravatar Peter Zijlstra 1-0/+1
2010-05-21drivers/base: Convert dev->sem to mutexGravatar Thomas Gleixner 1-2/+1
2010-05-21Driver core: don't initialize wakeup flagsGravatar Alan Stern 1-1/+0
2010-03-19driver-core: document ERR_PTR() return valuesGravatar Jani Nikula 1-0/+6
2010-03-07driver core: Use sysfs_rename_link in device_renameGravatar Eric W. Biederman 1-12/+6
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2010-03-07Driver-Core: require valid action string in uevent triggerGravatar Kay Sievers 1-8/+3
2010-03-07driver-core: fix race condition in get_device_parent()Gravatar Tejun Heo 1-2/+11
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Gravatar Thomas Gleixner 1-1/+3
2009-12-23Driver core: bin_attribute parameters can often be const*Gravatar Phil Carmody 1-2/+4
2009-12-23Driver core: device_attribute parameters can often be const*Gravatar Phil Carmody 1-2/+4
2009-12-11Driver core: fix race in dev_driver_stringGravatar Alan Stern 1-1/+8
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Gravatar Eric W. Biederman 1-3/+0
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorGravatar Kay Sievers 1-0/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsGravatar Kay Sievers 1-7/+12
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devGravatar Kay Sievers 1-0/+3
2009-09-15driver model: constify attribute groupsGravatar David Brownell 1-2/+2
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGravatar Greg Kroah-Hartman 1-6/+14
2009-09-15Driver core: add new device to bus's list before probingGravatar Alan Stern 1-1/+1
2009-06-15Driver Core: add nodename callbacksGravatar Kay Sievers 1-1/+50
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGravatar Greg Kroah-Hartman 1-2/+2
2009-06-15driver core: synchronize device shutdownGravatar Shaohua Li 1-0/+2
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Gravatar Kay Sievers 1-1/+4
2009-04-20driver: dont update dev_name via device_add pathGravatar Kay Sievers 1-1/+2
2009-04-16driver core: prevent device_for_each_child from oopsingGravatar Greg Kroah-Hartman 1-0/+3
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Gravatar Cornelia Huck 1-1/+18